Commit graph

  • a059a357d1
    eth/catalyst: count actually-available blobs in getBlobs (#35028) rayoo 2026-05-22 13:58:31 +0800
  • ca153d40bf eth: should return basefee for the next block as doc says Weixie Cui 2026-05-21 20:00:00 +0800
  • 12eabbd76d
    cmd/evm/internal/t8ntool: Amsterdam t8n updates; adds BAL and slotNum (#35025) felipe 2026-05-21 21:40:09 -0600
  • 92cd26cae0
    core: add code cache hit/miss meters (#34821) Miki Noir 2026-05-22 05:33:21 +0200
  • 2522b716f4
    eth/catalyst, core/txpool/blobpool: add tracing to GetBlobs endpoints (#35026) Jonny Rhea 2026-05-21 22:24:14 -0500
  • 0d70f495a0 eth/catalyst: count actually-available blobs in getBlobs rayoo 2026-05-22 11:03:50 +0800
  • bd28e43479 graphql: handle missing block body in Raw resolver RekCuy63 2026-05-22 09:30:07 +0800
  • fde7214a86 eth/catalyst, core/txpool/blobpool: add tracing to GetBlobs endpoints jonny rhea 2026-05-21 18:59:54 -0500
  • aa5ed8e926 cmd/evm/internal/t8ntool: Amsterdam t8n updates; adds BAL and slotNum fselmo 2026-05-21 13:41:05 -0600
  • 4daaaadfc4
    eth/catalyst: implement engine_newPayloadWithWitnessV5 and use witness field spec ordering (#35009) Ignacio Hagopian 2026-05-21 16:00:57 -0300
  • 3f0c06c527
    cmd: add --bal.executionmode flag (still noop) MariusVanDerWijden 2026-05-21 20:57:34 +0200
  • c841457587 eth/fetcher: add per peer token bucket healthykim 2026-05-21 19:53:17 +0200
  • aac9c15b62 beacon/engine: encode/decode bals as hex for ExecutableData Jared Wasinger 2026-05-21 12:06:43 -0400
  • 27c8f4a19f
    beacon/engine: fix marshalling MariusVanDerWijden 2026-05-21 18:43:14 +0200
  • d82790a19a sort FromExtWitness input to sanitize it Guillaume Ballet 2026-05-21 17:57:01 +0200
  • 8f2f286ae0 core/txpool: add lock in buffer.go healthykim 2026-05-21 16:43:09 +0200
  • 88c11627ea
    tests: add BAL specific tests MariusVanDerWijden 2026-05-21 16:16:13 +0200
  • 05f242939f
    core/vm: put account in BAL before transfer MariusVanDerWijden 2026-05-21 16:15:49 +0200
  • 6e4f5710f9
    core/vm: use up gas _after_ the call MariusVanDerWijden 2026-05-21 16:14:49 +0200
  • 13893feb5c fix tests Guillaume Ballet 2026-05-21 15:38:45 +0200
  • 72d31996c7 eth/fether: make handleAddErrors return otherreject count healthykim 2026-05-21 15:32:54 +0200
  • 474a027d27 core/txpool: clear completed, return nil error in Flush function healthykim 2026-05-21 15:32:15 +0200
  • 36520d8199
    accounts/usbwallet: add support for blob and setcode transactions (#33797) DeFi Junkie 2026-05-21 16:31:26 +0300
  • acfad6712f review Guillaume Ballet 2026-05-21 14:51:47 +0200
  • e5ec2fc8e4 accounts/usbwallet: add support for blob and setcode transactions BZO95 2026-02-09 14:46:42 +0800
  • 0b47962017 node: RFC 7235 mandates case-insensitive auth-schema mathcing Weixie Cui 2026-05-21 20:00:00 +0800
  • 37ff34ea7d fix tests Guillaume Ballet 2026-05-21 13:27:23 +0200
  • dc07433d87
    beacon/engine: preserve nil blob list JSON (#35019) Minh Vu 2026-05-21 09:56:15 +0200
  • ef5041ef4d
    eth/catalyst: engine_hasBlobs (#34859) Marius van der Wijden 2026-05-21 09:54:32 +0200
  • c6d24ffcdb
    Delete beacon/engine/bapl_encode_test.go Felix Lange 2026-05-21 09:03:50 +0200
  • 485e14cb40 core/txpool/blobpool: improve AvailableBlobs Felix Lange 2026-05-21 09:02:23 +0200
  • e8a5b1bd16 eth/catalyst: remove error Felix Lange 2026-05-21 09:00:56 +0200
  • 78a926efab
    core/txpool/blobpool: edit comment healthykim 2026-05-07 12:58:18 +0200
  • 00a0657a15
    core/catalyst: engine_hasBlobs MariusVanDerWijden 2026-04-30 18:52:23 +0200
  • bf69a15de6 core/vm: change exit halt Gary Rong 2026-05-21 11:33:12 +0800
  • ce25997091 core/state: improve authorization state gas refund Gary Rong 2026-05-20 16:27:14 +0800
  • 39fb6df951 core: absorb marius's fix from the baldev-7 branch Gary Rong 2026-05-20 15:18:03 +0800
  • 5963fc8408 core: improve EIP-8037 implementations Gary Rong 2026-05-18 11:19:25 +0800
  • b86cca23a8 core: implement EIP-8037: state creation gas cost increase MariusVanDerWijden 2026-05-04 10:49:12 +0200
  • b2b38c62be beacon/engine, eth/catalyst: preserve nil blob list JSON Minh Vu 2026-05-21 00:52:03 +0200
  • 75466ac520 cmd/devp2p: add comments healthykim 2026-05-20 23:12:06 +0200
  • 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[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
  • e89b82ea9b rpc: tolerate Windows close-error in websocket read-limit test rayoo 2026-05-20 11:13:54 +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
  • a2b799e5a2 eth/tracers/native: add empty check Weixie Cui 2026-05-19 20:00:00 +0800
  • 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
  • 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
  • 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