File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ # v1.2.0
4
+
5
+ - Adding 2 new functions for test mode:
6
+ - ` create_test_mode_invoice ` which can give you an encoded lightning invoice that can be paid from your test wallet via the payInvoice function
7
+ - ` create_test_mode_payment ` to pay an invoice created from your test wallet via createInvoice
8
+
3
9
# v1.1.0
4
10
5
11
- Adding the ability to manage wallets tied to the current account. See ` Account.get_wallets() ` and the ` Wallet ` object.
Original file line number Diff line number Diff line change 1
- # Lightspark Python SDK - v1.1.0
1
+ # Lightspark Python SDK
2
2
3
3
The Lightspark Python SDK provides a convenient way to interact with the Lightspark services from applications written in the Python language.
4
4
Original file line number Diff line number Diff line change 1
- __version__ = "1.1 .0"
1
+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments