Skip to content

v0.8.0

Compare
Choose a tag to compare
@sourabhxyz sourabhxyz released this 11 Jul 04:45
· 36 commits to main since this release
4497d21

What's Changed

geniusyield-server-lib

0.8.0

  • Updates /v0/orders/fill and /v0/orders/tx/build-fill endpoint to internally call fillPartialOrder' instead of fillMultiplePartialOrders' when single order is being filled.
  • Updates /v0/order-books/{market-id} endpoint to also return for offer_amount_in_datum, price_in_datum and version. See their description in generated API specification to understand about these fields.

0.7.0

  • Updates fotdTakerOfferedPercentFeeAmount field of response of /v0/orders/fill and /v0/orders/tx/build-fill to 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