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

Implement PSBTv2 #467

Closed
achow101 opened this issue Feb 25, 2021 · 1 comment
Closed

Implement PSBTv2 #467

achow101 opened this issue Feb 25, 2021 · 1 comment

Comments

@achow101
Copy link
Member

BIP 370 specifies a version 2 for PSBT that HWI should support.

Given that the PR for adding the BIP hasn't been merged into the bips repo yet, and that there are no test vectors, we should implement this for a future release when those (and hopefully Core support) are done.

This won't be an API breaking change since all we need is to support deserializing PSBTv2s and reflect them back to the user when given. Since HWI doesn't produce PSBTs itself, there won't be anything that breaks the API.

@achow101
Copy link
Member Author

Done in #549

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant