go-ethereum/swarm/storage
zelig 73cc315638
swarm/storage, swarm/network: fix dbstore and syncer issues
* increment dataindex read from db; fixes invalid hash error
* increment last index; fixes repeated keys in history sync
* only use MaxPO (=8) proxbins in dbstore; simplifies iterations
* reduce logging output and make it useful
* fix tests for fuse and http API
* simplify chunkstore tests in common_test, streamline tests
  for dbstore, memstore and add benchmarks
2017-07-03 19:50:00 +05:30
..
chunker.go swarm/storage: call size before seek-from-end (#3469) 2016-12-22 00:34:05 +01:00
chunker_test.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
common_test.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
database.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
dbstore.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
dbstore_test.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
dpa.go swarm/network, swarm/storage: new db layout and fixed syncing 2017-07-03 19:49:55 +05:30
dpa_test.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
localstore.go swarm/network, swarm/storage: new db layout and fixed syncing 2017-07-03 19:49:55 +05:30
memstore.go all: blidly swap out glog to our log15, logs need rework 2017-02-23 12:16:44 +02:00
memstore_test.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30
netstore.go all: blidly swap out glog to our log15, logs need rework 2017-02-23 12:16:44 +02:00
pyramid.go swarm/storage: fix chunker when reader is broken 2016-10-10 23:34:44 +02:00
types.go swarm/storage, swarm/network: fix dbstore and syncer issues 2017-07-03 19:50:00 +05:30