Skip to content

Commit

Permalink
Merge pull request #346 from input-output-hk/td/new-version-cardano-a…
Browse files Browse the repository at this point in the history
…pi-8.29.0.0

New version cardano-api-8.29.0.0
  • Loading branch information
newhoggy authored Oct 27, 2023
2 parents cd2fd28 + 38e3b14 commit 9b855a1
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
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

0 comments on commit 9b855a1

Please sign in to comment.