Skip to content

Releases: bitcart/bitcart-sdk

Version 1.3.2.0

27 Jun 12:33
d8d2c07
Compare
Choose a tag to compare

Added XRG support (#25)

Version 1.3.1.0

24 Apr 14:57
4a35d10
Compare
Choose a tag to compare

Added new get_invoice method to get lightning invoices by their rhash

Version 1.3.0.0

11 Feb 16:48
8ccff28
Compare
Choose a tag to compare

Drop python 3.6 support (we support 3 latest python releases)

Version 1.2.1.0

20 Jan 17:31
3249069
Compare
Choose a tag to compare

License change to LGPLv3+

Python 3.9 support

Version 1.2.0.0

21 Nov 19:24
edf631f
Compare
Choose a tag to compare

add_invoice now works same way as add_request (breaking change)

This means:

  • message parameter renamed to description
  • 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

16 Oct 08:54
d436bc2
Compare
Choose a tag to compare

Fixed APIManager websockets for multiple currencies

Version 1.1.0.4

15 Oct 19:45
a3d5648
Compare
Choose a tag to compare

APIManager now supports more customization of connection options by not overriding them.

No more "no xpub provided" warnings.

Version 1.1.0.3

15 Oct 17:05
5ef67a8
Compare
Choose a tag to compare

APIManager now auto-reconnects properly when using multiple currencies

Version 1.1.0.2

15 Oct 12:18
1af16b6
Compare
Choose a tag to compare

APIManager now calls it's handlers even when no wallet was matched

Version 1.1.0.1

14 Oct 20:08
a01643b
Compare
Choose a tag to compare

Fixed APIManager's reconnect_callback: now currency parameter is passed to it to differentiate between calls.