-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to decouple consensus modes
- Functionality that handles Shelley-based eras in a multi-era consensus is moved to ouroboros-consensus-shelley so that it can be shared between mainnet consensus (in ouroboros-consensus-cardano) and other consensus modes comprising multiple Shelley eras. - The `Protocol` GADT that enumerates consensus modes and provides a wealth of information for clients is converted into a type class so that ouroboros-consensus-cardano does not need to know about other consensus modes.
- Loading branch information
Jimmy Hartzell
committed
Mar 29, 2021
1 parent
0326f5e
commit 9884916
Showing
14 changed files
with
501 additions
and
481 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.