go-ethereum/cmd/evm/testdata
jwasinger 58f65c60c2
trie: copy preimage store pointer in StateTrie.Copy (#31158)
This fixes an error where executing `evm run --dump ...` omits preimages
from the dump (because the statedb used for execution is a copy of
another instance).
2025-02-12 09:55:00 +08:00
..
1
2
3
4
5
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31 cmd/evm: refactor handling output-files for t8n (#30854) 2025-01-21 15:35:03 +08:00
32
33 cmd/evm: update tests for SetCodeAuthorization JSON encoding change (#30936) 2024-12-18 20:17:49 +01:00
eof
evmrun trie: copy preimage store pointer in StateTrie.Copy (#31158) 2025-02-12 09:55:00 +08:00
statetest.json