• Péter Szilágyi's avatar
    eth/protocols/snap: generate storage trie from full dirty snap data (#22668) · caea6c46
    Péter Szilágyi authored
    * eth/protocols/snap: generate storage trie from full dirty snap data
    
    * eth/protocols/snap: get rid of some more dead code
    
    * eth/protocols/snap: less frequent logs, also log during trie generation
    
    * eth/protocols/snap: implement dirty account range stack-hashing
    
    * eth/protocols/snap: don't loop on account trie generation
    
    * eth/protocols/snap: fix account format in trie
    
    * core, eth, ethdb: glue snap packets together, but not chunks
    
    * eth/protocols/snap: print completion log for snap phase
    
    * eth/protocols/snap: extended tests
    
    * eth/protocols/snap: make testcase pass
    
    * eth/protocols/snap: fix account stacktrie commit without defer
    
    * ethdb: fix key counts on reset
    
    * eth/protocols: fix typos
    
    * eth/protocols/snap: make better use of delivered data (#44)
    
    * eth/protocols/snap: make better use of delivered data
    
    * squashme
    
    * eth/protocols/snap: reduce chunking
    
    * squashme
    
    * eth/protocols/snap: reduce chunking further
    
    * eth/protocols/snap: break out hash range calculations
    
    * eth/protocols/snap: use sort.Search instead of looping
    
    * eth/protocols/snap: prevent crash on storage response with no keys
    
    * eth/protocols/snap: nitpicks all around
    
    * eth/protocols/snap: clear heal need on 1-chunk storage completion
    
    * eth/protocols/snap: fix range chunker, add tests
    Co-authored-by: 's avatarPéter Szilágyi <peterke@gmail.com>
    
    * trie: fix test API error
    
    * eth/protocols/snap: fix some further liter issues
    
    * eth/protocols/snap: fix accidental batch reuse
    Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
    caea6c46
Name
Last commit
Last update
.github Loading commit data...
accounts Loading commit data...
build Loading commit data...
cmd Loading commit data...
common Loading commit data...
consensus Loading commit data...
console Loading commit data...
contracts/checkpointoracle Loading commit data...
core Loading commit data...
crypto Loading commit data...
docs/audits Loading commit data...
eth Loading commit data...
ethclient Loading commit data...
ethdb Loading commit data...
ethstats Loading commit data...
event Loading commit data...
graphql Loading commit data...
internal Loading commit data...
les Loading commit data...
light Loading commit data...
log Loading commit data...
metrics Loading commit data...
miner Loading commit data...
mobile Loading commit data...
node Loading commit data...
p2p Loading commit data...
params Loading commit data...
rlp Loading commit data...
rpc Loading commit data...
signer Loading commit data...
swarm Loading commit data...
tests Loading commit data...
trie Loading commit data...
.dockerignore Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.golangci.yml Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
Dockerfile Loading commit data...
Dockerfile.alltools Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
appveyor.yml Loading commit data...
circle.yml Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
interfaces.go Loading commit data...
oss-fuzz.sh Loading commit data...