• rjl493456442's avatar
    trie: remove parameter 'fromLevel' in Prove (#27512) · ceca4578
    rjl493456442 authored
    This removes the feature where top nodes of the proof can be elided.
    It was intended to be used by the LES server, to save bandwidth 
    when the client had already fetched parts of the state and only needed
    some extra nodes to complete the proof. Alas, it never got implemented
    in the client.
    ceca4578
Name
Last commit
Last update
..
triedb/hashdb Loading commit data...
trienode Loading commit data...
committer.go Loading commit data...
database_test.go Loading commit data...
database_wrap.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_enc.go Loading commit data...
node_test.go Loading commit data...
preimages.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_test.go Loading commit data...
tracer.go Loading commit data...
tracer_test.go Loading commit data...
trie.go Loading commit data...
trie_id.go Loading commit data...
trie_reader.go Loading commit data...
trie_test.go Loading commit data...