quorum/trie
Jeffrey Wilcke b8ca0a830e eth, trie: removed key prefixing from state entries & merge db fix
Fixed database merge strategy to use the correct database. Due to a copy
paste fail when doing type evaluation the same database was being
iterated (chain), all others were ignored.

Removed state prefixing because {H(code): code} is stored in the same
database as the rest of the state.
2015-08-13 20:44:03 +02:00
..
cache.go eth, trie: removed key prefixing from state entries & merge db fix 2015-08-13 20:44:03 +02:00
encoding.go trie: run codec tests, add benchmarks, faster 2015-08-06 14:04:16 -04:00
encoding_test.go trie: run codec tests, add benchmarks, faster 2015-08-06 14:04:16 -04:00
fullnode.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
hashnode.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
iterator.go faster hex-prefix codec and string -> []byte 2015-08-06 03:17:59 -04:00
iterator_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
node.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
secure_trie.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
shortnode.go faster hex-prefix codec and string -> []byte 2015-08-06 03:17:59 -04:00
slice.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
trie.go eth, trie: removed key prefixing from state entries & merge db fix 2015-08-13 20:44:03 +02:00
trie_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
valuenode.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00