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

Implement equivocations #698

Open
tomaka opened this issue Mar 31, 2021 · 3 comments
Open

Implement equivocations #698

tomaka opened this issue Mar 31, 2021 · 3 comments

Comments

@tomaka
Copy link
Contributor

tomaka commented Mar 31, 2021

We should report when a block author authors two different blocks with the same slot.

Similarly, GrandPa should detect voting for two different blocks of the same height.

Very long term issue.

@tomaka tomaka changed the title Implement equivocations for the full node Implement equivocations Nov 1, 2021
@tomaka
Copy link
Contributor Author

tomaka commented Mar 22, 2022

We should report when a block author authors two different blocks with the same slot.

After chatting a bit, this should be done even if one of the blocks is not a descendant of the latest finalized block.
This complicates a bit the implementation.

@tomaka
Copy link
Contributor Author

tomaka commented Aug 16, 2022

Another thing to note is that we need to keep in memory the votes that were downloaded when we perform a warp syncing, in order to make sure to detect double-voting with the warp syncing as well.

@tomaka
Copy link
Contributor Author

tomaka commented Aug 31, 2022

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

1 participant