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
obscuren c850c41ec1 trie: Implemented a batch write approach for flushing 9 years ago
..
cache.go trie: Implemented a batch write approach for flushing 9 years ago
encoding.go debug err removed 10 years ago
encoding_test.go Merge branch 'develop' of https://github.com/tgerring/go-ethereum 10 years ago
fullnode.go Fixed a copy issue in the trie which could cause a consensus failure 10 years ago
hashnode.go Moved ethutil => common 10 years ago
iterator.go Fixed iterator bug which skips the 0x000...000 key 10 years ago
iterator_test.go Moved ptrie => trie. Removed old trie 10 years ago
node.go Fixed a copy issue in the trie which could cause a consensus failure 10 years ago
secure_trie.go Secure trie shakey / key matching 10 years ago
shortnode.go Moved ethutil => common 10 years ago
slice.go ethtrie => trie 10 years ago
trie.go fixed tests 10 years ago
trie_test.go trie: fixed tests 9 years ago
valuenode.go Moved ethutil => common 10 years ago