go-ethereum/cmd/evm/internal/t8ntool
Guillaume Ballet 61342e9c01
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
trie/bintrie: record inserted leaves for t8n (#34843)
Because the UBT doesn't differentiate slots from accounts, the content
of the tree can not be exported as a `GenesisAlloc`, which means that
`evm t8n` can not intergrate it. We have tried integrating the new
format into execution-specs, but this is very hard to maintain because
the team doesn't see it as a priority and their own repository is seeing
a lot of churn. This PR adds the ability to capture the structure of
what is being inserted in the tree, so that the information isn't lost
and it can be dumped in the t8n context.

---------

Co-authored-by: felipe <fselmo2@gmail.com>
2026-05-28 17:06:47 +02:00
..
block.go core, cmd, internal: rework BAL json marshalling to adhere EELS (#34972) 2026-05-20 09:12:13 -04:00
execution.go trie/bintrie: record inserted leaves for t8n (#34843) 2026-05-28 17:06:47 +02:00
file_tracer.go cmd/evm: add --opcode.count flag to t8n (#33800) 2026-02-17 20:42:53 +01:00
flags.go cmd/evm: add --opcode.count flag to t8n (#33800) 2026-02-17 20:42:53 +01:00
gen_execresult.go cmd/evm/internal/t8ntool: Amsterdam t8n updates; adds BAL and slotNum (#35025) 2026-05-22 11:40:09 +08:00
gen_header.go core, cmd, internal: rework BAL json marshalling to adhere EELS (#34972) 2026-05-20 09:12:13 -04:00
gen_stenv.go core/vm: implement eip-7843: SLOTNUM (#33589) 2026-02-26 13:53:46 +01:00
transaction.go core: implement eip-7981: Increase Access List Cost (#34755) 2026-05-06 12:03:11 +02:00
transition.go trie/bintrie: record inserted leaves for t8n (#34843) 2026-05-28 17:06:47 +02:00
tx_iterator.go core/types: cleanup tx signer logic (#31434) 2025-03-19 16:05:44 +01:00
utils.go all: fix typos in comments (#29186) 2024-03-07 22:56:19 +01:00