Skip to content

Release 0.77.1

Choose a tag to compare

@Mixa84 Mixa84 released this 27 Mar 12:36
· 13 commits to master since this release
release_0.77.1
a7c2aa7

Release 0.77.1 - 26-03-27

Note: Version 0.77.2 fixes important bug in 0.77.1 version regarding calculating satoshi amount for given fiat amount in convert_amount(), please use 0.77.2!

Added

  • Liquid: Return asset prices in convert_amount() when "asset_info" is given and a fiat price for the asset is available.

Changed

  • Pricing: Multisig sessions now use the Green Price Server for pricing as singlesig does.
  • Network(Liquid): "price_url" and "price_onion_url" in network parameters now refers to a Liquid specific price server. Note that prices of BTC from Bitcoin sessions and L-BTC from Liquid sessions may therefore now be out of sync.
  • Bitcoin: Passing "asset_info" to convert_amount() is now an error, must use Liquid session (Note this is a breaking change).

Fixed