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