Skip to content

Commit

Permalink
Merge pull request #727 from IntersectMBO/neilmayhew/plutus-downgrade
Browse files Browse the repository at this point in the history
Downgrade plutus version to 1.37
  • Loading branch information
smelc authored Jan 15, 2025
2 parents bbe5077 + 0655972 commit 9a2533a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
6 changes: 6 additions & 0 deletions cardano-api-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-api-gen

## 10.1.0.0

- Export genTxOutByron
(compatible)
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)

## 9.0.0.0

- Deprecate `valueFromList` and valueToList. Add `IsList Value` instance.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api-gen/cardano-api-gen.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-api-gen
version: 10.0.0.0
version: 10.1.0.0
synopsis: Generators for the cardano api
description: Generators for the cardano api.
category:
Expand Down
22 changes: 22 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog for cardano-api

## 10.6.0.0

- Added schema checking functionality for DRep registration, DRep update, and GovAction metadata, based on CIP-0100, CIP-0108, and CIP-0119. Also add functionality to check whether a certificate is for DRep registration or updating.
(feature, compatible, test)
[PR 713](https://github.com/IntersectMBO/cardano-api/pull/713)

- Added `GetBigLedgerPeerSnapshot` block query
(breaking)
[PR 521](https://github.com/IntersectMBO/cardano-api/pull/521)

- Add certificates support in `createCompatibleSignedTx`.
(feature, breaking)
[PR 691](https://github.com/IntersectMBO/cardano-api/pull/691)

- Integrate `typed-protocols`, `ouroboros-network`, `cardano-ledger` and `ouroboros-consensus`
(breaking, feature)
[PR 687](https://github.com/IntersectMBO/cardano-api/pull/687)

- Export genTxOutByron
(compatible)
[PR 703](https://github.com/IntersectMBO/cardano-api/pull/703)

## 10.5.0.0

- Don't export the ledger's `coerceKeyRole` function anymore, export RewardAccount
Expand Down
6 changes: 3 additions & 3 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-api
version: 10.5.0.0
version: 10.6.0.0
synopsis: The cardano API
description: The cardano API.
category:
Expand Down Expand Up @@ -216,7 +216,7 @@ library internal
ouroboros-network-framework,
ouroboros-network-protocols,
parsec,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.38,
plutus-ledger-api:{plutus-ledger-api, plutus-ledger-api-testlib} ^>=1.37,
prettyprinter,
prettyprinter-ansi-terminal,
prettyprinter-configurable ^>=1.36,
Expand Down Expand Up @@ -417,7 +417,7 @@ test-suite cardano-api-golden
hedgehog-extras ^>=0.7,
microlens,
parsec,
plutus-core ^>=1.38,
plutus-core ^>=1.37,
plutus-ledger-api,
tasty,
tasty-hedgehog,
Expand Down

0 comments on commit 9a2533a

Please sign in to comment.