-
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
Open
bfoss765
wants to merge
49
commits into
dashpay:v4.2-dev
Choose a base branch
from
bfoss765:port/v4.1/send-raw-tx
base: v4.2-dev
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
49 commits
Select commit
Hold shift + click to select a range
8ba3d1c
feat(kotlin-sdk): split build/broadcast with reservation release for …
bfoss765 a037032
fix(kotlin-sdk): bound deferred-payment token lifetime; harden regist…
bfoss765 9f76e09
fix(kotlin-sdk): resolve rebase semantic conflicts onto feat/kotlin-s…
bfoss765 3979580
fix(kotlin-sdk): assert native code 26 for the stale-reservation-toke…
bfoss765 f037e6a
fix(kotlin-sdk): bound the deferred-payment token on the reservation'…
bfoss765 41e5808
fix(kotlin-sdk): sweep deferred-payment tokens only when the final wa…
bfoss765 6d82586
fix(kotlin-sdk): route deferred builds through the atomic finalize-an…
bfoss765 8d6fd74
fix(kotlin-sdk): delete the dead split register→broadcast chain
bfoss765 0479e33
fix(kotlin-sdk): baseline the deferred token age on the pre-signing r…
bfoss765 76a5acc
fix(kotlin-sdk): give the V2 handle and token paths one wallet-genera…
bfoss765 01a3674
fix(kotlin-sdk): validate the deferred token under the lock, consume …
bfoss765 b18305f
fix(kotlin-sdk): release deferred reservations at final-alias destroy…
bfoss765 90470aa
fix(kotlin-sdk): split the conflated deferred-token error code into t…
bfoss765 96238ab
docs(kotlin-sdk): correct buildSignedPayment KDoc to the finalize-and…
bfoss765 49227c1
fix(kotlin-sdk): make the deferred payment token an owning AutoClosea…
bfoss765 1b8ecb8
style(kotlin-sdk): rustfmt wallet_manager.rs after the dead-chain del…
bfoss765 007205b
fix(kotlin-sdk): object-owning broadcast/release overloads for Signed…
bfoss765 461d343
fix(kotlin-sdk): retain a releasable account handle for CoinJoin-fund…
bfoss765 c19a7e2
fix(kotlin-sdk): bind deferred-payment reservation cleanup to its own…
bfoss765 91b4c16
fix(swift-sdk): surface deferred-token codes 26/27/28 as typed errors
bfoss765 6e08ad4
docs(kotlin-sdk): correct broadcast KDoc to the split deferred-token …
bfoss765 be33a6e
chore(rust-dashcore): re-pin to owner-tagged reservation API rev
bfoss765 8e56aa2
fix: renumber deferred-reservation error codes to 27/28/29
bfoss765 a9fa98c
fix(platform-wallet): owner-guard the broadcast-reject reservation re…
bfoss765 fe05f3a
fix(platform-wallet): enforce unique reservation ownership, stop wrap…
bfoss765 3622c9c
fix(platform-wallet): bind registration to correct wallet generation …
bfoss765 4311097
fix(platform-wallet): linearize wallet removal with deferred broadcas…
bfoss765 733472f
fix(platform-wallet-ffi)!: move ErrorReservationWalletMismatch 29 -> …
bfoss765 513f6fd
refactor(platform-wallet-ffi): drop stale HandleStorage::any left by …
bfoss765 18d8b14
fix(platform-wallet): scope the lifecycle gate to the wallet generati…
bfoss765 23880f0
fix(platform-wallet): remove the wallet generation by identity, not b…
bfoss765 326cd3e
fix(platform-wallet): move the deferred-token trio off the codes #426…
bfoss765 cd9e15b
fix(kotlin-sdk): stop the stray 98 arm from shadowing PlatformWallet.…
bfoss765 4feb341
feat(platform-wallet): union-funding build_signed_payment core primitive
bfoss765 c42c695
feat(sdk): plumb build_signed_payment through FFI, JNI, and Kotlin
bfoss765 51a31c5
fix(platform-wallet): re-scope build_signed_payment to single-account…
bfoss765 e9de7a7
feat(platform-wallet): expose account-level derivationPath in account…
bfoss765 501489c
fix(platform-wallet): dust + size bounds, typed build errors, and tes…
bfoss765 db7fe37
fix(platform-wallet): fail closed when no wallet-level account matche…
bfoss765 621884e
feat(kotlin-sdk): expose release_payment_reservation for abandoned bu…
bfoss765 e867780
docs(ffi): drop the redundant "later ... afterwards" in the send modu…
bfoss765 fe19e4f
fix(platform-wallet): adopt #4185's WalletGeneration in the send-path…
bfoss765 446e905
fix(swift-sdk): mirror ErrorTransactionBuild (32) into the Swift resu…
bfoss765 4e7d2b2
style(platform-wallet): rustfmt the restacked send-path test fixtures
bfoss765 3505571
fix(platform-wallet): owner-guard the raw-payment reservation release
bfoss765 bbe36ee
fix(kotlin-sdk): release a cancelled buildSignedPayment's reservation
bfoss765 684f06f
fix(kotlin-sdk): release reservation on JNI pack failure; harden defe…
bfoss765 8f9a932
style(ffi): rustfmt a pre-existing drift in the dashpay test module
bfoss765 8c906d8
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.