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
Right now, CommitmentProof is simply tendermint::merkle::proof::Proof
We need an implementation of it which is IBC specific for example from_bytes() and validate_basic
The text was updated successfully, but these errors were encountered:
Right now,
CommitmentProof
is simplytendermint::merkle::proof::Proof
We need an implementation of it which is IBC specific for example
from_bytes()
andvalidate_basic
The text was updated successfully, but these errors were encountered: