-
Notifications
You must be signed in to change notification settings - Fork 156
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
Move UTxO to Core #3110
Move UTxO to Core #3110
Conversation
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.
This is great. Just one minor recommendation
eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Generator/Core.hs
Outdated
Show resolved
Hide resolved
ee156d3
to
ee7e6ab
Compare
After some magic, managed to restore the git history to both UTxO filles. |
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.
Very nice!!!
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.
fantastic, thank you @TimSheard !
ee7e6ab
to
b5c0559
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.
@TimSheard Squashing all of the commits together erased all of the work you did in the attempt to preserve git history. Are you sure that is what you wanted?
72fce81
to
6bdbfa0
Compare
Cardano.Ledger.UTxO that deals with just the UTxO was moved to core Cardano.Ledger.Shelley.UTxO that deals with Shelley stuff Both files maintain their git history from the original Cardano.Ledger.Shelley.UTxO For backwards compatibility The Shelley version exports the core version. We can change this if we need to.
3bdff87
to
0ca7069
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.
👍
Split the UTxO file in Shelley into two parts.
One that deals just with UTxO Cardano.Ledger.UTxO and the othet which deals with what happens in the
Shelley era, Cardano.Ledger.Shelley.UTxO