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
it might be a better idea to use VerifyCommit or VerifyCommitLight (depending on whenever you need to verify all the signatures or not). CommitToVoteSet panics if it encounters any errors (as stated in the func docs). For example, I don't see where you check that the number of signatures in the commit matches the number of validators. If it's possible to pass such a commit & vals, CommitToVoteSet will panic NOTE: haven't verified it
cosmos-sdk/x/ibc/light-clients/07-tendermint/client/cli/tx.go
Line 267 in c8afb2c
cosmos-sdk/x/ibc/light-clients/07-tendermint/types/misbehaviour.go
Line 154 in c8afb2c
(thanks to @melekes)
The text was updated successfully, but these errors were encountered: