Skip to content
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

New version cardano-api-8.29.0.0 #346

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Changelog for cardano-api

## 8.29.0.0

- Updated ledger, consensus and typed-protocol packages
Adapted ProtocolParameters to the new ProtVer >=8 constraint in in ppuProtocolVersionL
Replaced queryCommitteState with new queryCommitteeMembersState
Improved costModel generation for tests
Adapt to new type HKDNoUpdate f ProtVer of cppProtocolVersion
Export types needed for querying the committee state
Adjust to type change of proposalProceduresTxBodyL
Remove invalidBeforeL and invalidHereAfterL defined in ledger
(breaking, maintenance)
[PR 321](https://github.com/input-output-hk/cardano-api/pull/321)

- Expose `PlutusScriptV3`
(bugfix)
[PR 343](https://github.com/input-output-hk/cardano-api/pull/343)

- Add support for simple scripts in Conway
(bugfix)
[PR 344](https://github.com/input-output-hk/cardano-api/pull/344)

- Delete `ProtocolUTXOCostPerWord` feature
(breaking)
[PR 339](https://github.com/input-output-hk/cardano-api/pull/339)

- Delete `ProtocolUTxOCostPerByteFeature`
(breaking)
[PR 340](https://github.com/input-output-hk/cardano-api/pull/340)

- Add Show instance for FoldBlocksError
(feature, compatible)
[PR 338](https://github.com/input-output-hk/cardano-api/pull/338)

- Split the `txValidityRange` field into two fields.
New function `allegraEraOnwardsToByronAndAllegraOnwardsEra`
(breaking, improvement)
[PR 332](https://github.com/input-output-hk/cardano-api/pull/332)

- Add support for Plutus V1 in Conway
(bugfix)
[PR 323](https://github.com/input-output-hk/cardano-api/pull/323)

- DRep extended key: add CastVerificationKeyRole
(compatible)
[PR 327](https://github.com/input-output-hk/cardano-api/pull/327)

## 8.28.0.0

- Delete `AlonzoEraOnly`.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.28.0.0
version: 8.29.0.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down