• Viktor Trón's avatar
    swarm/network: fix chunk integrity checks (#3665) · e23e8692
    Viktor Trón authored
    * swarm/network: integrity on incoming known chunks
    * swarm/network: fix integrity check for incoming chunks
    * swarm/storage: imrpoved integrity checking on chunks
    * dbstore panics on corrupt chunk entry an prompts user to run cleandb
    * memstore adds logging for garbage collection
    * dbstore refactor item delete. correct partial deletes in Get
    * cmd/swarm: added cleandb subcommand
    e23e8692
Name
Last commit
Last update
..
chunker.go Loading commit data...
chunker_test.go Loading commit data...
common_test.go Loading commit data...
database.go Loading commit data...
dbstore.go Loading commit data...
dbstore_test.go Loading commit data...
dpa.go Loading commit data...
dpa_test.go Loading commit data...
localstore.go Loading commit data...
memstore.go Loading commit data...
memstore_test.go Loading commit data...
netstore.go Loading commit data...
pyramid.go Loading commit data...
types.go Loading commit data...