go-ethereum/eth/tracers
Marius van der Wijden 9059157eba
core: implement EIP-8037, state creation gas cost increase (#33601)
Implements https://eips.ethereum.org/EIPS/eip-8037
mainly done in order to judge the complexity of the EIP 
and to act as a jumping off point, since the eip will likely
change.

---------

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2026-06-12 14:29:03 +02:00
..
internal core, consensus, internal, eth, miner: construct block accessList (#34957) 2026-05-19 21:51:53 +08:00
js core: implement EIP-8037, state creation gas cost increase (#33601) 2026-06-12 14:29:03 +02:00
live core: introduce GasChangeHook v2 (#34946) 2026-05-13 10:53:47 +02:00
logger core: implement EIP-8037, state creation gas cost increase (#33601) 2026-06-12 14:29:03 +02:00
native core: introduce GasChangeHook v2 (#34946) 2026-05-13 10:53:47 +02:00
api.go core, consensus, internal, eth, miner: construct block accessList (#34957) 2026-05-19 21:51:53 +08:00
api_test.go all: fix all typos, as reported by crates-ci/typos (#35008) 2026-06-10 18:50:51 +02:00
dir.go
live.go
tracers_test.go core: implement eip-7778: block gas accounting without refunds (#33593) 2026-03-04 18:18:18 +08:00
tracker.go
tracker_test.go