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

Update Nakamoto downloader to utilize signatures vec instead of aggregate public key #4793

Open
2 tasks
hstove opened this issue May 14, 2024 · 0 comments
Open
2 tasks
Assignees
Labels

Comments

@hstove
Copy link
Contributor

hstove commented May 14, 2024

In 3.0, blocks are verified by verifying a list of signatures against that block's reward set. Currently, the network downloader assumes an aggregate key is required and uses that to verify the block.

This task essentially means two things:

  • Remove the need for a mandatory aggregate key in various places in the downloader
  • Pre-load the reward set in the network state machine and use that to verify blocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

2 participants