-
Notifications
You must be signed in to change notification settings - Fork 1k
PSBT, continued #3740
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
Merged
Merged
PSBT, continued #3740
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
85a53ea
libwally: update to latest commit
niftynei f6b714e
psbt: check return value on init for wally input
niftynei eb1a151
psbt: try one big alloc and fail instead of incremental buffer increases
niftynei 5b83fd6
utxo: fill in scriptPubkey to NULL
niftynei dc00b16
psbt: remove input_amounts from bitcoin tx
niftynei 7e17cb0
tx-psbt: pass in the witness script (if known) when adding an input
niftynei 8e6f26b
tx: update comment
niftynei 109991e
psbt: populate last commitment transaction's input info at db
niftynei 8bfd9be
psbt: add to/from byte helpers
niftynei 7161bea
tx: add setter for tx locktime
niftynei 6c2ed80
bitcoin/tx: implement wally_tx_clone (badly) for now.
rustyrussell 86ea16d
psbt: add 'wally_psbt_clone' function, to clone a psbt
niftynei d260ed4
psbt: helpers for adding a pubkey or signature to a psbt
niftynei 80c8a16
psbt: add method to confirm 'finalized' status of psbt
niftynei aa90f98
psbt: move `channels.last_tx` field to be a psbt
niftynei 2ffb3d5
hsm: decouple hsm from wallet; init before wallet
niftynei 92c2347
psbt: database migration for converting last_tx to a psbt
niftynei b85ec68
psbt: affirm database upgrade works for last_tx -> psbt
niftynei 3568c09
channel_tx: add the commitment sig and pubkey data to the commit tx
niftynei 5ff9c68
psbt: if a transaction has witnesses/scriptSig set, add it to psbt
niftynei 2f22bb7
psbt: handle 'unsetting' final witness stack
niftynei 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
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.
Uh oh!
There was an error while loading. Please reload this page.