-
Notifications
You must be signed in to change notification settings - Fork 5
Merge release/lightspark-sdk-v0.20.1 into main #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
53
commits into
main
Choose a base branch
from
release/lightspark-sdk-v0.20.1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
b966c66
Merge pull request #202 from lightsparkdev/release/lightspark-sdk-v0.…
github-actions[bot] 192326f
Add the uma-configuration file to the demo VASP
jklein24 0ddf5e8
Merge pull request #207 from lightsparkdev/feat/configfile
jklein24 a7488b2
adding sending / receiving vasp methods for demo
matthappens 9817cd7
change path for requesting invoice
matthappens ccb0550
adding sending / receiving vasp methods for demo (#204)
matthappens adbbca9
adding basic receiver vasp methods
matthappens e6e92e8
remove duplicate code for create invoices
matthappens 4ba4298
change to fetching well known configuration from sending vasp
matthappens 55251cf
revert to previous endpoint
matthappens e17598e
adding basic receiver vasp methods (#205)
matthappens f56e771
adding sender vasp demo endpoints
matthappens c8f8a48
nits and such
matthappens a93d657
moving parameter to json body
matthappens 119a9e7
Update SendingVasp.kt
matthappens 7acf4da
ms -> s
matthappens 1fffb04
adding sender vasp demo endpoints (#206)
matthappens 0427a3f
Add explicit timeouts to the Requester
jklein24 8ad4c0b
Merge pull request #208 from lightsparkdev/fix/explicittimeout
jklein24 a6d5582
Create SECURITY.md
joelweinberger af198d9
Merge pull request #209 from lightsparkdev/joelweinberger-patch-2
joelweinberger 86e830e
Regenerating SDKs following introspection of schemas.
JasonCWang 4197b84
Merge pull request #210 from lightsparkdev/sdk-regen/6Gzn0g
JasonCWang 6a463b3
Bump ci runners to macos-13. (#214)
jklein24 8134d17
Expose idempotency keys for operations which allow them. (#212)
jklein24 993f94d
Add the outgoing_payment_for_idempotency_key query. (#213)
jklein24 e0e32f7
Merge release/lightspark-sdk-v0.19.0 into develop (#215)
github-actions[bot] bc4d70c
Remove an extra param for outgoing_payment_for_idempotency_key (#219)
jklein24 2a67dec
Bump lightspark-sdk to version 0.19.1
f62e59e
Merge branch 'main' into release/lightspark-sdk-v0.19.1
jklein24 cf38342
Merge pull request #221 from lightsparkdev/release/lightspark-sdk-v0.…
github-actions[bot] aca333f
Fix non uma lnurl path (#224)
shreyav 98a9dd8
Bump sdk version, use standard errors in UMA demo vasp (#226)
shreyav 6009d01
Added paymentHash and preimageNonce params to createInvoice, createLn…
AaryamanBhute 242a9ba
Merge pull request #227 from lightsparkdev/aaryaman/lpt-262-add-payme…
AaryamanBhute 01cf641
Added releasePaymentPreimage functions to all 3 kotlin clients
AaryamanBhute 934e765
Merge branch 'develop' into aaryaman/lpt-263-create-releasepaymentpre…
AaryamanBhute d8157b5
Merge pull request #229 from lightsparkdev/aaryaman/lpt-263-create-re…
AaryamanBhute b0c0715
Update Gradle version
alexjweil cd3dfd1
Merge pull request #232 from lightsparkdev/push-ktuxsvwrrswt
alexjweil 0020f47
Fix misnamed buckets ldev.web-dev -> lsdev.web-dev
joelweinberger a467a3c
Rename to lightspark-dev-web.web-dev
joelweinberger f929b42
Merge pull request #234 from lightsparkdev/fix-misnamed-buckets
joelweinberger d25b3b4
Switch to CENTRAL_PORTAL for maven publishing (#235)
jklein24 b81bf8d
Bump core to version 0.6.1
a1a352b
Merge pull request #236 from lightsparkdev/release/core-v0.6.1
github-actions[bot] 090f808
Bump lightspark-sdk to version 0.20.0
2f0afcb
Merge branch 'main' into release/lightspark-sdk-v0.20.0
jklein24 eecfe5f
Merge pull request #238 from lightsparkdev/release/lightspark-sdk-v0.…
github-actions[bot] daf8861
Improve webhook request validation and test coverage
alexjweil 80ff093
Merge pull request #241 from lightsparkdev/push-uzzwoustyzlt
alexjweil f6f35a2
Bump lightspark-sdk to version 0.20.1
4875bba
Merge branch 'main' into release/lightspark-sdk-v0.20.1
shreyav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GROUP=com.lightspark | ||
POM_ARTIFACT_ID=lightspark-sdk | ||
# Don't bump this manually. Run `scripts/versions.main.kt <new_version>` to bump the version instead. | ||
VERSION_NAME=0.20.0 | ||
VERSION_NAME=0.20.1 | ||
|
||
POM_DESCRIPTION=The Lightspark API SDK for Kotlin and Java. | ||
POM_INCEPTION_YEAR=2023 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical compilation error:
java.security.MessageDigest
is imported in commonMain code, but this is a JVM-only class. In Kotlin Multiplatform, commonMain source sets must only use APIs available on all targets (JVM, JS, Native). This will cause compilation failures on JavaScript and Native targets. The import needs to be moved to platform-specific source sets or replaced with a multiplatform-compatible constant-time comparison function.Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.