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

Nakamoto Signer[3.0] - Update Block Header to use a vec of Signatures #4776

Open
saralab opened this issue May 10, 2024 · 0 comments · May be fixed by #4781
Open

Nakamoto Signer[3.0] - Update Block Header to use a vec of Signatures #4776

saralab opened this issue May 10, 2024 · 0 comments · May be fixed by #4781

Comments

@saralab
Copy link
Contributor

saralab commented May 10, 2024

stackslib: chainstate::nakamoto

The NakamotoBlockHeader struct will need to be updated to include a vec of signatures rather than an aggregated signature.

The block validation paths (append_block) and (accept_block) will need to be updated with the new signature validation logic.

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

Successfully merging a pull request may close this issue.

2 participants