-
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
DRep Refunds and update evalTransactionBalance #3688
Conversation
bc49410
to
5303a89
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.
I realize why you mixed it up. Consumed and produced are a bit weirdly named and unclear concepts.
Anyways, this PR needs some serious fixing.
e2eeff2
to
64dbcf4
Compare
I hope I have got it correct this time 😰 |
9e99efd
to
42e6133
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.
Now that looks much better! 😄
Few minor things need adjustment. Also ghc-9.6 needs TyepOperators extension, see the CI failure
libs/cardano-ledger-api/test/Test/Cardano/Ledger/Api/Tx/Body.hs
Outdated
Show resolved
Hide resolved
b5b23b3
to
0741f98
Compare
libs/cardano-ledger-api/test/Test/Cardano/Ledger/Api/Tx/Body.hs
Outdated
Show resolved
Hide resolved
libs/cardano-ledger-api/test/Test/Cardano/Ledger/Api/Tx/Body.hs
Outdated
Show resolved
Hide resolved
0741f98
to
7cdfa54
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 great. Thank you!
Also make lenses for UtxoEnv, and, breaking change to API.evalTransactionBalance
7cdfa54
to
16fb7d9
Compare
Description
Closes #3645
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
)