-
Notifications
You must be signed in to change notification settings - Fork 32
Remove Shelley and Byron operation modes in cardano tools #1647
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
Conversation
I plan on merging this as a PR stack:
This is a graph of the dependencies of the PRs
|
dfa6f4b
to
2939d33
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ouroboros-consensus-cardano/changelog.d/20250826_131450_javier.sagredo_remove_shelley_byron.md
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also want to remove
Lines 121 to 123 in 698f67e
data BlockType blk where | |
ByronBlockType :: BlockType ByronBlockHFC | |
ShelleyBlockType :: BlockType (ShelleyBlockHFC (Consensus.TPraos StandardCrypto) ShelleyEra) |
05bdb97
to
450a323
Compare
450a323
to
773fa5c
Compare
Node removed support for unitary chains long ago, so it becomes useless to be able to analyze those.