Conversation
6938982 to
e695dcc
Compare
2f79591 to
463b9e8
Compare
463b9e8 to
eed7d01
Compare
0679166 to
ae8a93f
Compare
carbolymer
reviewed
Jan 5, 2026
| , Plutus.EraPlutusContext (ShelleyLedgerEra era) | ||
| , L.Script (ShelleyLedgerEra era) ~ L.AlonzoScript (ShelleyLedgerEra era) | ||
| , L.ScriptsNeeded (ShelleyLedgerEra era) ~ L.AlonzoScriptsNeeded (ShelleyLedgerEra era) | ||
| , L.ShelleyEraTxCert (ShelleyLedgerEra era) |
Contributor
There was a problem hiding this comment.
I'm not 100% convinced about this change. Depending on the legacy certificates support, we might need to revert this and split AlonzoEraOnwardsConstraints into two:
- from Alonzo to Conway including
ShelleyEraTxCert - from Dijkstra onwards.
This needs to be double checked and if anything pops out during cardano-cli integration.
91d8ca3 to
12fbb1e
Compare
Co-authored-by: Georgy Lukyanov <georgy.lukyanov@iohk.io> Co-authored-by: Javier Sagredo <jasataco@gmail.com>
12fbb1e to
88149e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR brings the new Ledger and Consensus packages and attempts to integrate them into API.