MsgUpdateClient
domain type does not faithfully represent the IBC protocol messages
#628
Milestone
MsgUpdateClient
domain type does not faithfully represent the IBC protocol messages
#628
Bug Summary
#584 broke the representation of IBC protocol messages, by creating a single domain type,
MsgUpdateClient
, that represents multiple IBC protocol messages (bothMsgUpdateClient
andMsgSubmitMisbehavior
).The domain types should faithfully represent the IBC protocol messages, rather than forcing downstream clients to re-parse them to figure out what message they actually got.
This also breaks the use of the
ibc_proto
traits, forcing callers to write code likeor
just to encode or decode messages.
The text was updated successfully, but these errors were encountered: