Releases: geniusyield/dex-contracts-api
Releases · geniusyield/dex-contracts-api
v0.11.1
What's Changed
- feat(#85): add taptools
/pricesroute by @sourabhxyz in #86
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- feat: update maestro sdk to not make use of deprecated endpoints in #83
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
geniusyield-server-lib
- #80: Fix the JSON/YAML configuration parser to require addrIx, accIx instead of addr_ix, acc_ix respectively.
- #77: Update to latest Atlas commit (as of 16 July 2024)
Full Changelog: v0.8.0...v0.10.0
v0.8.0
What's Changed
geniusyield-server-lib
0.8.0
- Updates
/v0/orders/filland/v0/orders/tx/build-fillendpoint to internally callfillPartialOrder'instead offillMultiplePartialOrders'when single order is being filled. - Updates
/v0/order-books/{market-id}endpoint to also return foroffer_amount_in_datum,price_in_datumandversion. See their description in generated API specification to understand about these fields.
0.7.0
- Updates
fotdTakerOfferedPercentFeeAmountfield of response of/v0/orders/filland/v0/orders/tx/build-fillto now return bag of tokens in which taker fee is charged. These two endpoints now also supports filling of payment tokens where not all of them belong to same pair.
Full Changelog: v0.6.0...v0.8.0
v0.6.0
What's Changed
geniusyield-server-lib
0.6.0
- Makes a move to OpenApi 3.0 definitions of endpoints from earlier 2.0.
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
geniusyield-dex-api
0.3.1.0
- Adds a fix to earlier
0.3.0.0, to actually considerpoiRawDatumas witness.
geniusyield-server-lib
0.5.1
- Incorporates 0.3.1.0 of
geniusyield-dex-api
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
geniusyield-dex-api
0.3.0.0
- Updates to make use of latest Atlas commit,
1c20f2a65de8e087b495d1f3ad524d6e659167ad. - Uses original UTxO's datum to provide for witness to prevent for round-trip issues.
geniusyield-server-lib
0.5.0
- Makes use of latest
geniusyield-dex-apiversion, namely, v0.3.0.0. It includes a fix where original UTxO's datum bytes are used to provide for witness.
0.4.1
- Fix
/v0/orders/fillendpoint to account for case when percent taker fees is zero.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
geniusyield-server-lib
- Fix response of GET
/v0/orders/details/{nft-token}endpoint to not return response under adatafield nesting by @sourabhxyz in #64. - Added
/v0/orders/fillendpoint by @sourabhxyz in #64.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
geniusyield-server-lib
- Adds TapTools OHLCV endpoint.
- Adds NFT token in response of place order family of endpoints.
- Adds GET variant for getting details of an order from it's NFT token identifier.
- Clarifies which endpoints require
maestroTokenfield to be set. - Clarifies which endpoints require signing key to be configured in the server to derive for wallet's address, likewise it is clarified that which endpoints use fields such as
collateral, etc. from server's configuration.