-
Notifications
You must be signed in to change notification settings - Fork 300
feat(sdk-core): add transaction validation for (consolidate) unspent management #7020
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
feat(sdk-core): add transaction validation for (consolidate) unspent management #7020
Conversation
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.
can do this in parallel using Promise.all
8e9949b to
7300cc0
Compare
… fixes unit tests Ticket: WP-5945
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.
LGTM
move require getDefaultWalletKeys, toKeychainObjects to top TICKET: WP-5955
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.
Looks good
Description:
verifyTransactionhas access to required keychain data for proper spoofing protection (for both consolidate and fanout)test/btc.ts(for UTXO coins)Ticket: WP-5945