We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ClientState
ibc
Incomplete implementation of check_header_and_update_state
check_header_and_update_state
trusted_validators
next_validators_hash
trusted_validator_set
verify
ibc-rs/modules/src/clients/ics07_tendermint/client_def.rs
Line 98 in b44ade9
We should fix (or investigate) the following remarks regarding verification of ICS007 ClientState.
ChainId
tendermint::MaxChainID
Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r809993503
latest_height
revision_number
version
Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810002577
max_clock_drift
Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810004141
upgrade_path
Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810018385
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Crate
ibc
Summary
Incomplete implementation of
check_header_and_update_state
trusted_validators
matches thenext_validators_hash
that was persisted in the trusted consensus statetrusted_validator_set
is used in the trusted block state inverify
:ibc-rs/modules/src/clients/ics07_tendermint/client_def.rs
Line 98 in b44ade9
We should fix (or investigate) the following remarks regarding verification of ICS007
ClientState
.ChainId
s totendermint::MaxChainID
-> TM chain-id validation cosmos/ibc-go#177Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r809993503
latest_height
'srevision_number
matches theChainId
'sversion
.Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810002577
max_clock_drift
. Not sure why this would be required. 🤔Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810004141
upgrade_path
must be non-empty and this must also be checked.Originally posted by @hu55a1n1 in https://github.com/informalsystems/ibc-rs/pull/1873#discussion_r810018385
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: