File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
39# v1.1.0
410
511- 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
22
33The Lightspark Python SDK provides a convenient way to interact with the Lightspark services from applications written in the Python language.
44
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