We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34f72a4 + 990a945 commit e0ee78aCopy full SHA for e0ee78a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+# v2.7.0
4
+
5
+- Add `fail_htlcs` function to cancel pending htlcs (for example for HODL invoices).
6
+- Add `outgoing_payments_for_payment_hash` to get all outgoing payments for a specific hash.
7
+- Compress requests and support zstd.
8
9
# v2.6.0
10
11
- Use a 64-bit nonce for signed requests to avoid conflicts.
lightspark/version.py
@@ -1 +1 @@
-__version__ = "2.6.0"
+__version__ = "2.7.0"
0 commit comments