Double voting evidence handler only works with consumer pubkeys #1253
Labels
S: NewThings
Work towards your business objectives with new products, features, or integrations
type: bug
Issues that need priority attention -- something isn't working
Summary of Bug
Currently, the ICS double voting evidence handler uses the
GetValidatorConsumerPubKey
method to retrieve the public keys used by validators on consumer chains. But this method only returns validator public keys assigned to a consumer chain. This causes theMsgSubmitConsumerDoubleVoting
messages to fail unexpectedly when validators use the same public key on both the consumer and provider chains.This bug was found through E2E testing and is fixed in PR #1254, which is required to update the E2E tests.
For Admin Use
The text was updated successfully, but these errors were encountered: