nim-codex/tests/codex
Dmitriy Ryajov 0beeefd760
Repo limits (#319)
* initial implementation of repo store

* allow isManifest on multicodec

* rework with new blockstore

* add raw codec

* rework listBlocks

* remove fsstore

* reworking with repostore

* bump datastore

* fix listBlocks iterator

* adding store's common tests

* run common store tests

* remove fsstore backend tests

* bump datastore

* add `listBlocks` tests

* listBlocks filter based on block type

* disabling tests in need of rewriting

* allow passing block type

* move BlockNotFoundError definition

* fix tests

* increase default advertise loop sleep to 10 mins

* use `self`

* add cache quota functionality

* pass meta store and start repo

* add `CacheQuotaNamespace`

* pass meta store

* bump datastore to latest master

* don't use os `/` as key separator

* Added quota limits support

* tests for quota limits

* add block expiration key

* remove unnesesary space

* use idleAsync in listBlocks

* proper test name

* re-add contrlC try/except

* add storage quota and block ttl config options

* clarify comments

* change expires key format

* check for block presence before storing

* bump datastore

* use dht with fixed datastore `has`

* bump datastore to latest master

* bump dht to latest master
2022-12-02 18:00:55 -06:00
..
blockexchange Repo limits (#319) 2022-12-02 18:00:55 -06:00
helpers Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
storageproofs Speed up development (#303) 2022-11-14 14:50:00 +01:00
stores Repo limits (#319) 2022-12-02 18:00:55 -06:00
utils Fixes loading of private key on Windows (#299) 2022-11-07 15:54:24 +01:00
examples.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
helpers.nim track latest nim-libp2p's master branch (#248) 2022-11-02 11:40:28 -06:00
testasyncheapqueue.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testblockexchange.nim Blocks leak and inflight for pending blocks (#315) 2022-11-15 00:12:05 -06:00
testchunking.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00
testerasure.nim Speed up development (#303) 2022-11-14 14:50:00 +01:00
testmanifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testnode.nim setup and persist private key (#292) 2022-11-01 18:58:41 -06:00
testproving.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
testpurchasing.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
testsales.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
teststorageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
teststores.nim Repo limits (#319) 2022-12-02 18:00:55 -06:00
teststorestream.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
testutils.nim Fixes loading of private key on Windows (#299) 2022-11-07 15:54:24 +01:00