Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICS2: Combine Header and Misbehaviour under ClientMessage interface #694

Closed
colin-axner opened this issue Mar 21, 2022 · 0 comments · Fixed by #813
Closed

ICS2: Combine Header and Misbehaviour under ClientMessage interface #694

colin-axner opened this issue Mar 21, 2022 · 0 comments · Fixed by #813
Assignees

Comments

@colin-axner
Copy link
Contributor

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

references

discussion leading to design
ibc-go issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants