nim-codex/tests/contracts
Eric 3907ca4095
Add get active slot /slots/{slotId} to REST api, use utils/json (#645)
* Add get active slot /slots/{slotId} to REST api, use utils/json

- Add endpoint /slots/{slotId} to get an active SalesAgent from the Sales module. Used in integration tests to test when a sale has reached a certain state. Those integration test changes will be included in a larger PR, coming later.
- Add OpenAPI changes for new endpoint and associated components
- Use utils/json instead of nim-json-serialization. Required exemption of imports from several packages that export nim-json-serialization by default.

* Only except `toJson` from import/export of chronicles
2023-12-07 12:16:36 +11:00
..
deployment.nim feat: bigint uses decimal over hex encoding (#452) 2023-06-21 07:46:18 +02:00
examples.nim Load purchase state from chain (#283) 2022-11-08 08:10:17 +01:00
nim.cfg feat: integrate dagger contracts 2022-02-04 15:34:56 +11:00
testClock.nim Add get active slot /slots/{slotId} to REST api, use utils/json (#645) 2023-12-07 12:16:36 +11:00
testContracts.nim Support logging to file (#558) 2023-11-09 16:35:55 +11:00
testDeployment.nim Create memory-leak detecting test suite (#226) 2023-06-22 12:01:21 -06:00
testMarket.nim Support logging to file (#558) 2023-11-09 16:35:55 +11:00
time.nim feat: bigint uses decimal over hex encoding (#452) 2023-06-21 07:46:18 +02:00