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
Matthew Halpern 514a9472ad trie: prefer nil slices over zero-length slices (#19084) 6 years ago
..
database.go trie: prefer nil slices over zero-length slices (#19084) 6 years ago
encoding.go trie: fix error in node decoding (#19111) 6 years ago
encoding_test.go trie: rework and document key encoding 8 years ago
errors.go trie: more node iterator improvements (#14615) 7 years ago
hasher.go vendor, crypto, swarm: switch over to upstream sha3 package 6 years ago
iterator.go trie: return hasher to pool (#18116) 6 years ago
iterator_test.go cmd, core, eth, light, trie: add trie read caching layer 6 years ago
node.go p2p, swarm, trie: avoid copying slices in loops (#17265) 6 years ago
node_test.go trie, core/state: improve memory usage and performance (#3135) 8 years ago
proof.go trie: prefer nil slices over zero-length slices (#19084) 6 years ago
proof_test.go trie: support proof generation from the iterator 6 years ago
secure_trie.go trie: fixes to comply with golint (#16771) 6 years ago
secure_trie_test.go all: get rid of error when creating memory database (#16716) 6 years ago
sync.go trie: prefer nil slices over zero-length slices (#19084) 6 years ago
sync_test.go trie: prefer nil slices over zero-length slices (#19084) 6 years ago
trie.go trie: remove unused originalRoot field (#17862) 6 years ago
trie_test.go trie: fix error in node decoding (#19111) 6 years ago