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

Refactor block signature #995

Merged
merged 130 commits into from
Oct 5, 2023
Merged

Refactor block signature #995

merged 130 commits into from
Oct 5, 2023

Conversation

DaughterOfMars
Copy link

Description of change

After reading through the TIPs, I made some changes to how the block builder works to allow for calculating the block signature from the header and data hashes. I added a trait to allow random signing for tests, and likely a similar trait could simplify the UX for the block builder as well.

Links to any relevant issues

Copy link
Member

@thibault-martinez thibault-martinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Common feature set CI failing

Thoralf-M
Thoralf-M previously approved these changes Oct 4, 2023
Alex6323
Alex6323 previously approved these changes Oct 5, 2023
@thibault-martinez thibault-martinez dismissed stale reviews from Thoralf-M, Alex6323, and themself via 64c4550 October 5, 2023 08:19
@thibault-martinez thibault-martinez merged commit 60efd78 into 2.0 Oct 5, 2023
28 of 31 checks passed
@thibault-martinez thibault-martinez deleted the feat/block-signing branch October 5, 2023 09:16
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

Successfully merging this pull request may close these issues.

Add Block signing - rust
5 participants