Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose pubkey of remote validators #72

Open
Tracked by #85
ethanfrey opened this issue Jun 27, 2023 · 1 comment
Open
Tracked by #85

Expose pubkey of remote validators #72

ethanfrey opened this issue Jun 27, 2023 · 1 comment
Milestone

Comments

@ethanfrey
Copy link
Collaborator

ConsumerPacket::AddValidator requires the tendermint pubkey, and we will need that information to implement slashing. However, that information is not available in the CosmWasm queries we have access to.

We need to provide said information to the converter contract somehow.

@maurolacy
Copy link
Collaborator

maurolacy commented Nov 29, 2023

This is not needed in the end, because we either trust the Consumer blockchain misbehaviour events without verifying them (V1), or will verify the misbehaviours using an approach similar to ICS (V2), in which the offending validator pubkey is included as part of the evidence.

Will document this better, and close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants