Merged
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
12fbb1e to
88149e9
Compare
6227b26 to
89109c0
Compare
46864d5 to
8711784
Compare
8711784 to
c476239
Compare
geo2a
commented
Feb 19, 2026
fd21353 to
71e925a
Compare
0dab4b5 to
5407021
Compare
- `cardano-crypto-class-2.3.1` - `typed-protocols-1.2` - `ouroboros-network-1.1` - `cardano-diffusion-1.0`
Co-authored-by: Georgy Lukyanov <georgy.lukyanov@iohk.io> Co-authored-by: Javier Sagredo <jasataco@gmail.com>
- Introduce transaction levels - Use `StrictMaybe` in transaction body - Update key roles - Replace Witness with Guard - `PoolParams` -> `StakePoolParams` - Remove redundant patterns in `Cardano.Api.Tx.Internal.Output.toShelleyTxOut` - Add ledger lenses for `ChainAccountState` to exports from `Cardano.Api.Ledger` - Rename Ledger's `PParams` fields - Shelley.RewardAccount -> Shelley.AccountAddress - Integrate `PoolMetadata` hash type change - `Coin` -> `CompactCoin Coin` - Use new name of the Constitution script hash - Update CostModel JSON format - Update ledger event patterns
Replace stub `toJSON = undefined` implementations with real ones that delegate to the underlying Map and Set instances via toMap/toSet.
Handle StrictMaybe/Maybe conversion inside the lenses (via strictMaybeL) rather than exposing StrictMaybe in the public API. Keeps TxValidityUpperBound, convValidityLowerBound, convValidityUpperBound, and the three validity bound lenses stable.
GetStakeSnapshots in ouroboros-consensus 1.0.0.0 requires EraGov, which must be available in the context of toConsensusQueryShelleyBased.
9568693 to
86d4c20
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.
Changelog
Context
This PR brings the new Ledger and Consensus packages and attempts to integrate them into cardano-api.
How to trust this PR
Review the dependency bumps and any type-level changes required to accommodate the new Ledger/Consensus APIs.
Checklist