go-ethereum/core
rjl493456442 3d50e3eb0e
core/types/bal: enhance the bal validation (#35281)
EIP-7928 requires that each address appears exactly once in the block
access list.

In the `BlockAccessList.Validate`, the strict `isStrictlySortedFunc` is
required to detect the duplicated accounts.
2026-07-03 14:30:56 +08:00
..
filtermaps all: fix all typos, as reported by crates-ci/typos (#35008) 2026-06-10 18:50:51 +02:00
forkid
history
overlay
rawdb core/rawdb: fix freezer close sync error message (#35135) 2026-07-02 16:44:04 +08:00
state core/state: fix account prefetching for absent accounts (#35256) 2026-06-30 09:03:12 +08:00
stateless
tracing core/vm: implements EIP-8037 spec change (#35173) 2026-06-23 14:31:24 +08:00
txpool core/txpool: add blobTxForPool migration in limbo (#35209) 2026-07-01 11:12:46 +02:00
types core/types/bal: enhance the bal validation (#35281) 2026-07-03 14:30:56 +08:00
vm core: implement EIP-8038 (#35216) 2026-07-02 09:05:51 +08:00
.gitignore
bal_test.go params: remove named hardforks from bpo schedule (#35029) 2026-07-01 16:51:05 +08:00
bench_test.go core: implement EIP-2780 (#35212) 2026-06-29 11:04:30 +08:00
bintrie_witness_test.go params: remove named hardforks from bpo schedule (#35029) 2026-07-01 16:51:05 +08:00
block_validator.go
block_validator_test.go
blockchain.go core: add debug log and repair the missing hash and receipts (#35190) 2026-06-23 14:46:38 +08:00
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go core: re-enable the legacy snapshot after sync (#35163) 2026-06-16 11:09:32 +08:00
blockchain_stats.go
blockchain_test.go all: fix all typos, as reported by crates-ci/typos (#35008) 2026-06-10 18:50:51 +02:00
chain_makers.go core, consensus/misc, params: implement EIP-7997 (#35223) 2026-07-02 14:56:18 +02:00
chain_makers_test.go
dao_test.go all: fix all typos, as reported by crates-ci/typos (#35008) 2026-06-10 18:50:51 +02:00
eip2780_test.go core: implement EIP-2780 (#35212) 2026-06-29 11:04:30 +08:00
eip7997_test.go core, consensus/misc, params: implement EIP-7997 (#35223) 2026-07-02 14:56:18 +02:00
eip8037_test.go core: implement EIP-2780 (#35212) 2026-06-29 11:04:30 +08:00
eip8038_test.go core: implement EIP-8038 (#35216) 2026-07-02 09:05:51 +08:00
eip8246_test.go cmd: add amsterdam override flag (#35213) 2026-07-01 11:55:12 +02:00
error.go core: implement EIP-2780 (#35212) 2026-06-29 11:04:30 +08:00
eth_transfer_logs_test.go params: remove named hardforks from bpo schedule (#35029) 2026-07-01 16:51:05 +08:00
events.go
evm.go core: implement EIP-8037, state creation gas cost increase (#33601) 2026-06-12 14:29:03 +02:00
gaspool.go core: implement EIP-8037, state creation gas cost increase (#33601) 2026-06-12 14:29:03 +02:00
gen_genesis.go
genesis.go core, consensus/misc, params: implement EIP-7997 (#35223) 2026-07-02 14:56:18 +02:00
genesis_alloc.go
genesis_test.go params: remove named hardforks from bpo schedule (#35029) 2026-07-01 16:51:05 +08:00
headerchain.go
headerchain_test.go
jumpdest.go
mkalloc.go
rlp_test.go
sender_cacher.go
state_prefetcher.go
state_processor.go core, consensus/misc, params: implement EIP-7997 (#35223) 2026-07-02 14:56:18 +02:00
state_processor_test.go
state_transition.go core: implement EIP-8038 (#35216) 2026-07-02 09:05:51 +08:00
state_transition_test.go core: implement EIP-8038 (#35216) 2026-07-02 09:05:51 +08:00
stateless.go all: fix all typos, as reported by crates-ci/typos (#35008) 2026-06-10 18:50:51 +02:00
txindexer.go core, core/txpool, eth: move subscriptions to constructor (#35048) 2026-06-01 08:13:59 +08:00
txindexer_test.go
types.go