aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-04-091-1/+1
|
* swarm: Debug API and HasChunks() API endpoint (#18980)holisticode2019-02-191-0/+33
| | | | (cherry picked from commit 41597c2856d6ac7328baca1340c3e36ab0edd382)
* swarm/storage: simplify ChunkValidator interface (#18285)Javier Peletier2018-12-121-1/+1
|
* swarm/storage: fix access count on dbstore after cache hit (#17978)Ferenc Szabo2018-11-131-0/+65
| | | | | | | Access count was not incremented when chunk was retrieved from cache. So the garbage collector might have deleted the most frequently accessed chunk from disk. Co-authored-by: Ferenc Szabo <ferenc.szabo@ethereum.org>
* swarm/storage/feeds: removed capital Feed throughoutJavier Peletier2018-10-031-1/+1
|
* swarm/storage/mru: Renamed rest of MRU referencesJavier Peletier2018-10-031-2/+2
|
* swarm: Chunk refactor (#17659)Balint Gabor2018-09-131-21/+47
| | | | | | Co-authored-by: Janos Guljas <janos@resenje.org> Co-authored-by: Balint Gabor <balint.g@gmail.com> Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by: Viktor TrĂ³n <viktor.tron@gmail.com>
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-141-3/+5
| | | | | | | | | | | | | | | | | | * swarm/network, swarm/storage: validate default chunk size * swarm/bmt, swarm/network, swarm/storage: update BMT hash initialisation * swarm/bmt: move segmentCount to tests * swarm/chunk: change chunk.DefaultSize to be untyped const * swarm/storage: add size validator * swarm/storage: add chunk size validation to localstore * swarm/storage: move validation from localstore to validator * swarm/storage: global chunk rules in MRU
* swarm: network rewrite mergeethersphere2018-06-221-0/+118