IntersectMBO / IntersectMBO/ouroboros-consensus
Move TPraos logic from Ledger into Consensus
Open
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
For historical reasons, the logic for TPraos lives in Ledger instead of Consensus (which would be the natural place for the implementation of a `ConsensusProtocol`, as is already the case for eg PBft and Praos).
#340 already vendors one function (`tickChainDepState`) into Consensus, so it makes sense to also migrate the remaining logic.
Contributor guide
Assessment
This issue has not been assessed yet.