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
Adding fields in protobuf are intended to be non-breaking API changes / backwards compatible. The current implementation of ParseTypedEvent throws an error when parsing protobuf messages with new fields.
We've encountered this issue with a new field added to a custom module event and with the authz_msg_index field that was added in #12668. The following addition would make ParseTypedEvent backwards compatible:
Summary of Bug
Adding fields in protobuf are intended to be non-breaking API changes / backwards compatible. The current implementation of ParseTypedEvent throws an error when parsing protobuf messages with new fields.
We've encountered this issue with a new field added to a custom module event and with the
authz_msg_index
field that was added in #12668. The following addition would makeParseTypedEvent
backwards compatible:Version
main
,v0.47
,v0.46
Steps to Reproduce
Use
ParseTypedEvent
with a message executed viaMsgExec
.The text was updated successfully, but these errors were encountered: