You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make sure we can decode and then re-encode public keys back into the same datastructure. That means preserving unknown fields (which I believe we don't currently do).
The text was updated successfully, but these errors were encountered:
I think it still is, since we're encoding it as a Protobuf, and the parser will ignore unknown fields. So if you want to preserve unknown fields, you'd need to save the serialized version as well.
Intriguing. I guess I would need more information about the original issue in the original test to understand the problem since the test passes. Maybe the problem was related to something else that was fixed in the meanwhile.
We need to make sure we can decode and then re-encode public keys back into the same datastructure. That means preserving unknown fields (which I believe we don't currently do).
The text was updated successfully, but these errors were encountered: