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
Context: HeaderAttribute is a field of our UpdateClient event.
Taking ibc-go as a reference implementation and reviewing the suggested spec for events here, it appears that the header attribute was never intended to be of type Any, but rather to consist of hex-encoded raw Protobuf bytes.
Looking at Hermes too, this header is not used for parsing into a concrete header type anywhere.
Problem Statement
Context:
HeaderAttribute
is a field of ourUpdateClient
event.Taking
ibc-go
as a reference implementation and reviewing the suggested spec for events here, it appears that the header attribute was never intended to be of typeAny
, but rather to consist of hex-encoded raw Protobuf bytes.Looking at Hermes too, this header is not used for parsing into a concrete header type anywhere.
This issue originated from Compile errors of
v0.41.0
while onlyserde
feature enabled #741, where enablingserde
onHeaderAttribute
with theAny
type leads to a compilation error.The text was updated successfully, but these errors were encountered: