Skip to content

Commit 978d0de

Browse files
Lightspark Engjklein24
Lightspark Eng
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 74238bfa0796b716305485f38291f462ebc78ad9
1 parent 27c1b12 commit 978d0de

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lightspark Python SDK - v1.1.0
1+
# Lightspark Python SDK
22

33
The Lightspark Python SDK provides a convenient way to interact with the Lightspark services from applications written in the Python language.
44

lightspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)