-
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
Adresses issue #3001, Renames AuxiliaryData consistently across eras. #3032
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 looks great! There are a few lines that were reverted when compared to master during a rebase, but I marked all of them in the comments with concrete diffs that can be applied directly from the PR review.
One more thing is worth doing is a changelog entry, since that will affect downstream users.
eras/shelley-ma/impl/src/Cardano/Ledger/ShelleyMA/AuxiliaryData.hs
Outdated
Show resolved
Hide resolved
eras/shelley/test-suite/src/Test/Cardano/Ledger/Shelley/Examples/Consensus.hs
Show resolved
Hide resolved
eras/shelley/test-suite/test/Test/Cardano/Ledger/Shelley/Serialisation/Tripping/CBOR.hs
Outdated
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.
Looks good to me, added a few small questions and wonderings. Will leave it to @lehins to approve.
84e3549
to
e003459
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.
Thank you!
Addresses issue #3001
Renames AuxiliaryData type families consistently across eras to TxAuxData. Actual instances are called
ShelleyTxAuxData
AllegraTxAuxData
AlonzoTxAuxData