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

PoA Block Signing #668

Closed
Voxelot opened this issue Oct 3, 2022 · 2 comments · Fixed by #718
Closed

PoA Block Signing #668

Voxelot opened this issue Oct 3, 2022 · 2 comments · Fixed by #718

Comments

@Voxelot
Copy link
Member

Voxelot commented Oct 3, 2022

Follow-up to #599

Sign blocks, save consensus metadata, and broadcast to peers

Need to spec SealedFuelBlock and database columns for block consensus metadata.

@Dentosal
Copy link
Member

Dentosal commented Oct 3, 2022

Some concrete things that must be done:

  • Pick a signature algorithm
  • Decide fields that are added to a SealedFuelBlock
  • Make sure this is forward-compatible with multi-producer and PoS systems
  • We need at least: The signature, related nonce if any, and information on what node signed the block
  • Determine related database columns

@Voxelot
Copy link
Member Author

Voxelot commented Oct 4, 2022

breaking sealedfuelblock into separate task #673

@Voxelot Voxelot mentioned this issue Oct 25, 2022
3 tasks
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 a pull request may close this issue.

2 participants