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

Bls validation #1566

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Conversation

Neylix
Copy link
Member

@Neylix Neylix commented Oct 2, 2024

Description

Fixes: #1543

Handle new BLS aggregration signatures.

  • Validation stamp and cross validation stamps are signed using the new mining key
  • Replication nodes returns a signed cross validation stamps instead of OK / Error
  • Add new ProofOfValidation module that create and validate the cross validation stamps aggregated signatures
  • Replication nodes validation is now asynchronous, allowing the coordinator node to create the proof of validation as soon as the threshold is reached
  • Coordinator node is responsible to create the proof of validation and share it to other validation nodes

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Unit test + running multiple nodes (at least 4)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@Neylix Neylix added feature New feature request crypto Involve cryptography mining Involve transaction validation and mining labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto Involve cryptography feature New feature request mining Involve transaction validation and mining
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Leverage BLS aggregated signatures for cross validation stamps
1 participant