nim-codex/codex
Bulat-Ziganshin 0bfe26440e
WIP: Harmonize BlockStore API (remaining functions) (#123) (#130)
BlockStore API got new return types (rationale in https://github.com/status-im/nim-codex/issues/123#issuecomment-1163797753):
- getBlock: Future[?! (?Block)]
- putBlock/delBlock/listBlocks: Future[?!void]
- hasBlock: Future[?!bool]

Plus refactored readOnce(StoreStream) and check received data in its tests.

And replaced local use of AsyncHeapQueue with seq.sort.
2022-07-28 03:39:17 +03:00
..
blockexchange WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
contracts Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
erasure WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
manifest [manifest] Extract logic for decoding a manifest given a cid 2022-07-20 13:43:20 +02:00
rest Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
storageproofs Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
stores WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
streams WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
utils Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blockexchange.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
blocktype.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
chunker.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
clock.nim [purchasing] Update to latest dagger-contracts 2022-07-20 13:43:20 +02:00
codex.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
conf.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
contracts.nim Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
discovery.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
erasure.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
errors.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
manifest.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
market.nim Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
node.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00
proving.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
purchasing.nim Cleanup: remove StorageOffer everywhere 2022-07-20 13:43:20 +02:00
rng.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
sales.nim [sales] Add documentation 2022-07-20 13:43:20 +02:00
storageproofs.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
stores.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
streams.nim adding AsyncStreamWrapper (#110) 2022-06-14 09:19:35 -06:00
utils.nim Upload authenticators (#108) 2022-05-25 20:29:31 -06:00