Skip to content
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

Merged
merged 4 commits into from
Nov 3, 2022
Merged

Move UTxO to Core #3110

merged 4 commits into from
Nov 3, 2022

Conversation

TimSheard
Copy link
Contributor

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

Copy link
Contributor

@lehins lehins left a 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

@TimSheard
Copy link
Contributor Author

After some magic, managed to restore the git history to both UTxO filles.

@TimSheard TimSheard changed the title WIP move UTxO to Core Move UTxO to Core Nov 1, 2022
Copy link
Contributor

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!!!

Copy link
Contributor

@JaredCorduan JaredCorduan left a 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 !

Copy link
Contributor

@lehins lehins left a 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?

@TimSheard TimSheard force-pushed the ts-moveUTxo-tocore branch 2 times, most recently from 72fce81 to 6bdbfa0 Compare November 2, 2022 19:11
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.
Copy link
Contributor

@lehins lehins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@JaredCorduan JaredCorduan merged commit bcb633a into master Nov 3, 2022
@iohk-bors iohk-bors bot deleted the ts-moveUTxo-tocore branch November 3, 2022 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants