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.
Martin Holst Swende
49281ab84f
core/state/snapshot, true: reuse dirty data instead of hitting disk when generating ( #22667 )
...
* core/state/snapshot: reuse memory data instead of hitting disk when generating
* trie: minor nitpicks wrt the resolver optimization
* core/state/snapshot, trie: use key/value store for resolver
* trie: fix linter
Co-authored-by: Péter Szilágyi <peterke@gmail.com>
4 years ago
..
account.go
core/state/snapshot: implement storage iterator ( #20971 )
5 years ago
conversion.go
core, eth: faster snapshot generation ( #22504 )
4 years ago
difflayer.go
core/state/snapshot: fix data race in diff layer ( #22540 )
4 years ago
difflayer_test.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
disklayer.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
disklayer_test.go
all: add read-only option to database ( #22407 )
4 years ago
generate.go
core/state/snapshot, true: reuse dirty data instead of hitting disk when generating ( #22667 )
4 years ago
generate_test.go
core, eth: faster snapshot generation ( #22504 )
4 years ago
iterator.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_binary.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_fast.go
snapshot, trie: fixed typos, mostly in snapshot pkg ( #22133 )
4 years ago
iterator_test.go
core/state/snapshot: implement storage iterator ( #20971 )
5 years ago
journal.go
core: nuke legacy snapshot supporting ( #22663 )
4 years ago
snapshot.go
core: nuke legacy snapshot supporting ( #22663 )
4 years ago
snapshot_test.go
core/state/snapshot: ensure Cap retains a min number of layers
4 years ago
sort.go
core: fix broken tests due to API changes + linter
5 years ago
wipe.go
core, eth: faster snapshot generation ( #22504 )
4 years ago
wipe_test.go
all: simplify and fix database iteration with prefix/start ( #20808 )
5 years ago