-
Notifications
You must be signed in to change notification settings - Fork 61
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
V046 responses fix #304
V046 responses fix #304
Conversation
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.
LGTM
Tests are passing, but failing vulnchecker on go1.19 vulns; we can ignore these for this release. Bump to v1.20 needs sufficient testing to ensure determinism |
agreed |
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.
LGTM
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.
lgtm
1. Summary
Fixes v0.46 MsgResponses unmarshalling.
2.Type of change
Please delete options that are not relevant.
3. Implementation details
Use any.GetValue() + proto.Unmarshal() instead of trying to unpack type without appropriate interface.
4. How to test/use
Added v45 and v46 response unmarshalling tests.