Commit graph

  • a44f886891 add Flush() function called in tx fetcher healthykim 2026-05-20 23:11:46 +0200
  • feff09edc5 core/txpool/blobpool: change encodeForNetwork according to the BlobTxForPool type change healthykim 2026-05-20 23:03:05 +0200
  • 56ac6c24fd
    build(deps): bump go.opentelemetry.io/otel from 1.40.0 to 1.41.0 dependabot/go_modules/go.opentelemetry.io/otel-1.41.0 dependabot[bot] 2026-05-20 18:29:59 +0000
  • efe58eac00
    beacon/engine, rpc: optimize JSON encoding for large blob payloads (#33969) Jonny Rhea 2026-05-20 13:25:56 -0500
  • bd3f0c02a9 eth/catalyst: gofmt Felix Lange 2026-05-20 17:40:39 +0200
  • eef65676fb use jsonw v0.1.0 Felix Lange 2026-05-20 17:30:45 +0200
  • 29179d673d beacon/engine: rename files Felix Lange 2026-05-20 11:37:11 +0200
  • 3ec7fc3c65 beacon/engine: remove import rename Felix Lange 2026-05-20 11:33:28 +0200
  • 3e52d136a5 remove unit test Jared Wasinger 2026-05-20 10:06:22 -0400
  • db0fe7eec4 refactor validation logic healthykim 2026-05-20 16:04:45 +0200
  • 918d46b942
    core, cmd, internal: rework BAL json marshalling to adhere EELS (#34972) rjl493456442 2026-05-20 21:12:13 +0800
  • 936bc918d3 cmd/{clef, geth}: remove CLI flags that were deprecated for more than a year Guillaume Ballet 2026-05-20 11:39:48 +0200
  • 1aa74a6d83
    Merge 45352c684a into 50ae34c1d8 handfuzzer 2026-05-19 21:55:09 -0700
  • 8db3de3898
    Merge 173a4f7730 into 50ae34c1d8 Shailendra Singh 2026-05-19 21:54:54 -0700
  • e89b82ea9b rpc: tolerate Windows close-error in websocket read-limit test rayoo 2026-05-20 11:13:54 +0800
  • cbbc94fbce core/rawdb: address comments from jonny Gary Rong 2026-05-20 11:10:09 +0800
  • 7e1ea234f5 cmd/utils: respect --state.size-tracking=false RekCuy63 2026-05-20 10:55:52 +0800
  • fc80777b1e core, cmd, internal: rework BAL json marshalling to adhere EELS Gary Rong 2026-05-14 10:59:39 +0800
  • 50ae34c1d8
    core/types/bal: add additional static validation for access lists (#34967) jwasinger 2026-05-19 21:35:28 -0400
  • 9eeb43a5ab core/types/bal: fix lint Gary Rong 2026-05-20 09:21:22 +0800
  • a484a8506d
    eth/protocols/eth: implement eth71 bal response (#34879) Bosul Mun 2026-05-19 20:25:13 +0200
  • 2199517a7c
    Merge c471e3c571 into 1bdc4a60d9 Piotr Mikołajczyk 2026-05-19 18:07:37 +0000
  • 40dc49e8bc
    impl execution witness field spec ordering jsign 2026-05-19 14:42:10 -0300
  • 8c0cf8da29
    add newpayloadwithwitnessv5 jsign 2026-05-15 11:44:05 -0300
  • 7d1ca42ab5
    Merge branch 'master' into json-premarshal-blobsbundle Felix Lange 2026-05-19 18:07:24 +0200
  • 144f7ef408 beacon/engine: add newlines Felix Lange 2026-05-19 17:55:51 +0200
  • 5edb154064 beacon/engine: use HexBigInt Felix Lange 2026-05-19 17:49:55 +0200
  • 727816ce00 beacon/engine: rm newline Felix Lange 2026-05-19 17:48:55 +0200
  • cd2dbd4d13 beacon/engine: simplify requests Felix Lange 2026-05-19 17:46:47 +0200
  • 3939e4c8f0 rpc: use jsonw for string quoting Felix Lange 2026-05-19 17:40:36 +0200
  • faf37deced
    all: fix all typos, as reported to crates-ci/typos Guillaume Ballet 2026-05-19 14:58:04 +0200
  • 12394a8204 core/types/bal: remove EncodedSize Felix Lange 2026-05-19 17:14:38 +0200
  • 469cd8d781 beacon/engine: improve hand-written JSON marshaling Felix Lange 2026-05-19 16:58:15 +0200
  • 234cf90219 core/types/bal: add additional static validation for access lists Jared Wasinger 2026-05-13 19:41:53 -0400
  • 1bdc4a60d9
    core, consensus, internal, eth, miner: construct block accessList (#34957) rjl493456442 2026-05-19 21:51:53 +0800
  • e3ce773b8c
    internal/ethapi: propagate SetHead errors to API (#35001) cui 2026-05-19 21:22:03 +0800
  • 73a7d1ebb4 add test healthykim 2026-05-19 14:10:21 +0200
  • 1d402a3ced internal/ethapi: fix reject equal-timestamp Weixie Cui 2026-05-19 20:00:00 +0800
  • 2639b76d82 internal/ethapi: block not found print hex string Weixie Cui 2026-05-19 20:00:00 +0800
  • f900b1fd52 core/filtermaps: return zero if err != nil Weixie Cui 2026-05-19 20:00:00 +0800
  • ed5a069bf9 p2p/discover: fix waitting wrong duration Weixie Cui 2026-05-19 20:00:00 +0800
  • a2b799e5a2 eth/tracers/native: add empty check Weixie Cui 2026-05-19 20:00:00 +0800
  • 970e3cd6f0
    beacon/light: fix lock after lock deadlock (#34800) cui 2026-05-19 18:33:09 +0800
  • 4f4bfdbea7
    beacon/light/sync: check error (#34818) cui 2026-05-19 18:21:43 +0800
  • 8370e2e991
    Merge 81117d9270 into 1149f76dca Bosul Mun 2026-05-19 14:45:51 +0530
  • 21b153df43 internal/ethapi, eth, eth/catalyst: address review feedback on eth_syncing CL gate ozpool 2026-05-19 13:53:34 +0530
  • 1149f76dca
    internal/ethapi: add eth_baseFee RPC method (#34904) William Morriss 2026-05-19 01:05:00 -0500
  • 47c57749a2
    Merge 3266f5ad0a into 3d1e6aa6c3 Sina M 2026-05-19 12:09:19 +0900
  • ededc0f238 core: check nilness before validating bal Gary Rong 2026-05-19 10:50:34 +0800
  • a7942c8d55
    Merge f7ed82b12c into 3d1e6aa6c3 Guillaume Ballet 2026-05-19 10:38:08 +0800
  • b122a67b23 eth/protocols/eth: fix empty response Felix Lange 2026-05-18 22:55:12 +0200
  • 39c78e6910 eth/downloader: revert BAL downloading Felix Lange 2026-05-18 22:46:18 +0200
  • c7398f9678 core/filtermaps, eth: add debug_getFilterMapsProgress locoholy 2026-04-08 02:25:52 +0500
  • e4ac40b5b5 internal/ethapi: align capabilities response with spec locoholy 2026-05-18 21:10:41 +0500
  • c868886ad6 internal/ethapi: validate explicit transaction type in TransactionArgs caohao 2026-05-19 00:07:44 +0800
  • 81117d9270 Merge branch 'bs/cell-blobpool/sparse-v2' of https://github.com/healthykim/go-ethereum into bs/cell-blobpool/sparse-v2 healthykim 2026-05-18 18:04:55 +0200
  • 923bf0192c add tx validation in buffer healthykim 2026-05-18 18:04:29 +0200
  • ecef25f384 internal/ethapi: validate unsupported transaction type in RPC args caohao 2026-05-19 00:01:53 +0800
  • c20b0c60f2 eth/protocols/snap: skip trie lookup for oversized compact paths caohao 2026-05-18 23:37:28 +0800
  • c6065f2d0b cmd/geth, cmd/utils, cmd/workload: respect explicit false bool flags RekCuy63 2026-05-18 23:30:03 +0800
  • 75e4fe44c5
    eth/catalyst: drop flaky txpool subtest for TestCommitBlockV1 Chase Wright 2026-05-18 09:58:34 -0500
  • f4577def19
    Merge branch 'master' into bs/cell-blobpool/sparse-v2 Bosul Mun 2026-05-18 16:46:28 +0200
  • 3c367a61e2 Merge branch 'master' into bs/cell-blobpool/sparse-v2 healthykim 2026-05-18 16:39:09 +0200
  • bcca4858b5
    eth/catalyst, miner: add testing_commitBlockV1 Chase Wright 2026-05-18 09:36:10 -0500
  • 3d1e6aa6c3
    signer/core: fix unconditional http request metadata scheme overwrite (#34653) cui 2026-05-18 22:30:41 +0800
  • b9d0450dd7 internal/ethapi, eth: propagate SetHead errors through Backend Weixie Cui 2026-05-18 20:00:00 +0800
  • 5c5f79893e p2p/discover: avoid findnodeByID preferLive fallback to unverified nodes Weixie Cui 2026-05-18 20:00:00 +0800
  • 4bfa58c7e4
    .github/workflows: add a typo checker Guillaume Ballet 2026-05-18 13:25:51 +0200
  • 7162ee2f72 core/txpool/blobpool: support legacy limbo blobs RekCuy63 2026-05-18 13:46:51 +0800
  • f09eefedbf Merge branch 'master' of https://github.com/0xjvn/go-ethereum into fix/rewind 0xjvn 2026-05-18 10:14:10 +0530
  • d4027f3d46
    node: normalize HTTP vhost host matching (#34693) Andrii Furmanets 2026-05-18 05:37:12 +0300
  • 36d136736f rpc: reject empty batch in BatchCallContext rayoo 2026-05-16 22:19:39 +0800
  • 285a13c43d core, beacon: add blockAccessList into executionData Gary Rong 2026-05-18 09:21:18 +0800
  • 428c272110 feat: remove osaka override flag 0xjvn 2026-05-17 22:35:55 +0530
  • 60f003024e core/types: encode blob tx version decode blobtx sidecar weixie.cui 2026-05-17 23:18:29 +0800
  • a111af1dd2 cmd/devp2p,p2p/enode: validate fallback UDP port range mk0walsk 2026-05-17 20:24:21 +0800
  • fc65c7f016 core/types: copy optional block hash accessors RekCuy63 2026-05-17 12:37:27 +0800
  • 0b5d47ad55 signer/clef: implement EIP-4361 Sign-In With Ethereum (SIWE) support murraystewart96 2026-05-16 15:43:35 +0100
  • 8042c83333 core/state/pruner: handle batch write errors in pruning mk0walsk 2026-05-15 22:18:24 +0800
  • 8a0223e8da
    core/txpool: use blobTxForPool inside of Reset function (#34960) cui 2026-05-15 21:51:46 +0800
  • d34e898305 go.mod: bump golang.org/x/net to v0.53.0 to fix GO-2026-4918 ozpool 2026-05-15 16:59:11 +0530
  • ac53e42b9c p2p/nat: bump pion/stun to v3 to pull in fixed pion/dtls (#34621) ozpool 2026-05-15 16:50:07 +0530
  • b3c07dc7b9 cmd/geth, core/rawdb: include tx index delta in prune history cleared total ozpool 2026-05-15 16:36:04 +0530
  • 15832284a5 eth/protocols/snap: fix error message Weixie Cui 2026-05-15 12:01:08 +0800
  • 6f6d006f74
    core/txpool/blobpool: silence GetRLP miss-log spam (#34965) Sina M 2026-05-15 12:04:37 +0200
  • b673e63a73 fix: fall back to era files for block retrieval on pruned nodes jeevan-sid 2026-05-15 15:01:52 +0530
  • 9c232a0101 support erae files in era store jeevan-sid 2026-05-15 13:04:15 +0530
  • 40a23eafb8 core/rawdb, triedb: polish code Gary Rong 2026-05-15 15:11:25 +0800
  • 133ee263c8 triedb, core: polish code Gary Rong 2026-05-15 14:57:10 +0800
  • e67fa13e34 core/rawdb: fix WriteAncientHeaderChain and add tests Gary Rong 2026-05-15 13:44:20 +0800
  • da877346c6 core/rawdb: introduce freezer table for BALs Gary Rong 2026-05-15 13:25:09 +0800
  • ff9c04e4c8 core, ethdb, cmd, triedb: intrudoce table group in freezer Gary Rong 2026-05-15 12:52:53 +0800
  • 2169065ba6 core, beacon: fix engine API and genesis init Gary Rong 2026-05-15 10:18:26 +0800
  • 5abf1161f2 cmd/evm: respect --fuzz=false RekCuy63 2026-05-15 09:43:38 +0800
  • 66f90c2409 core/forkid: simpilify code by using std library Weixie Cui 2026-05-15 09:22:22 +0800
  • b3cac351ae add metrcis for the rest Tooshi 2026-05-15 05:16:46 +0800
  • 513a834d0a eth/fetcher: pass BlobFetcher callbacks in struct Felix Lange 2026-05-14 20:16:18 +0200
  • 7aa045c60c core/txpool/blobpool: add metrics for blob buffer Felix Lange 2026-05-14 19:51:41 +0200
  • 1a7e0397bb core, eth: new engine api spec healthykim 2026-05-14 19:15:48 +0200
  • 31bb680997
    miner: re-use basefee and big.Int in loop (#34783) cui 2026-05-14 19:45:49 +0800