go-ethereum/eth/fetcher
ucwong 83e4c49e2b
trie : use trie.NewStackTrie instead of new(trie.Trie) ()
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
..
block_fetcher_test.go trie : use trie.NewStackTrie instead of new(trie.Trie) () 2021-02-02 13:09:23 +01:00
block_fetcher.go trie : use trie.NewStackTrie instead of new(trie.Trie) () 2021-02-02 13:09:23 +01:00
tx_fetcher_test.go all: fix typos in comments () 2020-05-25 10:21:28 +02:00
tx_fetcher.go core, eth, internal: include read storage entries in structlog output () 2020-06-10 11:46:13 +02:00