-
Notifications
You must be signed in to change notification settings - Fork 27
New TxBodyContent
#1011
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
base: master
Are you sure you want to change the base?
New TxBodyContent
#1011
Conversation
debbc9c to
636f91f
Compare
21e5e9c to
86616c5
Compare
5717284 to
3ba2c0b
Compare
94916d2 to
87958df
Compare
This was causing incorrect indexing when constructing the redeemer pointer map
Implement HasTypeProxy instances for SLanguage
negative Remove the addition of non-ada tokens in the return collateral
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.
LGTM! 💪🏻 🚀
Nice work. Let's not postpone too much the issues which came from this work however i.e. #1084
Also small thing: https://github.com/IntersectMBO/cardano-api/pull/1011/files#r2711423979
| hashAnyScript (AnyPlutusScript ps) = | ||
| hashPlutusScriptInEra ps | ||
|
|
||
| deserialiseAnySimpleScript |
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.
why a separate function instead of SerialiseAsCBOR instance?
| data UnsignedTx era | ||
| = L.EraTx (LedgerEra era) => UnsignedTx (Ledger.Tx (LedgerEra era)) |
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.
We should be using ledger eras as an era type parameter instead of cardano-api's eras.
24c4b42 to
7ecb8c9
Compare
Changelog
Context
Additional context for the PR goes here. If the PR fixes a particular issue please provide a link to the issue.
How to trust this PR
Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.
Checklist