aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/chunk
Commit message (Collapse)AuthorAgeFilesLines
* swarm: code cleanup, move to ethersphere/swarm (#19661)Rafael Matias2019-06-046-1082/+0
|
* swarm: instrument setNextBatchElad2019-05-101-1/+1
| | | | swarm/storage/localstore: add gc metrics, disable flaky test
* swarm: push tags integration - request flowElad2019-05-104-90/+154
| | | | | | swarm/api: integrate tags to count chunks being split and stored swarm/api/http: integrate tags in middleware for HTTP `POST` calls and assert chunks being calculated and counted correctly swarm: remove deprecated and unused code, add swarm hash to DoneSplit signature, remove calls to the api client from the http package
* swarm/chunk: add tags data typeElad2019-05-104-0/+587
| | | | * 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-262-1/+291
|
* 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