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

Updated block sealing #233

Merged
merged 3 commits into from
Jan 21, 2025
Merged

Updated block sealing #233

merged 3 commits into from
Jan 21, 2025

Conversation

greywolve
Copy link
Contributor

@greywolve greywolve commented Jan 21, 2025

  • Overhaul existing block seal code.
  • Add some initial community test cases to verify our signatures.
  • Add type safety with a simulated union type for ticket or key.
  • Add type safety for the TicketBodies or EpochKeys enum/union.
  • Some renaming for clarity.

Closes #126

- Overhaul existing block seal code.
- Add some initial community test cases to verify our signatures.
- Add type safety with a simulated union type for ticket or key.
- Add type safety for the TicketBodies or EpochKeys enum/union.
- Some renaming for clarity.
- Move community tests to integration tests since they use the tiny
  vector constants.
- Add all remaining community test vectors.
@greywolve greywolve merged commit 78505ff into main Jan 21, 2025
3 checks passed
@greywolve greywolve deleted the feat/block-sealing branch January 21, 2025 14:33
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.

Block production
2 participants