Commit 3cc7db6
Merge release/lightspark-sdk-v0.15.1 into main (#191)
* lnurlp fallback
* annotation and tests
* fallback sender side
* fix serialization
* unused import
* comments
* fixes
* Try to fix docs publish job my running on main
* [gha] Use environment for doc-publish
* Fix sender vasp utxo callback
* Switch to a full 64bit nonce
* Use json for parsing in demo vasp (#163)
* Update the demo VASP's SDK version to 0.8.0
* Update the demo VASP's SDK version to 0.8.1
* Accept gzip responses, compress request with deflate (#172)
Install `ContentEncoding` plugin to handle gzip responses. Compress
requests larger than 1K using `Deflater`. Change
`addSigningDataIfNeeded()` to return serialised bytes so that we only
serialise once.
* Regenerate SDK (#173)
* Regenerate SDK
* no op vls
* Update macos environment version (#175)
* Uma data visibility (#174)
* fix typo (#176)
* encode hex (#177)
* Bump lightspark-sdk to version 0.14.0
* Load signing key
* Revert "Merge release/lightspark-sdk-v0.14.0 into develop" (#181)
* Bump lightspark-sdk to version 0.14.0
* update readme (#184)
* Update invoice creator (#185)
* Bump lightspark-sdk to version 0.15.0
* Remove default null on PayUmaInvoice (#189)
* Bump lightspark-sdk to version 0.15.1
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: shreyav <[email protected]>
Co-authored-by: Jeremy Klein <[email protected]>
Co-authored-by: Michael Gorven <[email protected]>
Co-authored-by: Michael Gorven <[email protected]>
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>
Co-authored-by: runner <[email protected]>1 parent 9e0ceae commit 3cc7db6
File tree
3 files changed
+4
-4
lines changed- lightspark-sdk
- src/commonMain/kotlin/com/lightspark/sdk/graphql
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments