File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ # v1.4.0
4+
5+ - Adding UMA protocol support
6+ - Adding some compliance-related client functions to support UMA
7+
8+ # v1.3.0
9+
10+ - Add invoice expirySecs to the invoice creation functions
11+ - Return Invoice object instead of InvoiceData so that you can store the Invoice ID if needed
12+ - Lots of docs improvements
13+ - Allow fetching transactions and invoices for a wallet tied to the current account.
14+
315# v1.2.0
416
517- Adding 2 new functions for test mode:
Original file line number Diff line number Diff line change 1- __version__ = "1.3 .0"
1+ __version__ = "1.4 .0"
Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ install_requires =
2121 requests
2222
2323[options.packages.find]
24- include = lightspark*
24+ include =
25+ lightspark*
26+ uma*
You can’t perform that action at this time.
0 commit comments