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
reason:"ClientState proof-specs cannot be empty".to_string(),
});
}
There should be one more check that validates the above inequality. It is best to implement a validate method for ProofSpecs that includes all these checks and use it here.
Bug Summary
The
proof_specs
for tendermint client state should validate if they havemin_depth <= max_depth
.Details
This is the current
proof_specs
validation.ibc-rs/ibc-clients/ics07-tendermint/types/src/client_state.rs
Lines 184 to 188 in e048e34
There should be one more check that validates the above inequality. It is best to implement a
validate
method forProofSpecs
that includes all these checks and use it here.Version
<= 0.50.0
The text was updated successfully, but these errors were encountered: