-
Notifications
You must be signed in to change notification settings - Fork 56
feat(kotlin-sdk): single-account build_signed_payment send API (funding_path) #4247
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
Closed
Closed
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
8f14318
feat(kotlin-sdk): split build/broadcast with reservation release for …
bfoss765 dd04607
fix(kotlin-sdk): bound deferred-payment token lifetime; harden regist…
bfoss765 f09a7e1
fix(kotlin-sdk): resolve rebase semantic conflicts onto feat/kotlin-s…
bfoss765 43a2414
fix(kotlin-sdk): assert native code 26 for the stale-reservation-toke…
bfoss765 f6fbda8
fix(kotlin-sdk): bound the deferred-payment token on the reservation'…
bfoss765 5c7a461
fix(kotlin-sdk): sweep deferred-payment tokens only when the final wa…
bfoss765 8dcd345
fix(kotlin-sdk): route deferred builds through the atomic finalize-an…
bfoss765 35a2335
fix(kotlin-sdk): delete the dead split register→broadcast chain
bfoss765 cd97c85
fix(kotlin-sdk): baseline the deferred token age on the pre-signing r…
bfoss765 bfd58fc
fix(kotlin-sdk): give the V2 handle and token paths one wallet-genera…
bfoss765 b2784e5
fix(kotlin-sdk): validate the deferred token under the lock, consume …
bfoss765 489e456
fix(kotlin-sdk): release deferred reservations at final-alias destroy…
bfoss765 9758f3c
fix(kotlin-sdk): split the conflated deferred-token error code into t…
bfoss765 1803197
docs(kotlin-sdk): correct buildSignedPayment KDoc to the finalize-and…
bfoss765 ade5cff
fix(kotlin-sdk): make the deferred payment token an owning AutoClosea…
bfoss765 2f596c6
style(kotlin-sdk): rustfmt wallet_manager.rs after the dead-chain del…
bfoss765 5eba39a
fix(kotlin-sdk): object-owning broadcast/release overloads for Signed…
bfoss765 8173cee
fix(kotlin-sdk): retain a releasable account handle for CoinJoin-fund…
bfoss765 019ec30
fix(kotlin-sdk): bind deferred-payment reservation cleanup to its own…
bfoss765 48d255f
fix(swift-sdk): surface deferred-token codes 26/27/28 as typed errors
bfoss765 4b4b7b7
chore(rust-dashcore): pin to canonical dashpay dev rev with owner-tag…
bfoss765 581947d
fix: renumber deferred-reservation error codes to 27/28/29
bfoss765 1a25d91
fix(platform-wallet): owner-guard the broadcast-reject reservation re…
bfoss765 bc33a61
fix(platform-wallet): enforce unique reservation ownership, stop wrap…
bfoss765 8612a3f
fix(platform-wallet): bind registration to correct wallet generation …
bfoss765 13ddeec
fix(platform-wallet): linearize wallet removal with deferred broadcas…
bfoss765 7fc0f24
fix(platform-wallet-ffi)!: move ErrorReservationWalletMismatch 29 -> …
bfoss765 5b6288d
refactor(platform-wallet-ffi): drop stale HandleStorage::any left by …
bfoss765 e5c9982
fix(platform-wallet): scope the lifecycle gate to the wallet generati…
bfoss765 b0ac945
fix(platform-wallet): remove the wallet generation by identity, not b…
bfoss765 a9008b2
fix(platform-wallet): move the deferred-token trio off the codes #426…
bfoss765 0e15cc3
fix(kotlin-sdk): stop the stray 98 arm from shadowing PlatformWallet.…
bfoss765 822c909
feat(platform-wallet): union-funding build_signed_payment core primitive
bfoss765 a341801
feat(sdk): plumb build_signed_payment through FFI, JNI, and Kotlin
bfoss765 57fde15
fix(platform-wallet): re-scope build_signed_payment to single-account…
bfoss765 298de9a
feat(platform-wallet): expose account-level derivationPath in account…
bfoss765 340358f
fix(platform-wallet): dust + size bounds, typed build errors, and tes…
bfoss765 6918bd7
fix(platform-wallet): fail closed when no wallet-level account matche…
bfoss765 0bdcd5e
feat(kotlin-sdk): expose release_payment_reservation for abandoned bu…
bfoss765 0482041
docs(ffi): drop the redundant "later ... afterwards" in the send modu…
bfoss765 f034df7
fix(platform-wallet): adopt #4185's WalletGeneration in the send-path…
bfoss765 9ea2942
fix(swift-sdk): mirror ErrorTransactionBuild (32) into the Swift resu…
bfoss765 d319572
style(platform-wallet): rustfmt the restacked send-path test fixtures
bfoss765 189f066
fix(platform-wallet): owner-guard the raw-payment reservation release
bfoss765 7eebbc1
fix(kotlin-sdk): release a cancelled buildSignedPayment's reservation
bfoss765 7cd1bf9
fix(kotlin-sdk): release reservation on JNI pack failure; harden defe…
bfoss765 5752e21
fix(kotlin-sdk): release the minted token on the finalize null-txid path
bfoss765 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
Uh oh!
There was an error while loading. Please reload this page.