Skip to content
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

tx_builder: Support setting explicit nSequence for foreign inputs #1316

Merged
merged 2 commits into from Feb 5, 2024

Conversation

stevenroose
Copy link
Contributor

Fixes #1315.

Copy link
Member

@evanlinjin evanlinjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 9bb39a3

When we change to use PSBT v2, we can remove this (as the sequence will be part of the psbt input).

@stevenroose
Copy link
Contributor Author

Oh yeah that's true. I was looking for a sequence field in the input, but psbt v1 works on already-finish tx structure I guess. Not sure how the psbtv2 flow will work for this. I guess it has one more "creation" phase to go through.

Copy link
Member

@danielabrozzoni danielabrozzoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK 9bb39a3

@danielabrozzoni danielabrozzoni merged commit b3278a4 into bitcoindevkit:master Feb 5, 2024
12 checks passed
@notmandatory notmandatory added the bug Something isn't working label Feb 5, 2024
@notmandatory notmandatory added this to the 1.0.0-alpha milestone Feb 5, 2024
@notmandatory notmandatory mentioned this pull request Feb 14, 2024
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

No way to set nSequence value for foreign utxos
4 participants