Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Péter Szilágyi
9effd64290
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
...
* core, eth, trie: bloom filter for trie node dedup during fast sync
* eth/downloader, trie: address review comments
* core, ethdb, trie: restart fast-sync bloom construction now and again
* eth/downloader: initialize fast sync bloom on startup
* eth: reenable eth/62 until we properly remove it
6 years ago
..
database.go
cmd, core, eth, trie: get rid of trie cache generations ( #19262 )
6 years ago
dump.go
core/state: rework dirty handling to avoid quadratic overhead
7 years ago
iterator.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
iterator_test.go
all: clean up and proerly abstract database access
6 years ago
journal.go
core/state: avoid linear overhead on journal dirty listing
7 years ago
main_test.go
all: fix license headers one more time
9 years ago
managed_state.go
core, core/state, core/vm: remove exported account getters ( #3618 )
8 years ago
managed_state_test.go
all: clean up and proerly abstract database access
6 years ago
state_object.go
core: split out detailed trie access metrics from insertion time ( #19316 )
6 years ago
state_test.go
all: clean up and proerly abstract database access
6 years ago
statedb.go
core/state: fix state iterator ( #19127 )
6 years ago
statedb_test.go
all: clean up and proerly abstract database access
6 years ago
sync.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago
sync_test.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago