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

feat(dot/parachain/backing): Implement Statement Table #3471

Closed
4 tasks done
Tracked by #3820 ...
kishansagathiya opened this issue Sep 6, 2023 · 0 comments
Closed
4 tasks done
Tracked by #3820 ...

feat(dot/parachain/backing): Implement Statement Table #3471

kishansagathiya opened this issue Sep 6, 2023 · 0 comments
Assignees
Labels
S-subsystems-backing issues related to polkadot host backing subsystem functionality.

Comments

@kishansagathiya
Copy link
Contributor

kishansagathiya commented Sep 6, 2023

Issue summary


  • The statement table stores messages other authorities(parachain validators) issue about candidates(parachain blocks).

  • These messages create a proposal submitted to a BFT(Byzantine Fault Tolerance) consensus process.

  • Proposals are formed of sets of candidates which have the requisite number of validity and availability votes.

  • Each parachain is associated with a committee of authorities, who issue statements indicating whether the candidate is valid or invalid. Once a threshold of the committee has signed validity statements, the candidate may be marked includable.

Sub issues

  • Implement a function to get committed candidate receipt for the given candidate hash
  • Implement a function to import a signed statement.
  • Implement a function to get attested candidate for the given candidate hash
  • drain missbehaviours

Other information and links

@axaysagathiya axaysagathiya changed the title Statement Table feat(dot/parachain/backing): Implement Statement Table interface Jan 6, 2024
@P1sar P1sar added S-subsystems-backing issues related to polkadot host backing subsystem functionality. and removed Parachain Host labels Jan 15, 2024
@axaysagathiya axaysagathiya changed the title feat(dot/parachain/backing): Implement Statement Table interface feat(dot/parachain/backing): Implement Statement Table Apr 30, 2024
@P1sar P1sar closed this as completed Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-subsystems-backing issues related to polkadot host backing subsystem functionality.
Projects
None yet
Development

No branches or pull requests

3 participants