nim-codex/tests/integration
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
..
codexclient.nim Add get active slot /slots/{slotId} to REST api, use utils/json (#645) 2023-12-07 12:16:36 +11:00
multinodes.nim test: integration tests listen on localhost (#596) 2023-10-24 16:52:06 +02:00
nodes.nim Feat/bump questionable (#627) 2023-11-17 13:49:45 +01:00
testIntegration.nim fix: check expiration is before request end (#641) 2023-12-05 14:25:28 +01:00
testblockexpiration.nim Fix REST endpoints semantics (#612) 2023-11-20 16:14:06 -08:00
testcli.nim Taiko L2 (#483) 2023-09-13 16:17:56 +02:00
testproofs.nim test: integration tests listen on localhost (#596) 2023-10-24 16:52:06 +02:00
twonodes.nim test: integration tests listen on localhost (#596) 2023-10-24 16:52:06 +02:00