• rjl493456442's avatar
    core, eth, les, tests, trie: abstract node scheme (#25532) · 743e4049
    rjl493456442 authored
    This PR introduces a node scheme abstraction. The interface is only implemented by `hashScheme` at the moment, but will be extended by `pathScheme` very soon.
    
    Apart from that, a few changes are also included which is worth mentioning:
    
    -  port the changes in the stacktrie, tracking the path prefix of nodes during commit
    -  use ethdb.Database for constructing trie.Database. This is not necessary right now, but it is required for path-based used to open reverse diff freezer
    743e4049
Name
Last commit
Last update
..
evm-benchmarks @ d8b88f40 Loading commit data...
fuzzers Loading commit data...
solidity Loading commit data...
testdata @ a380655e Loading commit data...
block_test.go Loading commit data...
block_test_util.go Loading commit data...
difficulty_test.go Loading commit data...
difficulty_test_util.go Loading commit data...
gen_btheader.go Loading commit data...
gen_difficultytest.go Loading commit data...
gen_stenv.go Loading commit data...
gen_sttransaction.go Loading commit data...
init.go Loading commit data...
init_test.go Loading commit data...
rlp_test.go Loading commit data...
rlp_test_util.go Loading commit data...
state_test.go Loading commit data...
state_test_util.go Loading commit data...
transaction_test.go Loading commit data...
transaction_test_util.go Loading commit data...