-
Notifications
You must be signed in to change notification settings - Fork 146
Add PSBT (Partially Signed Bitcoin Transaction) Support - BIP 174 #136
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
Add PSBT (Partially Signed Bitcoin Transaction) Support - BIP 174 #136
Conversation
…remove patch files, preserve original utils.h_to_b, add TESTS_README.md
…, incorporate PR karask#120 tests
…g framework, keep only PSBT changes
… PSBT functionality
|
Hi @karask I would highly love to listen to your feedback on this PR |
|
Hi @JAGADISHSUNILPEDNEKAR I will not check PSBT code (from anyone) anymore, until the proposals come in. In the proposals I expect to see the design, rationale, how you intend to implement it, etc. |
|
Okay I will keep this in mind and work on some other issues |
|
Closing since we are working on the design / implementation from scratch. |



Add PSBT (BIP-174) Support
Overview
This PR implements Partially Signed Bitcoin Transaction (PSBT) functionality as defined in BIP-174. After careful study of the specification, I've created a focused implementation that integrates with the existing codebase while maintaining its structure and style.
Changes
Implementation Notes
Testing
All tests are passing
This PR focuses exclusively on PSBT functionality without introducing unrelated changes or dependencies.