-
Notifications
You must be signed in to change notification settings - Fork 97
fix signature in MsgCertificateChain [GV2-193] #1307
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
Conversation
| - ECDSASignature: | ||
| short_desc: ECDSA signature | ||
| fields: | ||
| - len: |
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.
I think if we move len field to after data then we technically would not need to rev MSG_ECDSA_SIGNATURE since the wire format/order/length of the bytes would be the same, but not sure that the message checker in CI would be able to handle that.
|
FWIW I think revving the messages is fine to fix this, I think once all of these E.g. |
Co-authored-by: Jason Mobarak <jason@swift-nav.com>
Co-authored-by: Jason Mobarak <jason@swift-nav.com>
* update MSG_ACKNOWLEDGE on demand fields (#1303) * variable length ecdsa signature [GV2-193] (#1306) * Add signature length field to MsgEcdsaSignature Co-authored-by: Jason Mobarak <jason@swift-nav.com> * fix signature in MsgCertificateChain [GV2-193] (#1307) Co-authored-by: Jason Mobarak <jason@swift-nav.com> * benchmark: run on consistent machine type Benchmarks seem to oscilate between two values, so attempt to compensate for this by pinning the machine type that things are run on. * python: add framer msg type filter (#1321) * python: add msg type filter To help with speed issues around Python object construction, add an easy means of avoiding work in the Python API. * Update python/sbp/client/framer.py Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com> * docker: use buster, stretch is archived * python: add unit test for framer filter * python: add unit test for framer message filter --------- Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com> --------- Co-authored-by: Steven Meyer <smeyer@fastmail.com> Co-authored-by: Jason Mobarak <jason@swift-nav.com> Co-authored-by: Patrick Crumley <patrick.crumley@gmail.com>
Description
@swift-nav/devinfra
Fixes the signature field of MsgCertificateChain. Also makes a separate type for the signature because we use in it multiple places
API compatibility
Does this change introduce a API compatibility risk?
New messages were made for MsgCertificateChain and MsgEcdsaSignature