-
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
Make shelley TxWits
consistent with other eras
#4160
Conversation
a2c1f39
to
2c13d0b
Compare
I also moved I'll also update the |
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.
Looking good.
I also moved mapTraverseableDecoderA from Alonzo.TxWits to Shelley.TxWits.
That's totally fine
Although, it might be better to move it to Decoding in cardano-ledger-binary. Any suggestions?
In not so distant future we will be getting rid of Annotator
, so we don't really need to worry about the ideal placement for this function.
773b14a
to
9d21290
Compare
671ee71
to
f096291
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.
Perfect! 👍
Which means: * Remove `HKD` * Use `MemoBytes` * Replace `(Era era, NoThunks (Script era))` with `EraScript era`
f096291
to
43673d0
Compare
Description
Resolves #3959
Checklist
.cabal
andCHANGELOG.md
files according to theversioning process.
.cabal
files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)CHANGELOG.md
for the affected packages. New section is never added with the code changes. (See RELEASING.md)fourmolu
(usescripts/fourmolize.sh
)scripts/cabal-format.sh
)hie.yaml
has been updated (usescripts/gen-hie.sh
)