• Jeffrey Wilcke's avatar
    eth, trie: removed key prefixing from state entries & merge db fix · b8ca0a83
    Jeffrey Wilcke authored
    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.
    b8ca0a83
Name
Last commit
Last update
..
cache.go Loading commit data...
encoding.go Loading commit data...
encoding_test.go Loading commit data...
fullnode.go Loading commit data...
hashnode.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
node.go Loading commit data...
secure_trie.go Loading commit data...
shortnode.go Loading commit data...
slice.go Loading commit data...
trie.go Loading commit data...
trie_test.go Loading commit data...
valuenode.go Loading commit data...