• Martin Holst Swende's avatar
    trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (#21799) · 81678971
    Martin Holst Swende authored
    * trie: fix error in stacktrie not committing small roots
    
    * fuzzers: make trie-fuzzer use correct returnvalues
    
    * trie: improved tests
    
    * tests/fuzzers: fuzzer for stacktrie vs regular trie
    
    * test/fuzzers: make stacktrie fuzzer use 32-byte keys
    
    * trie: fix error in stacktrie with small nodes
    
    * trie: add (skipped) testcase for stacktrie
    
    * tests/fuzzers: address review comments for stacktrie fuzzer
    
    * trie: fix docs in stacktrie
    81678971
Name
Last commit
Last update
..
committer.go Loading commit data...
database.go Loading commit data...
database_test.go Loading commit data...
encoding.go Loading commit data...
encoding_test.go Loading commit data...
errors.go Loading commit data...
hasher.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
node.go Loading commit data...
node_test.go Loading commit data...
proof.go Loading commit data...
proof_test.go Loading commit data...
secure_trie.go Loading commit data...
secure_trie_test.go Loading commit data...
stacktrie.go Loading commit data...
stacktrie_test.go Loading commit data...
sync.go Loading commit data...
sync_bloom.go Loading commit data...
sync_test.go Loading commit data...
trie.go Loading commit data...
trie_test.go Loading commit data...