Releases: sadoprotocol/sado-api
Releases · sadoprotocol/sado-api
v0.5.17
v0.5.16
v0.5.15
v0.5.14
v0.5.13
v0.5.12
Chore
- Split orderbook worker from the main api instance.
- Add initial docker setup. (This is a starting point for future deployment and hosting api as a docker service)
- Remove redis in favor of cron jobs.
- This allows for main api updates to affect worker code without affecting potential running resolvers.
- Which addresses to resolve is now stored in mongodb under the worker collection.
v0.5.11
v0.5.10
Features
- Add parameter validation handling to methods.
- Now incoming parameters are validated before passed into the command instead of just assuming correct type inference.
- Types are now derived from new validation Schema.
- Schema and Action returns propagates down to the handler context object.