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

fix(node-types/prover): post FinalizedEpochs without proof at interval when root doesn't change #93

Open
sebasti810 opened this issue Jul 22, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sebasti810
Copy link
Contributor

sebasti810 commented Jul 22, 2024

We should still post FinalizedEpoch at some interval when the root stays the same (no processed operations), but the proof can be empty. This would mean turning the proof into an Option. If the roots are NOT the same and the proof is None, light nodes should panic.

@distractedm1nd distractedm1nd added the good first issue Good for newcomers label Nov 21, 2024
@distractedm1nd distractedm1nd changed the title fix: dont post proofs if the root stays the same fix(node-types/prover): post FinalizedEpochs without proof at interval when root doesn't change Nov 21, 2024
@distractedm1nd distractedm1nd added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants