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

[Feature Request]: double-sign detection #1672

Open
tzdybal opened this issue May 17, 2024 · 1 comment
Open

[Feature Request]: double-sign detection #1672

tzdybal opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@tzdybal
Copy link
Member

tzdybal commented May 17, 2024

Implementation ideas

Currently during sync, blocks are processed in First Come, First Served manner. After first block at given height is processed, other at this height are completely ignored. In case of double-sign of blocks at given height no action is taken (as latter block is ignored).

This is a missed opportunity to detect double-sign of a block.

Currently sequencer is centralized, so double-sign attack should have very significant consequences and probably should be resolved via human consensus.

@tzdybal
Copy link
Member Author

tzdybal commented May 17, 2024

CC: @robert-zaremba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant