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

[consensus] Add Support for Multi-Signature Consensus #442

Open
patrick-ogrady opened this issue Feb 3, 2025 · 0 comments
Open

[consensus] Add Support for Multi-Signature Consensus #442

patrick-ogrady opened this issue Feb 3, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@patrick-ogrady
Copy link
Contributor

Today, we have both simplex (assumes no special properties of validator keys) and threshold-simplex (assumes each validator has a share of a group polynomial). It would be super useful if we had something like msig-simplex which assumed validator signatures could be aggregated.

This could be implemented by wrapping simplex and post-processing notarization/finalization but would be more efficient to implement inside of simplex to reduce the bandwidth required for broadcast.

@patrick-ogrady patrick-ogrady added the enhancement New feature or request label Feb 3, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Tracker Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant