Releases: bitcart/bitcart-sdk
Releases · bitcart/bitcart-sdk
Version 1.3.2.0
Added XRG support (#25)
Version 1.3.1.0
Added new get_invoice
method to get lightning invoices by their rhash
Version 1.3.0.0
Drop python 3.6 support (we support 3 latest python releases)
Version 1.2.1.0
License change to LGPLv3+
Python 3.9 support
Version 1.2.0.0
add_invoice
now works same way as add_request
(breaking change)
This means:
message
parameter renamed todescription
- added
expire
parameter, which also defaults to 15 minutes (was 60 minutes before) amount
field in invoice data is Decimal too
Version 1.1.0.5
Fixed APIManager websockets for multiple currencies
Version 1.1.0.4
APIManager now supports more customization of connection options by not overriding them.
No more "no xpub provided" warnings.
Version 1.1.0.3
APIManager now auto-reconnects properly when using multiple currencies
Version 1.1.0.2
APIManager now calls it's handlers even when no wallet was matched
Version 1.1.0.1
Fixed APIManager's reconnect_callback
: now currency parameter is passed to it to differentiate between calls.