nim-codex/tests/contracts
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
..
examples.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
nim.cfg feat: integrate dagger contracts 2022-02-04 15:34:56 +11:00
testClock.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testCollateral.nim Change every dagger to codex (#102) 2022-05-19 13:56:03 -06:00
testContracts.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
testInteractions.nim Better command line options for Ethereum (#181) 2022-08-09 06:29:06 +02:00
testMarket.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
testProofs.nim [chore] clean up `array[32, byte]` types 2022-08-26 13:29:09 +10:00
time.nim [contracts] Update to new marketplace design 2022-03-28 11:59:01 +02:00