-
Notifications
You must be signed in to change notification settings - Fork 465
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 pubkey compression/decompression in TxIns protobuf encoding/decoding #2171
Implement pubkey compression/decompression in TxIns protobuf encoding/decoding #2171
Conversation
88c087c
to
4195671
Compare
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.
concept ACK, but tests are failing
4195671
to
f6415ec
Compare
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.
This PR is not complete. You need to also compress/decompress the pubkey in RPCTxIn and TxInJSON structs and ensure that it is encoded properly in quai_getTransactionByHash
If we want to fully support compressed public keys, someone must also make appropriate changes in quais.js to support the compressed public key type and ensure that it is compressed before sending to the node
f6415ec
to
64e3bab
Compare
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.
@robertlincecum said it doesnt work
c486917
64e3bab
to
c486917
Compare
It was agreed to handle the JSON RPC conversion on a separate commit
No description provided.