Skip to content

Commit 06feee9

Browse files
Merge pull request #1168 from input-output-hk/lc/plutus-1.15
plutus: 1.9 -> 1.15.0.1, cardano-api: 8.20 -> 8.29.1
2 parents b2dc5a0 + 03c185b commit 06feee9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+22452
-17902
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
As a minor extension, we also keep a semantic version for the `UNRELEASED`
99
changes.
1010

11+
## [0.15.0] - UNRELEASEd
12+
13+
- **BREAKING** Internal changes to `hydra-cardano-api`:
14+
- Renamed `HasMultiAsset` type class to `IsMaryEraOnwards`. Use
15+
`maryEraOnwards` to produce witnesses for features from mary onwards.
16+
- Renamed `HasScriptData` type class to `IsAlonzoEraOnwards`. Use
17+
`alonzoEraOnwards` to produce witnesses for features from alonzo onwards.
18+
- Renamed `HasInlineDatums` type class to `IsBabbageEraOnwards`. Use
19+
`babbageEraOnwards` to produce witnesses for features from babbage onwards.
20+
1121
## [0.14.0] - 2023-12-04
1222

1323
- **BREAKING** Multiple changes to the Hydra Head protocol on-chain:

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repository cardano-haskell-packages
1212

1313
-- See CONTRIBUTING.md for information about when and how to update these.
1414
index-state:
15-
, hackage.haskell.org 2023-10-20T06:54:18Z
16-
, cardano-haskell-packages 2023-10-20T16:16:59Z
15+
, hackage.haskell.org 2023-12-06T15:07:04Z
16+
, cardano-haskell-packages 2023-12-04T19:04:02Z
1717

1818
packages:
1919
hydra-prelude

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hydra-cardano-api/hydra-cardano-api.cabal

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: hydra-cardano-api
3-
version: 0.14.0
3+
version: 0.15.0
44
synopsis: A Haskell API for Cardano, tailored to the Hydra project.
55
author: IOG
66
copyright: 2022 IOG
@@ -44,6 +44,8 @@ library
4444
Hydra.Cardano.Api
4545
Hydra.Cardano.Api.Address
4646
Hydra.Cardano.Api.AddressInEra
47+
Hydra.Cardano.Api.AlonzoEraOnwards
48+
Hydra.Cardano.Api.BabbageEraOnwards
4749
Hydra.Cardano.Api.BlockHeader
4850
Hydra.Cardano.Api.ChainPoint
4951
Hydra.Cardano.Api.CtxTx
@@ -52,17 +54,15 @@ library
5254
Hydra.Cardano.Api.Hash
5355
Hydra.Cardano.Api.KeyWitness
5456
Hydra.Cardano.Api.Lovelace
55-
Hydra.Cardano.Api.MultiAssetSupportedInEra
57+
Hydra.Cardano.Api.MaryEraOnwards
5658
Hydra.Cardano.Api.Network
5759
Hydra.Cardano.Api.NetworkId
5860
Hydra.Cardano.Api.PlutusScript
5961
Hydra.Cardano.Api.PolicyId
6062
Hydra.Cardano.Api.Prelude
6163
Hydra.Cardano.Api.Pretty
6264
Hydra.Cardano.Api.ReferenceScript
63-
Hydra.Cardano.Api.ReferenceTxInsScriptsInlineDatumsSupportedInEra
6465
Hydra.Cardano.Api.ScriptData
65-
Hydra.Cardano.Api.ScriptDataSupportedInEra
6666
Hydra.Cardano.Api.ScriptDatum
6767
Hydra.Cardano.Api.ScriptHash
6868
Hydra.Cardano.Api.ScriptLanguageInEra
@@ -87,20 +87,20 @@ library
8787
, base >=4.16
8888
, base16-bytestring
8989
, bytestring
90-
, cardano-api >=8.20.0 && <8.21
91-
, cardano-binary >=1.7.0 && <1.8
92-
, cardano-crypto-class >=2.1.1 && <2.2
93-
, cardano-ledger-allegra >=1.2.1 && <1.3
94-
, cardano-ledger-alonzo >=1.4 && <1.5
95-
, cardano-ledger-api >=1.5 && <1.6
96-
, cardano-ledger-babbage >=1.4.2 && <1.5
97-
, cardano-ledger-binary >=1.1.1 && <1.2
98-
, cardano-ledger-byron >=1.0.0 && <1.1
99-
, cardano-ledger-core >=1.6 && <1.7
100-
, cardano-ledger-mary >=1.3.1 && <1.4
101-
, cardano-ledger-shelley >=1.6 && <1.7
90+
, cardano-api >=8.29.1 && <8.30
91+
, cardano-binary >=1.7.0 && <1.8
92+
, cardano-crypto-class >=2.1.1 && <2.2
93+
, cardano-ledger-allegra >=1.2.1 && <1.3
94+
, cardano-ledger-alonzo >=1.5 && <1.6
95+
, cardano-ledger-api >=1.7 && <1.8
96+
, cardano-ledger-babbage >=1.5 && <1.6
97+
, cardano-ledger-binary >=1.2 && <1.3
98+
, cardano-ledger-byron >=1.0.0 && <1.1
99+
, cardano-ledger-core >=1.8 && <1.9
100+
, cardano-ledger-mary >=1.3.1 && <1.4
101+
, cardano-ledger-shelley >=1.7 && <1.8
102102
, containers
103-
, plutus-ledger-api >=1.9.0 && <1.10
103+
, plutus-ledger-api >=1.15.0.1 && <1.16
104104
, QuickCheck
105105
, serialise
106106
, text >=2

0 commit comments

Comments
 (0)