v0.8.0
What's Changed
geniusyield-server-lib
0.8.0
- Updates
/v0/orders/fill
and/v0/orders/tx/build-fill
endpoint 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_datum
andversion
. 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