-
Notifications
You must be signed in to change notification settings - Fork 92
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
[ICS07] Investigate updating the store in ClientState::initialize()
instead of create_client::execute()
#614
Labels
O: exploratory
Objective: aims to investigate new ideas
Comments
Farhad-Shabani
changed the title
[ICS07] Missing some client initializing checks according to the spec
[ICS07] Missing some client initializing steps according to the spec
Apr 12, 2023
We do them, but in different but equivalent places:
Here: ibc-rs/crates/ibc/src/clients/ics07_tendermint/client_state.rs Lines 102 to 105 in 707d032
Here:
2 points:
|
plafer
added
O: exploratory
Objective: aims to investigate new ideas
and removed
A: bug
Admin: something isn't working
S: specs
Scope: related to IBC protocol specifications
labels
Apr 13, 2023
plafer
changed the title
[ICS07] Missing some client initializing steps according to the spec
[ICS07] Investigate updating the store in Apr 13, 2023
ClientState::initialize()
instead of create_client::execute
plafer
changed the title
[ICS07] Investigate updating the store in
[ICS07] Investigate updating the store in Apr 13, 2023
ClientState::initialize()
instead of create_client::execute
ClientState::initialize()
instead of create_client::execute()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Looking at the spec, we are missing the following check & setting upon initializing a Tendermint client state:
The text was updated successfully, but these errors were encountered: