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/ptrie
obscuren 58d477f7a6 Fixed a bug where keys where serialised twice 10 years ago
..
cache.go Added paranoia check for tries 10 years ago
fullnode.go Fixed a bug where keys where serialised twice 10 years ago
hashnode.go New modified patricia trie 10 years ago
iterator.go Fixed a bug where keys where serialised twice 10 years ago
iterator_test.go Fixed iterator for short nodes. 10 years ago
node.go Fixed a bug where keys where serialised twice 10 years ago
shortnode.go Added caching and database interface to trie 10 years ago
trie.go Fixed a bug where keys where serialised twice 10 years ago
trie_test.go Switched to new trie 10 years ago
valuenode.go Added caching and database interface to trie 10 years ago