plugeth/cmd/evm/internal/t8ntool
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246)
The PR makes use of the stacktrie, which is is more lenient on resource consumption, than the regular trie, in cases where we only need it for DeriveSha
2021-02-02 13:09:23 +01:00
..
execution.go trie : use trie.NewStackTrie instead of new(trie.Trie) (#22246) 2021-02-02 13:09:23 +01:00
flags.go cmd/evm: statet8n output folder + tx hashes on trace filenames (#21406) 2020-08-19 11:31:13 +02:00
gen_stenv.go cmd/evm: add state transition tool for testing (#20958) 2020-06-30 10:12:51 +02:00
transition.go cmd/evm: statet8n output folder + tx hashes on trace filenames (#21406) 2020-08-19 11:31:13 +02:00