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.
 
 
 
 
 
 
go-ethereum/trie
Marius van der Wijden ddeea1e0c6
core: types: less allocations when hashing and tx handling (#21265)
5 years ago
..
committer.go core: types: less allocations when hashing and tx handling (#21265) 5 years ago
database.go trie: reduce allocs in insertPreimage (#21261) 5 years ago
database_test.go
encoding.go
encoding_test.go
errors.go
hasher.go core: types: less allocations when hashing and tx handling (#21265) 5 years ago
iterator.go trie: make hasher parallel when number of changes are large (#20488) 5 years ago
iterator_test.go all: simplify and fix database iteration with prefix/start (#20808) 5 years ago
node.go
node_test.go
proof.go trie: enforce monotonic range in prover and return end marker (#21130) 5 years ago
proof_test.go trie: enforce monotonic range in prover and return end marker (#21130) 5 years ago
secure_trie.go trie: make hasher parallel when number of changes are large (#20488) 5 years ago
secure_trie_test.go
sync.go eth/downloader: minor typo fixes in comments (#21035) 5 years ago
sync_bloom.go all: simplify and fix database iteration with prefix/start (#20808) 5 years ago
sync_test.go
trie.go trie: make hasher parallel when number of changes are large (#20488) 5 years ago
trie_test.go