-
Notifications
You must be signed in to change notification settings - Fork 157
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
Added Core.hs to each era that has a TxBody class #3036
Conversation
5bc9175
to
7a45b2d
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.
Looks good to me.
I noticed we didn't do the suggestion from the ticket to
re-export the whole of Cardno.Ledger.Core module and Cardano.Ledger.[Era].Core from a previous era from it as well
- by choice or an omission?
7a45b2d
to
0b38b9c
Compare
Fixed it now |
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.
Just one conceptual change need, otherwise looks great.
278cd89
to
dafb836
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.
A few redundant things, but otherwise looks great
52e800e
to
501bbdf
Compare
Co-authored-by: Alexey Kuleshevich <[email protected]>
501bbdf
to
3a72c41
Compare
This PR moves the
[Era]EraTxBody
classes from each era to theCore
module of that era.closes #2932