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
In ibc-go, we have decided to refactor the 02-client submodule along with the interfaces defined within the ClientState. One of the major changes we are doing is merging the Misbehaviour, Header types under a new interface ClientMessage. This allows light client implementations more flexibility to create other types that allow for client updates such as batch updates.
One motivator for this decision is described in #693
In ibc-go, we have decided to refactor the 02-client submodule along with the interfaces defined within the
ClientState
. One of the major changes we are doing is merging the Misbehaviour, Header types under a new interfaceClientMessage
. This allows light client implementations more flexibility to create other types that allow for client updates such as batch updates.One motivator for this decision is described in #693
references
discussion leading to design
ibc-go issue
The text was updated successfully, but these errors were encountered: