Releases: sadoprotocol/sado-api
Releases · sadoprotocol/sado-api
v0.4.0
v0.3.2
v0.3.1
Features
- Filter out
duplicate
orders only retaining the latest order made for a single location. - Increment the value of master order with the value of the previous duplicates.
- Sort orders by their timestamp with latest orders at the start of the orders array.
v0.3.0
Features
- Add additional fulfillment checks on orders.
- Collate offers with orders when inscriptions are gone.
- Add stricter offer fulfillment checks.
- Ensure the vins on the fulfilled transaction matches with the order transaction.
Maintenance
- Improved code structure for easier continued development for validation and fulfillment of orders.
- Simplified dexprices lookups.
v0.2.5
Features
- Add
PriceList
class for standardizing financial fields. Closes #5 - Add
PriceList
toanalytics
andorders
. (includes orders attached to offers) - Add Ocean API dexprices for btc to usd conversion.
- Add BTC to USD conversion, caches for 15 minutes for optimized delivery performance.
Breaking Change
Financial fields is now a pricelist object so any consumers will have to be aware and adjust accordingly.
v0.2.4
Features
- Add
offers
data to orders.
Known Issues
There are currently some additional logic that is needed for rejection and completion of orders. Its currently being worked on and will be addressed soon in a future release.