nim-codex/tests/codex
Bulat-Ziganshin 6e6f40016c
Changes required for reasonable upload/download speed (#265)
Increase blocksize from ~8KiB to ~64KiB and remove useless unbounded prefetching on download
* increased upload/download speed on my Win10 Zen3 box to 50/150 MB/s (with FSStore)
* made manifest files 8x smaller
* two more changes in the tests to make them pass
Closes #263
2022-10-06 23:01:25 +03:00
..
blockexchange [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
helpers [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
storageproofs [node] add SQLiteStore backend 2022-08-08 02:12:43 -05:00
stores Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
examples.nim
helpers.nim [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
testasyncheapqueue.nim
testblockexchange.nim
testchunking.nim Download files without padding (#218) 2022-08-24 15:15:59 +03:00
testerasure.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
testmanifest.nim
testnode.nim Changes required for reasonable upload/download speed (#265) 2022-10-06 23:01:25 +03:00
testproving.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
testpurchasing.nim [contracts] Replace size by slotSize 2022-08-08 14:00:55 +02:00
testsales.nim [sales] Pass along request and slot index in onProve callback 2022-08-08 14:00:55 +02:00
teststorageproofs.nim
teststores.nim Persist Dht providers (#257) 2022-09-29 20:16:59 -06:00
teststorestream.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00