Releases: sadoprotocol/sado-api
Releases · sadoprotocol/sado-api
v0.5.7
v0.5.6
v0.5.5
v0.5.4
v0.5.3
Fix
- Remove
src
folder from deployment server before deploying updated files.
v0.5.2 encountered a release issue where refactor efforts wasn't removed in the deployment updates. This cause an import issue which crashes the production instance. This update essentially deletes the src
folder before executing a new build to ensure the new deployment is free of straggling artifacts.
May have to keep an eye on dist
on subsequent restructure releases to ensure new src
builds generates clean builds.
v0.5.2
v0.5.1
Features
- Removed status check on notification loop. (Hopefully lets latest notifications through)
- Added
GetOrders
method.- Retrieves all orders stored on IPFS under the given orderbook address.
- Provides
status
filter to narrow down result.
- Added
GetOffers
method.- Retrieves all offers stored on IPFS under the given orderbook address.
- Provides
status
filter to narrow down result.
v0.5.0
Features
- Replace express with fastify for increase performance.
- Add JSON-RPC 2.0 standard and convert all endpoints to use this standard.
- This is in preparation for the SADO SDK standardization.
- Legacy
/get
stays intact until SADO SDK is ready and replaced in pre RPC marketplaces.