• 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
..
downloader Loading commit data...
fetcher Loading commit data...
backend.go Loading commit data...
gasprice.go Loading commit data...
handler.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
protocol.go Loading commit data...
protocol_test.go Loading commit data...
sync.go Loading commit data...