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

Add Preconfirmation Key delgation to Consensus Service #2739

Open
MitchTurner opened this issue Feb 20, 2025 · 0 comments
Open

Add Preconfirmation Key delgation to Consensus Service #2739

MitchTurner opened this issue Feb 20, 2025 · 0 comments

Comments

@MitchTurner
Copy link
Member

We need to add a signature to Preconfirmations to prove that they were sent by the block producer.

The KMS signatures take longer than 50ms, which isn't acceptable for preconfirmations. We are targetting 30ms from tx submission.

Instead, every ~10 mins the consensus service can generate a new private/public keypair that can be used preconfirmations. The public key will need to be signed by the KMS still, and then gossiped to the network.

This needs to be added.

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