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

wire: Remove TxSerializeWitnessSigning. #1180

Merged
merged 1 commit into from
May 1, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Apr 30, 2018

This build on top of PR #1179.

This removes the TxSerializeWitnessSigning serialization type since it is no longer required due to implementing it directly in the signature hash calculation function. It also removes all related tests.

Although this is technically a change to the wire protocol, the protocol version is not being bumped because nothing ever sends messages using this serialization type as it only applied for calculating signature hashes and really should not have ever been in the wire package to begin with.

@davecgh davecgh force-pushed the wire_remove_witness_signing branch from d8827ae to cd555d7 Compare April 30, 2018 13:35
@davecgh davecgh added this to the 1.3.0 milestone Apr 30, 2018
@davecgh davecgh force-pushed the wire_remove_witness_signing branch 2 times, most recently from 12dd681 to e7f560d Compare April 30, 2018 23:30
This removes the TxSerializeWitnessSigning serialization type since
it is no longer required due to implementing it directly in the
signature hash calculation function.  It also removes all related tests.

Although this is technically a change to the wire protocol, the protocol
version is not being bumped because nothing ever sends messages using
this serialization type as it only applied for calculating signature
hashes and really should not have ever been in the wire package to begin
with.
@davecgh davecgh force-pushed the wire_remove_witness_signing branch from e7f560d to b3ce2ad Compare May 1, 2018 16:31
@davecgh davecgh merged commit b3ce2ad into decred:master May 1, 2018
@davecgh davecgh deleted the wire_remove_witness_signing branch May 1, 2018 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants