aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/chunk/chunk.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm: instrument setNextBatchElad2019-05-101-1/+1
| | | | swarm/storage/localstore: add gc metrics, disable flaky test
* swarm/chunk: add tags data typeElad2019-05-101-0/+16
| | | | * swarm/chunk: add tags backend to chunk package
* swarm: LocalStore metricsJanoš Guljaš2019-05-101-0/+39
| | | | | | | | | | | | | | * swarm/shed: remove metrics fields from DB struct * swarm/schunk: add String methods to modes * swarm/storage/localstore: add metrics and traces * swarm/chunk: unknown modes without spaces in String methods * swarm/storage/localstore: remove bin number from pull subscription metrics * swarm/storage/localstore: add resetting time metrics and code improvements
* swarm/storage/localstore: fix export db.Put signatureAnton Evangelatov2019-05-101-6/+0
| | | | | | | | cmd/swarm/swarm-smoke: improve smoke tests (#1337) swarm/network: remove dead code (#1339) swarm/network: remove FetchStore and SyncChunkStore in favor of NetStore (#1342)
* cmd/swarm, swarm: LocalStore storage integrationJanoš Guljaš2019-05-101-1/+104
|
* swarm/chunk: move chunk related declarations to chunk package (#19170)Janoš Guljaš2019-02-261-1/+105
|
* swarm/network, swarm/storage: validate chunk size (#17397)Anton Evangelatov2018-08-141-0/+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