Update libs/cardano-ledger-api/src/Cardano/Ledger/Api/State/Query.hs
Co-authored-by: Joosep Jääger <[email protected]>
Co-authored-by: Joosep Jääger <[email protected]>
`maxValSize`, `collateralPercentage`, `maxCollateralInputs`
to match the type in the PParams data type
Signed-off-by: Allain Magyar <[email protected]>
Signed-off-by: Fabio Pinheiro <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
feat: caribic modular optional chains (refactor osmosis + skeleton cheqd)
Signed-off-by: mineme0110 <[email protected]> Co-authored-by: Fabio Pinheiro <[email protected]>
Signed-off-by: Allain Magyar <[email protected]>
* Mithril update 2026-02-18 * Update blog/2026-02-18-mithril.md Co-authored-by: olgahryniuk <[email protected]> --------- Co-authored-by: olgahryniuk <[email protected]>
This commit extends the existing Praos state with an extra field storing the nonce from the previous epoch. This nonce is updated by 'tickChainDepState' at every new epoch boundary. This is needed to validate Peras certificates when they appear in blocks. Note that the CBOR serialization had to be adapted to include this new field, making this a breaking change. Co-authored-by: Agustin Mista <[email protected]> Co-authored-by: Alexander Esgen <[email protected]> Co-authored-by: Georgy Lukyanov <[email protected]> Co-authored-by: Thomas BAGREL <[email protected]> Co-authored-by: Nicolas BACQUEY <[email protected]>