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

[ICS02] Split check_misbehaviour_and_update_state and check_header_and_update_state into two sets of validation/execution functions #535

Closed
5 tasks done
Tracked by #608 ...
Farhad-Shabani opened this issue Mar 15, 2023 · 0 comments · Fixed by #584
Assignees
Labels
A: breaking Admin: breaking change that may impact operators O: decoupling Objective: aims to separate concerns and cause to independent, reusable components O: logic Objective: aims for better implementation logic O: maintainability Objective: cause to ease modification, fault corrections and improve code understanding
Milestone

Comments

@Farhad-Shabani
Copy link
Member

Farhad-Shabani commented Mar 15, 2023

Problem Statement

Part of #173, in continuation of implementing IBC-go/ADR006 and getting check_header_and_update_state() and check_misbehaviour_and_update_state() compatible with the Validation/Execution design (ADR005)

@Farhad-Shabani Farhad-Shabani added A: breaking Admin: breaking change that may impact operators O: logic Objective: aims for better implementation logic O: maintainability Objective: cause to ease modification, fault corrections and improve code understanding O: decoupling Objective: aims to separate concerns and cause to independent, reusable components labels Mar 15, 2023
@Farhad-Shabani Farhad-Shabani moved this to 📥 To Do in ibc-rs Mar 15, 2023
This was referenced Mar 15, 2023
@github-project-automation github-project-automation bot moved this from 📥 To Do to ✅ Done in ibc-rs Apr 13, 2023
@Farhad-Shabani Farhad-Shabani added this to the v0.37.0 milestone Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: breaking Admin: breaking change that may impact operators O: decoupling Objective: aims to separate concerns and cause to independent, reusable components O: logic Objective: aims for better implementation logic O: maintainability Objective: cause to ease modification, fault corrections and improve code understanding
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants