Commit Graph

6 Commits

Author SHA1 Message Date
Eric Mastro 1588c923b9
[marketplace] compilation fix for nim 1.2 2023-02-08 15:40:27 +11:00
Eric Mastro d5fcc779dd
[marketplace] clean up 2023-02-08 15:40:27 +11:00
Eric Mastro 9c50682bac
[marketplace] bring forward changes from 4f205f56b96f4c16edb944c78ff6f22046c14816 2023-02-08 15:40:27 +11:00
Eric Mastro 39fc92ed43
[marketplace] remove custom error type
Custom error type was introduced to use an `innerException` property. This is not needed as the `parent` property on `Exception` works.

Remove the custom error and restore use of questionable throughout the Reservations module
2023-02-08 15:39:02 +11:00
Eric Mastro 9f02f90f68
[marketplace] WIP: remove dedicated reservations datastore
- remove dedicated reservations metadata store and use the metadata store from the repo instead

- remove reservations start/stop as the repo start/stop is being managed by the node
2023-02-08 15:39:02 +11:00
Eric Mastro 1a0012e80a
[marketplace] add reservations tests, and get/exists to api 2023-02-08 15:39:01 +11:00