Concordium / Concordium/concordium-node
Add next epoch finalization committee to block state hash
Open
- Dominant language
- Haskell
- Stars
- 108
- Forks
- 24
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 9
Description
A hash of the next epoch finalization committee should be incorporated into the block state hash. This will be helpful for a future fast catch-up mechanism that avoids processing blocks. This involves (at least):
- [ ] Add the next epoch finalization committee hash to the block state. This should be updated when the next epoch bakers are updated.
- [ ] Incorporate the hash into the block state hash.
Note: these changes should be conditional on protocol >=P6.
Contributor guide
Assessment
This issue has not been assessed yet.