nim-dagger/tests/codex
Eric Mastro 6df5a7cf54 [chore] clean up `array[32, byte]` types
- rename `ContractId` to `SlotId`
- add `RequestId`, `PurchaseId`, `Nonce` types as aliases of `array[32, byte]`
- rename `Proving.contracts` to `Proving.slots`
- change signatures of `isSlotCancelled` and `isCancelled` to use `SlotId` and `RequestId` types, respectively.
- change all references to `RequestId`, `SlotId`, and `PurchaseId`
2022-08-26 13:29:09 +10: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 [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
examples.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
helpers.nim [stores] update getBlock return type 2022-08-22 20:52:51 -05:00
testasyncheapqueue.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testblockexchange.nim Por serialize (#106) 2022-05-23 23:24:15 -06:00
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 Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testnode.nim Download files without padding (#218) 2022-08-24 15:15:59 +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 Upload authenticators (#108) 2022-05-25 20:29:31 -06:00
teststores.nim [node] add SQLiteStore backend 2022-08-08 02:12:43 -05:00
teststorestream.nim WIP: Harmonize BlockStore API (remaining functions) (#123) (#130) 2022-07-28 03:39:17 +03:00