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

Release 8.34.1 #385

Merged
merged 1 commit into from
Nov 24, 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
28 changes: 17 additions & 11 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-api

## 8.34.1.0

- Expose `stakeCredentialWitness` function, which returns only stake credentials for the certificates requiring witnessing: delegation and deregistration.
(compatible, bugfix)
[PR 383](https://github.com/input-output-hk/cardano-api/pull/383)

## 8.34.0.0

- Parameterize `createAndValidateTransactionBody` on `ShelleyBasedEra era`
Expand All @@ -13,7 +19,7 @@
- `ToJSON` instance for `TxValidationError`
(feature, compatible)
[PR 379](https://github.com/input-output-hk/cardano-api/pull/379)

## 8.33.0.0

- `Error` instance for `FileError` instead of `Pretty`
Expand Down Expand Up @@ -54,13 +60,13 @@
## 8.31.0.0

- Use ledger presentation of multi-asset values directly. Lens to make this uniform over `ShelleyBasedEra`.

Delete `ByronToAllegraEra`.

New module `Cardano.Api.Ledger.Lens`.
Modify `TxOutValue` to have `TxOutValueByron` and `TxOutValueShelleyBased` instead of `TxOutAdaOnly` and `TxOutValue` respectively. `TxOutValueShelleyBased` now directly uses the ledger type instead of the `Value` type.

Modify `TxOutValue` to have `TxOutValueByron` and `TxOutValueShelleyBased` instead of `TxOutAdaOnly` and `TxOutValue` respectively. `TxOutValueShelleyBased` now directly uses the ledger type instead of the `Value` type.

These functions have changed to either `L.Value (ShelleyLedgerEra era)` instead of `Value` or eons or both:
- `genValue`
- `genValueDefault`
Expand All @@ -81,11 +87,11 @@
[PR 358](https://github.com/input-output-hk/cardano-api/pull/358)

- Modify foldBlocks to allow the fold to terminate from the accumulator via the FoldStatus type.

Modify foldBlocks to accumulate the chain tip rather than only immutable
blocks (blocks that are k blocks away from the tip).
Add debug mode to foldBlocks which forces it to error with information

Add debug mode to foldBlocks which forces it to error with information
about ledger states, client and server tip, number of requests in flight
and the current IORef state.
(feature, breaking)
Expand All @@ -95,7 +101,7 @@
- ByronAndAllegraEraOnwards
- ByronToMaryEra
- MaryEraOnly

Delete functions:
- allegraEraOnwardsToByronAndAllegraOnwardsEra
- byronAndAllegraEraOnwardsConstraints
Expand All @@ -112,7 +118,7 @@

## 8.30.0.0

- Remove uses of `coerceKeyRole`, use asWitness when key role conversion is required
- Remove uses of `coerceKeyRole`, use asWitness when key role conversion is required
(feature, breaking)
[PR 341](https://github.com/input-output-hk/cardano-api/pull/341)

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.34.0.0
version: 8.34.1.0
synopsis: The cardano api
description: The cardano api.
category: Cardano,
Expand Down