nim-codex/tests
Eric Mastro 3eacdd8a30
[marketplace] reservations module
- add de/serialization for Availability
- add markUsed/markUnused in persisted availability
- add query for unused
- add reserve/release
- reservation module tests
- split ContractInteractions into client contracts and host contracts
- remove reservations start/stop as the repo start/stop is being managed by the node
- remove dedicated reservations metadata store and use the metadata store from the repo instead
- Split ContractInteractions into:
  - ClientInteractions (with purchasing)
  - HostInteractions (with sales and proving)
- compilation fix for nim 1.2

[repostore] fix started flag, add tests

[marketplace] persist slot index
For loading the sales state from chain, the slot index was not previously persisted in the contract. Will retrieve the slot index from the contract when the sales state is loaded.
2023-03-15 17:43:31 +11:00
..
codex [marketplace] reservations module 2023-03-15 17:43:31 +11:00
contracts Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
fixtures Node setup (#32) 2022-01-10 09:32:56 -06:00
integration Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
ethertest.nim [tests] move ethertest module up one level 2022-05-19 10:38:19 +02:00
examples.nim Enable stylecheck (#353) 2023-03-10 08:02:54 +01:00
logging.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
nim.cfg Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testCodex.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testContracts.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00
testIntegration.nim Fix warnings (drops Nim 1.2) (#348) 2023-03-09 12:23:45 +01:00