go-ethereum/core
DELENE-TCHIO 04e40995d9
Some checks are pending
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Linux Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
core: merge access events for all system calls (#34637)
ProcessBeaconBlockRoot (EIP-4788) and processRequestsSystemCall
(EIP-7002/7251) do not merge the EVM access events into the state after
execution. ProcessParentBlockHash (EIP-2935) already does this correctly
at line 290-291.

Without this merge, the Verkle witness will be missing the storage
accesses from the beacon root and request system calls, leading to
incomplete witnesses and potential consensus issues when Verkle
activates.
2026-04-07 21:55:09 +02:00
..
filtermaps
forkid
history
overlay
rawdb core/rawdb: BAL storage layer (#34064) 2026-03-31 15:05:31 +08:00
state core/state: introduce state iterator interface (#33102) 2026-04-03 10:35:32 +08:00
stateless core, miner, trie: relocate witness stats (#34106) 2026-03-27 17:06:46 +01:00
tracing core/tracing: fix NonceChangeAuthorization comment (#34085) 2026-03-25 09:16:09 +01:00
txpool core/txpool/legacypool: use types.Sender instead of signer.Sender (#34059) 2026-03-28 11:46:09 +01:00
types core/types: add accessList to WithSeal and WithBody (#34651) 2026-04-07 22:04:07 +08:00
vm core, core/vm: implement EIP-7708 (#33645) 2026-03-23 22:29:53 +08:00
.gitignore
bench_test.go
bintrie_witness_test.go
block_validator.go
block_validator_test.go
blockchain.go core, miner, trie: relocate witness stats (#34106) 2026-03-27 17:06:46 +01:00
blockchain_insert.go
blockchain_reader.go core, eth, ethclient, triedb: report trienode index progress (#34633) 2026-04-04 21:00:07 +08:00
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go
blockchain_stats.go
blockchain_test.go
chain_makers.go
chain_makers_test.go
dao_test.go
error.go core, internal/ethapi: fix incorrect max-initcode RPC error mapping (#34067) 2026-03-23 22:10:32 +08:00
eth_transfer_logs_test.go core, core/vm: implement EIP-7708 (#33645) 2026-03-23 22:29:53 +08:00
events.go
evm.go core, core/vm: implement EIP-7708 (#33645) 2026-03-23 22:29:53 +08:00
gaspool.go
gen_genesis.go
genesis.go
genesis_alloc.go
genesis_test.go
headerchain.go
headerchain_test.go
mkalloc.go
rlp_test.go
sender_cacher.go
state_prefetcher.go
state_processor.go core: merge access events for all system calls (#34637) 2026-04-07 21:55:09 +02:00
state_processor_test.go
state_transition.go core, core/vm: implement EIP-7708 (#33645) 2026-03-23 22:29:53 +08:00
stateless.go
txindexer.go
txindexer_test.go
types.go