Commit graph

  • 546af1adc1 core, ethdb, trie: rename Sync to SyncKeyValue Gary Rong 2025-04-30 08:47:48 +0800
  • f59318cbe0 fix initGenesis alan 2025-04-30 06:59:54 +0800
  • bbc890c3ff
    eth: add BatchSize constant Csaba Kiraly 2025-04-20 23:56:40 +0200
  • 4df10987d2 eth/catalyst: rework error message MariusVanDerWijden 2025-04-29 19:08:00 +0200
  • fe9091de24
    Revert "build: upgrade -dlgo version to Go 1.24.2 (#31538)" Nkased 2025-04-29 09:38:02 -0700
  • 50f5888063
    Create summary.yml Nkased 2025-04-29 09:30:10 -0700
  • d2ec519f15 update standard trace to file api maskpp 2025-04-29 11:59:42 +0800
  • 479997f1ec crypto/kzg4844: fix rebase MariusVanDerWijden 2025-04-29 16:12:54 +0200
  • 80e92e556f Rename response field of GetBlobsV2 to Minhyuk Kim 2025-04-14 01:46:22 +0900
  • af6c6741b4 eth/catalyst: no getblobsv2 error Marius van der Wijden 2025-04-08 16:57:09 +0200
  • 5466600e35 core/txpool: better log Marius van der Wijden 2025-04-08 16:16:39 +0200
  • fb73b241b2 core/txpool: fix mining bug Marius van der Wijden 2025-04-08 15:52:34 +0200
  • 0a6e0a1cb3 miner: compute cell proofs on demand Marius van der Wijden 2025-04-08 15:40:02 +0200
  • 284b63d7a1 eth/catalyst: don't panic Marius van der Wijden 2025-04-08 15:13:09 +0200
  • 3ef538502f core/types: fix rlp decoding Marius van der Wijden 2025-04-08 14:51:26 +0200
  • 6349f6afb5 miner: happy lint Marius van der Wijden 2025-04-08 13:46:56 +0200
  • efb7b58b07 eth/catalyst: don't panic Marius van der Wijden 2025-04-08 13:45:36 +0200
  • c1eebc2751 miner: skip v1 transactions post-prague Marius van der Wijden 2025-04-08 13:22:39 +0200
  • dd9bef2451 miner: skip v1 transactions post-prague Marius van der Wijden 2025-04-08 13:19:18 +0200
  • 50b85d79fa core/txpool: properly implement blobsv2 support Marius van der Wijden 2025-04-08 12:40:34 +0200
  • 1c62566726 beacon/engine: fix cell proof logic Marius van der Wijden 2025-04-07 14:35:03 +0200
  • ed9324b98c beacon/engine: fix cell proof logic Marius van der Wijden 2025-04-07 14:27:11 +0200
  • f5d35dab70 go.mod: tidy Marius van der Wijden 2025-04-05 11:52:00 +0200
  • d422284b67 beacon/engine: rename cellProof Marius van der Wijden 2025-04-04 23:05:13 +0200
  • 41b0321f7d beacon/engine: don't compute cell proofs in miner Marius van der Wijden 2025-03-31 17:43:18 +0200
  • 8b7e1f058c core/types: compute cellproofs on transaction submission Marius van der Wijden 2025-03-31 17:29:17 +0200
  • d05a127f34 beacon/engine: correct casing for cellProofs Marius van der Wijden 2025-03-13 11:16:16 +0100
  • aee852c647 eth/catalyst: implement getBlobsV2 Marius van der Wijden 2025-03-12 15:17:06 +0100
  • 3691f5746e crypto: move from go-kzg-4844 to go-eth-kzg Marius van der Wijden 2025-03-11 14:26:55 +0100
  • d9848ea6b2 eth/catalyst: implement getBlobsV2 Marius van der Wijden 2025-03-11 12:54:40 +0100
  • 076d00e949 eth/catalyst: allow cancun payloads Marius van der Wijden 2025-02-13 17:23:19 +0100
  • 947fd3a834
    crypto/kzg4844: add ComputeCells functionality (#31378) Marius van der Wijden 2025-04-29 14:42:17 +0200
  • bd329c7e97
    Merge branch 'ethereum:master' into gethintegration Chen Kai 2025-04-29 20:15:20 +0800
  • 0ac4a84a1f
    beacon/engine: omit empty witness in payload response (#31739) rjl493456442 2025-04-29 19:21:18 +0800
  • 3544fafd0e beacon/engine, eth/catalyst: omit empty witness in payload response Gary Rong 2025-04-29 19:14:13 +0800
  • 1684eaec99
    core: fixed calls to NewEVM and call Pratik Patil 2025-04-29 15:49:50 +0530
  • c23db04a2d
    consensus/bor: added Config() to chain context Pratik Patil 2025-04-29 15:26:28 +0530
  • d25c6f02a7
    all: not copy loop var for golang v1.22 (#1020) Daniel Liu 2025-04-29 17:27:36 +0800
  • d955e17cd6
    rpc: add timeout to rpc client Unsubscribe #30318 (#1019) Daniel Liu 2025-04-29 17:26:34 +0800
  • 4c805e5968
    rpc: show more error detail for invalidMessageError #30191 (#1018) Daniel Liu 2025-04-29 17:25:43 +0800
  • 5632a7adde blockchain,triedb: avoid checking recoverable twice weiihann 2025-04-29 17:25:21 +0800
  • 445d9b37d3
    rpc: truncate call error data logs #30028 (#1017) Daniel Liu 2025-04-29 17:14:14 +0800
  • 84b731fc23
    rpc: close Clients in tests #29512 (#1016) Daniel Liu 2025-04-29 17:13:29 +0800
  • fd42d8b292
    rpc: implement Unwrap() for wsHandshakeError #29522 (#1015) Daniel Liu 2025-04-29 17:12:33 +0800
  • c0747977e2
    rpc: fix ipc max path size #29385 (#1014) Daniel Liu 2025-04-29 17:11:33 +0800
  • fa39dac391
    rpc: fix leak by close http body #29223 (#1013) Daniel Liu 2025-04-29 17:10:12 +0800
  • 656419ba14
    rpc: add more test cases for arg types #29006 (#1012) Daniel Liu 2025-04-29 17:08:05 +0800
  • a4aebd5d88
    rpc: fix typos (#1011) Daniel Liu 2025-04-29 17:07:10 +0800
  • 35a202675d
    node, rpc: add configurable HTTP request limit #28948 (#1010) Daniel Liu 2025-04-29 17:06:06 +0800
  • 9373c71211 rpc: use stable object in notifier test #30193 lightclient 2024-07-22 15:38:04 -0600
  • 7bf5517cda rpc: improve performance of subscription notification encoding #28328 Delweng 2023-11-22 18:24:54 +0800
  • 26a9ea539f
    core, rpc: speed up tests #28461 (#1008) Daniel Liu 2025-04-29 16:57:58 +0800
  • e1772ce08a
    fix: improve timeout message log (#996) benjamin202410 2025-04-29 01:48:56 -0700
  • a511553e44
    core: apply overrides to mainnet chainconfig (#31733) Marius van der Wijden 2025-04-29 08:29:56 +0200
  • cf3caca17c
    updated upstream HFs from time based to block number based Pratik Patil 2025-04-29 11:44:10 +0530
  • d2553f6805 core, eth/gasestimator: introduce MaximumGasUsed for estimation Gary Rong 2025-04-29 13:15:48 +0800
  • 838d798083 core: apply overrides to new chainconfig MariusVanDerWijden 2025-04-28 21:21:36 +0200
  • db59a6d988 chore: re-use rules.IsPrague instead of compute again alan 2025-04-29 00:07:52 +0800
  • d817ca16f8 remove concept of remote alan 2025-04-28 23:29:50 +0800
  • 5dc90b6a0d
    Merge tag 'v1.15.7' into upstream_merge_v1.15.7 Pratik Patil 2025-04-28 20:52:33 +0530
  • 3b14725354 Merge tag 'v1.15.10' into release/geth-1.15.10-fh3.0 Matthieu Vachon 2025-04-28 09:36:10 -0400
  • f63e35ddcc Merge tag 'v1.15.9' into release/geth-1.15.10-fh3.0 Matthieu Vachon 2025-04-28 09:35:53 -0400
  • 80abc58f25
    all: replace some cases of strings.SplitN with strings.Cut #28446 (#1007) Daniel Liu 2025-04-28 18:07:59 +0800
  • 7422a13f24
    rpc: use correct stringer-method for serializing BlockNumberOrHash #28358 (#1006) Daniel Liu 2025-04-28 18:06:35 +0800
  • aa75ed2f6b
    rpc: increase timeout in TestClientWebsocketPing #28371 (#1005) Daniel Liu 2025-04-28 18:05:48 +0800
  • 1dd15812f3
    rpc: fix erroneous error-message in test #28227 (#1004) Daniel Liu 2025-04-28 18:04:49 +0800
  • c16b1b5217
    eth, rpc: add configurable option for wsMessageSizeLimit #27801 (#1003) Daniel Liu 2025-04-28 18:02:12 +0800
  • f6a5d42285
    rpc: use go-winio for named pipes #27972 (#1002) Daniel Liu 2025-04-28 17:50:26 +0800
  • 027b69a372
    rpc: attempt to fix ping/pong logic race #27733 (#1001) Daniel Liu 2025-04-28 17:49:37 +0800
  • 9d4a26d552
    rpc: avoid use of cgo by hard-coding maxPathSize #27447 (#1000) Daniel Liu 2025-04-28 17:48:07 +0800
  • 5e4c2cb821
    rpc: add method to test for subscription support #25942 (#999) Daniel Liu 2025-04-28 17:46:24 +0800
  • c75623ace7
    rpc: add limit for batch request and response size #26681 (#998) Daniel Liu 2025-04-28 17:00:30 +0800
  • 57c40154be core: use atomic type #27011 Daniel Liu 2025-04-18 19:58:36 +0800
  • 9a06e129b8 core: simplify atomic store after writeBlockWithState #20798 Daniel Liu 2025-04-18 19:38:44 +0800
  • 1d3e5cb455 core: prefetch next block state concurrently #19328 Daniel Liu 2025-04-16 16:46:15 +0800
  • eaf06e30a0
    feat(L1Reader): change to NextUnfinalizedL1MessageQueueIndex and add GetFinalizedStateRootByBatchIndex (#1160) Jonas Theis 2025-04-28 15:10:10 +0800
  • c8c8d6c403
    trie: add edgecase for rangeproof correctness (#31667) Martin HS 2025-04-28 08:37:02 +0200
  • 1fd0204d60
    Update verkle_witness_test.go Maxim Evtush 2025-04-28 08:27:28 +0200
  • aa66069101
    Update state_transition.go Maxim Evtush 2025-04-28 08:26:55 +0200
  • 004526762b
    core/txpool/legacypool: refactor truncatePending (#31715) Marius van der Wijden 2025-04-28 08:26:27 +0200
  • b2fbc132d8
    Update contract.sol Maxim Evtush 2025-04-28 08:25:49 +0200
  • f4cb12a203
    chore(params): fix some comments (#423) David 2025-04-28 14:25:08 +0800
  • b628212d8e
    rpc: change BlockNumber constant values to match ethclient #27219 (#992) Daniel Liu 2025-04-28 10:59:34 +0800
  • 3ae8b8a99d
    rpc, internal/cmdtest: increase timeout in tests #27083 (#991) Daniel Liu 2025-04-28 10:47:39 +0800
  • 5af41b62a7
    rpc: more accurate checking of handler method signatures #27287 (#990) Daniel Liu 2025-04-28 10:45:50 +0800
  • e6b7ae906b
    rpc: websocket should respect the HTTP_PROXY by default #27264 (#989) Daniel Liu 2025-04-28 10:44:31 +0800
  • 16969b1569 rpc: fix setting client in DialHTTPWithClient #26470 JukLee0ira 2025-04-28 10:12:06 +0800
  • b899363d17 node: set JWT expiry to 60 seconds #25416 JukLee0ira 2025-04-27 19:02:03 +0800
  • 0e84001c0b node, rpc: add JWT auth support in client #24911 JukLee0ira 2025-04-27 17:03:25 +0800
  • 2ad5333196
    rpc: use atomic types #27214 (#988) Daniel Liu 2025-04-28 09:19:07 +0800
  • e9b0bc7d74
    node: ensure resp.body closed #26969 (#987) Daniel Liu 2025-04-28 09:12:42 +0800
  • 051938ba7e
    rpc: increase websocket frame size #26883 (#986) Daniel Liu 2025-04-28 09:11:52 +0800
  • 9c5712a79c
    rpc: fix off-by-one in ipc endpoint length check #26614 (#985) Daniel Liu 2025-04-28 09:10:46 +0800
  • c02ab17b17
    core: use headers only where blocks are unnecessary #19261 (#984) Daniel Liu 2025-04-28 06:46:40 +0800
  • 892113345f core, ethdb: polish code Gary Rong 2025-04-25 17:01:06 +0800
  • a64a85cf9a core, ethdb, triedb: use db.sync Gary Rong 2025-04-24 21:20:42 +0800
  • b3d0362fa9 core, ethdb/pebble: enable async write mode in pebble Gary Rong 2025-04-23 10:47:58 +0800
  • 1665dfecba core/rawdb, ethdb, trie: implement db.Sync Gary Rong 2025-04-23 10:37:09 +0800
  • 7fe474b24c core/rawdb, ethdb, triedb/pathdb: rename to SyncAncient Gary Rong 2025-04-23 09:23:49 +0800
  • 80547a50d9
    cmd/geth: make authrpc listening address settable from cli #24522 (#994) JukLee0ira 2025-04-27 19:55:03 +0800