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
Péter Szilágyi 53634f1e04 trie: remove unused originalRoot field (#17862) 6 years ago
..
database.go eth, trie: fix tracer GC which accidentally pruned the metaroot 7 years ago
encoding.go
encoding_test.go
errors.go
hasher.go
iterator.go
iterator_test.go
node.go p2p, swarm, trie: avoid copying slices in loops (#17265) 7 years ago
node_test.go
proof.go
proof_test.go
secure_trie.go
secure_trie_test.go
sync.go core, eth, trie: use common/prque (#17508) 7 years ago
sync_test.go
trie.go trie: remove unused originalRoot field (#17862) 6 years ago
trie_test.go