Commit graph

  • 8145af2451 core/filtermaps: fix snapshot data sharing and optimize row mapping cache Nyxen 2026-04-04 17:11:44 -0400
  • 1063416707 cmd/evm: add initial forkchoice update to genesis in enginetest spencer-tb 2026-04-04 22:06:05 +0100
  • e2eebf4e0a core/filtermaps: simplify sha256 hashing with Sum256 Nyxen 2026-04-04 16:49:55 -0400
  • 7f9ca3a339
    crypto/bn256: fix incorrect constant in MulXi bigbear 2026-04-04 18:04:39 +0200
  • 7118cc2fc9 fix prometheus histogram count and sum to be cumulative knQzx 2026-04-04 17:31:49 +0200
  • d8cb8a962b
    core, eth, ethclient, triedb: report trienode index progress (#34633) rjl493456442 2026-04-04 21:00:07 +0800
  • a608ac94ec
    eth/protocols/snap: restore Bytes soft limit to GetAccessListsPacket (#34649) Jonny Rhea 2026-04-04 07:53:54 -0500
  • 3d8e0076d4 core/state, eth/tracers: add access list to struct logger agwab 2026-04-04 17:30:45 +0900
  • 4f9ebd88bb triedb: add GenerateTrie for rebuilding tries from flat snapshot data. Extract shared trie generation pipeline into triedb/internal to be reused by both GenerateTrie and pathdb.VerifyState. jonny rhea 2026-04-03 12:27:57 -0500
  • d46370adff cmd/evm: add --workers flag to statetest for parallel file processing spencer-tb 2026-04-03 17:52:57 +0100
  • 58fe59263c cmd/evm: add --workers flag to blocktest for parallel file processing spencer-tb 2026-04-03 17:52:51 +0100
  • 2ef6227b89 cmd/evm: add enginetest command for direct engine fixture execution spencer-tb 2026-04-03 17:52:45 +0100
  • c3ad7547ce
    core/state: various fixes in EIP-7928 (#34641) Sina M 2026-04-03 18:41:45 +0200
  • d834cd6402
    Apply suggestion from @jwasinger jwasinger 2026-04-03 12:40:15 -0400
  • b3687452c5 core/types: add accessList to WithSeal and WithBody Weixie Cui 2026-04-03 22:39:04 +0800
  • 389ec894af signer/core: uncoditionally overwrites scheme Weixie Cui 2026-04-03 22:57:11 +0800
  • b3e4cae70f internal: add balHash Weixie Cui 2026-04-03 22:45:36 +0800
  • bb4cab0853 eth/protocols/snap: restore Bytes soft limit to GetAccessListsPacket jonny rhea 2026-04-03 08:21:00 -0500
  • 2a459ac7cc
    rpc: return -32602 when exceeding the range limit Mael Regnery 2026-04-03 12:29:53 +0200
  • 444dbeb623 nit: flush gas on error path Kevaundray Wedderburn 2026-04-03 09:23:21 +0100
  • 7e3448b177 go fmt Kevaundray Wedderburn 2026-04-03 09:21:22 +0100
  • 1a55bd8a98 allow geth --evm.experimental Kevaundray Wedderburn 2026-04-03 09:18:24 +0100
  • a30cb22324 won't -> can't Kevaundray Wedderburn 2026-04-03 09:17:58 +0100
  • 8f1d6205d9 add initial code for experimental interpreter loop Kevaundray Wedderburn 2026-04-03 09:17:35 +0100
  • df3d59fc1a enable experimental interpreter Kevaundray Wedderburn 2026-04-03 09:16:38 +0100
  • 00da4f51ff
    core, eth/protocols/snap: Snap/2 Protocol + BAL Serving (#34083) Jonny Rhea 2026-04-03 01:10:32 -0500
  • cfac2b7c67
    Merge 1d4657b614 into 0ba4314321 Ayush Baluni 2026-04-02 21:53:44 -0700
  • 6094e76779 docs: align contributing chat link with README haimingzz 2026-04-03 11:38:37 +0800
  • 0ba4314321
    core/state: introduce state iterator interface (#33102) rjl493456442 2026-04-03 10:35:32 +0800
  • f74037c010
    triedb/pathdb: skip duplicate-root layer insertion Diego López León 2026-04-02 19:39:33 -0300
  • a5aee0d2a8 fix origin code hash Sina Mahmoodi 2026-04-03 00:16:06 +0200
  • c698661f7f Fix balance change txindex check Sina Mahmoodi 2026-04-03 00:15:49 +0200
  • 68d390d518 core/state: fix setError in BAL ST Sina Mahmoodi 2026-04-02 23:41:50 +0200
  • add2e35c82 core/types: fix merging state mutations Sina Mahmoodi 2026-04-02 23:16:22 +0200
  • 7e62dffd71 fix ctx.String(GCModeFlag.Name) == "archive" Vicky 2026-04-03 03:16:19 +0800
  • 6cc0be1e93 update to eest bal 5.6.0 release Jared Wasinger 2026-04-02 14:20:39 -0400
  • b4d3d8c01b allow window pruning in prune-history cmd Sina Mahmoodi 2026-04-02 18:07:43 +0000
  • 0af3200dca triedb/pathdb: fix layer 5 key range in account iterator traversal test Weixie Cui 2026-04-03 00:02:59 +0800
  • e18de5c8f6 core/state/snapshot: fix layer 5 key range in iterator traversal tests Weixie Cui 2026-04-02 23:59:01 +0800
  • e709399071 core/vm: include operand in invalid eip-8024 errors Daniel Liu 2026-04-02 18:47:10 +0800
  • 98b3d382bc core: merge access events for all system calls Delene Tchio Romuald 2026-04-02 15:12:07 +0100
  • daee525741 add buffer.go and proper peer dropping mechanism healthykim 2026-04-02 21:48:56 +0900
  • bcb0efd756
    core/types: copy block access list hash in CopyHeader (#34636) cui 2026-04-02 20:40:45 +0800
  • 3ee2b79a97 core/types: copy block access list hash in CopyHeader Weixie Cui 2026-04-02 19:02:29 +0800
  • 2e80a802fe core/vm: tighten eip-8024 min stack bounds Daniel Liu 2026-04-02 18:12:06 +0800
  • a06e9c3d97 eth: define snap handler abstraction Gary Rong 2026-04-02 15:33:46 +0800
  • 144ba36423 fix: remove stale todo 0xjvn 2026-04-02 12:51:37 +0530
  • 4308514161 core/state: fix comment Gary Rong 2026-04-02 15:13:45 +0800
  • 05f41bc2f4 core, eth, ethclient, triedb: report trienode index progress Gary Rong 2026-04-02 15:03:10 +0800
  • db6c7d06a2
    triedb/pathdb: implement history index pruner (#33999) rjl493456442 2026-04-02 06:21:58 +0800
  • 704a86774b eth/protocols/snap: address review feedback on softlimit and not advertising snap2 yet jonny rhea 2026-04-01 14:14:51 -0500
  • 91b40ed46f minor improvements Sina Mahmoodi 2026-04-01 20:50:58 +0200
  • bfd03b86ae comment tweaks Sina Mahmoodi 2026-04-01 20:37:14 +0200
  • 14a26d9ccc
    eth/gasestimator: fix block overrides in estimate gas (#34081) Daniel Liu 2026-04-02 02:32:17 +0800
  • 17bec615f8 cmd/utils: add IsSet checks for config fields in MakeChain Tanvir 2026-04-02 01:07:23 +0800
  • 5dc734c150 internal/ethapi, eth/gasestimator: honor block overrides in estimate gas Daniel Liu 2026-03-24 14:29:38 +0800
  • 4ce7b4cbcf core/vm: fix modexp fast path for modulus 1 Sahil Sojitra 2026-04-01 21:53:31 +0530
  • f871e1785c strict recent rule on init Sina Mahmoodi 2026-04-01 16:05:26 +0000
  • 43cc92e68a dont do runtime pruning Sina Mahmoodi 2026-04-01 15:40:46 +0000
  • 59663aff1b core/vm: reduce heap allocations in precompile contracts Sahil Sojitra 2026-04-01 20:59:23 +0530
  • fc43170cdd
    beacon/light: keep retrying checkpoint init if failed (#33966) Felföldi Zsolt 2026-04-01 16:05:57 +0200
  • e376aba33f core/state: implement state iterator Gary Rong 2025-11-05 12:08:56 +0800
  • 64982f03ae skip partial blob txs during blob building healthykim 2026-04-01 15:28:50 +0900
  • 27abe09b32 triedb/pathdb: fix broken test Gary Rong 2026-04-01 11:46:20 +0800
  • 902c680a83 triedb/pathdb: fix panic Gary Rong 2026-03-20 11:24:37 +0800
  • 4e7b3fed6d triedb/pathdb: add tests for pruner Gary Rong 2026-03-20 10:47:54 +0800
  • d9e6c9ca56 triedb/pathdb: improve pruner Gary Rong 2026-03-20 10:32:03 +0800
  • f7bff33820 triedb/pathdb: pause the pruning if indexer is active Gary Rong 2026-03-20 10:18:42 +0800
  • 0fd7a61f7f triedb/pathdb: ignore pruning signal during index initialization Gary Rong 2026-03-20 09:47:09 +0800
  • 298e2819da triedb/pathdb: polish Gary Rong 2026-03-13 14:58:10 +0800
  • eb6c814332 triedb/pathdb: periodically reopen the iterator to unblock compactor Gary Rong 2026-03-13 14:51:03 +0800
  • d1b5c4101f triedb/pathdb: improve log Gary Rong 2026-03-13 14:36:27 +0800
  • 00acc891ca triedb/pathdb: improve log Gary Rong 2026-03-13 13:25:10 +0800
  • bcce50b037 triedb/pathdb: implement history index pruner Gary Rong 2026-03-12 15:38:55 +0800
  • dcf422d3b4 pass ci frederick 2026-03-31 22:51:35 -0400
  • 8c696939f2 add transient override param allen 2025-09-30 10:28:48 -0400
  • 277c2e5620 fix testcase allen 2025-09-19 21:55:05 -0400
  • 4b73f9e293 fix bug allen 2025-09-19 21:10:22 -0400
  • df3d0912c2 internal/ethapi: add transient storage override support for eth_call allen 2025-09-19 14:51:36 -0400
  • 03d4efd8df core: remove unused method and delete claude comment Jared Wasinger 2026-03-31 22:18:00 -0400
  • 3b852842f9 miner,tests: test payload construction as part of running spec tests Jared Wasinger 2026-03-24 17:01:19 -0400
  • 53719add20 Some fixes for bal-devnet-3 (#34090) Josh Klopfenstein 2026-03-26 08:11:25 -0500
  • c339f4e241 fix stale generated file that I forgot to include with recent PR that made some changes to the --bal.executionmode flag Jared Wasinger 2026-03-23 13:03:04 -0400
  • e4f847871b core/types: don't include BAL in rlp encoding of full block. Set access list hash on block header when calling 'Block.WithAccessList' Jared Wasinger 2026-03-23 13:01:00 -0400
  • 2ff40c7484 core/types/bal: ensure that a written storage slot which was previously read doesn't appear in both the read/write set in the BAL Jared Wasinger 2026-03-24 11:39:17 -0400
  • 03c24c1ed8 miner: restore GasUsed assignment in applyTransaction (#34082) Stefan 2026-03-24 14:05:50 +0100
  • 8327e870e6 all: fix rebasing issues Marius van der Wijden 2026-03-24 09:48:04 +0100
  • 18848bca26 all: fix rebasing issues Marius van der Wijden 2026-03-23 20:00:49 +0100
  • 98f757bcc2 core: fix deadlock in parallel state processor Marius van der Wijden 2026-03-19 12:03:28 +0100
  • c7ab99831a core: fix storage deletion Jared Wasinger 2026-03-17 14:41:04 -0400
  • 71ad98ba90 cmd,core,eth,miner: * add method on StateReaderTracker to clear the accumulated reads * don't factor the BAL size into the payload size during construction in the miner * simplify miner code for constructing payloads-with-BALs via the use of aformentioned StateReaderTracker clear method * clean up the configuration of the BAL execution mode based on the preset flag specified Jared Wasinger 2026-03-10 17:34:11 -0400
  • 963b446f57 rpc: add blockAccessListHash to RPC block header response (#33994) Sahil Sojitra 2026-03-13 23:34:04 +0530
  • 5f47ac4811 core/types: fix CopyHeader missing BlockAccessListHash deep copy CPerezz 2026-02-14 11:15:48 +0100
  • bbde08c6e1 eth/catalyst: propagate passed context in call to newPayload Jared Wasinger 2026-03-11 12:41:55 -0400
  • 787464adfc address more lint errors Jared Wasinger 2026-03-04 07:34:53 -0500
  • 6d1df21ef9 fix some lint errors (TODO: merge this commit into the 7928 changes Jared Wasinger 2026-03-03 18:23:23 -0500
  • 2135705bd4 update test fixtures to devnet 3. fix build Jared Wasinger 2026-03-03 15:46:40 -0500
  • 265d74b75e all: implement eip 7928 block access lists Jared Wasinger 2026-03-02 23:13:16 -0500
  • 40f34eeb08 core: implement EIP-8037: state creation gas cost increase MariusVanDerWijden 2026-01-13 22:00:25 +0100
  • 134be59d23 fix: remove redundant seek jeevan-sid 2026-03-31 22:05:10 +0530