-
Notifications
You must be signed in to change notification settings - Fork 902
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
hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation. #3363
hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation. #3363
Conversation
@bitcoin-bot was offline for a couple of hours, he should be back now :-) |
c9cbf04
to
33d756b
Compare
Some minor things that could be simplified, but overall I'm all for giving the |
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.
Only minor changes suggested, this is really good work!
(Sorry for the delayed feedback, I was on vacation and am now catching up!).
Orthogonal to this, I wonder if we should bite the bullet and use struct witscript
everywhere for type-safety. That's a bigger change though, and may involve changing it to a danlging u8 rather than a pointer, to avoid adding allocations.
👍 type safety |
…motekey to hsm_sign_remote_commitment_tx to allow complete validation.
…to allow complete validation by signing daemon.
829953c
to
c85c05b
Compare
Added output_witscripts, remote_per_commit and option_static_remotekey to hsm_sign_remote_commitment_tx to allow complete validation.