go-ethereum/trie
Will Meister 0a67cf87f3
Hex Trie -> Binary Trie (#7)
*** Changing Hex Trie to Binary Trie ***

Note: This changes and/or comments out a bunch of tests, so if things break down the line, this is likely the cause!
2020-06-10 17:00:45 -05:00
..
database_test.go trie: there's no point in retrieving the metaroot 2019-04-05 13:09:28 +03:00
database.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
encoding_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
encoding.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
errors.go trie: more node iterator improvements (#14615) 2017-06-20 18:26:09 +02:00
hasher.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
iterator_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
iterator.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
node_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
node.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
proof_test.go ethdb, trie: tiny API tidy-up from the database rework pr 2019-03-12 12:32:02 +02:00
proof.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
secure_trie_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
secure_trie.go cmd, core, eth, trie: get rid of trie cache generations (#19262) 2019-03-14 15:25:12 +02:00
sync_bloom.go cmd/geth: wrong memory size sanitizing on OpenBSD (#19793) 2019-07-05 13:13:21 +03:00
sync_test.go trie: remove node ordering slice in sync batch (#19929) 2019-10-28 18:50:11 +01:00
sync.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
trie_test.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00
trie.go Hex Trie -> Binary Trie (#7) 2020-06-10 17:00:45 -05:00