Skip to content

Commit dc2eb0f

Browse files
committed
Update CHANGELOG files
1 parent 3bb6e6e commit dc2eb0f

File tree

5 files changed

+17
-0
lines changed

5 files changed

+17
-0
lines changed

eras/alonzo/impl/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 1.14.0.0
44

5+
* Added to `PParams`: `ppCollateralPercentage`,`ppCostModels`,`ppMaxBlockExUnits`,`ppMaxCollateralInputs`,`ppMaxTxExUnits`,`ppMaxValSize`,`ppPrices`
6+
* Removed `alonzoCommonPParamsHKDPairs` from `PParams`
7+
* Added error-throwing `ToPlutusData` instance for `CoinPerWord`
58
* Add `supportedLanguages` to `EraPlutusContext`
69
* Add `SupportedLanguage`, `mkSupportedBinaryPlutusScript` and `mkSupportedPlutusScript`.
710
* Deprecate `inputs'`, `collateral'`, `outputs'`, `certs'`, `withdrawals'`, `txfee'`,

eras/babbage/impl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.12.0.0
44

5+
* Added `ppCoinsPerUTxOByte` to `PParams`
6+
* Removed `babbagePParamsHKDPairs` and `babbageCommonPParamsHKDPairs` from `PParams`
57
* Remove `BabbageTxBody`
68
* Removed `era` parameter from `BabbageTxBodyRaw`
79
* Move `Annotator` instances to `testlib`

eras/conway/impl/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.20.0.0
44

5+
* Added to `PParams`: `ppCommitteeMaxTermLength`,`ppCommitteeMinSize`,`ppDRepActivity`,`ppDRepDeposit`,`ppDRepVotingThresholds`,`ppGovActionDeposit`,`ppGovActionLifetime`,`ppGovProtocolVersion`,`ppMinFeeRefScriptCostPerByte`,`ppPoolVotingThresholds`
6+
* Moved `ConwayEraPlutusTxInfo` class from `Context` module to `TxInfo`
7+
* Removed `Cardano.Ledger.Conway.Plutus.Context` module
8+
* Moved orphan `ToPlutusData` instance for `PParamsUpdate` from `TxInfo` to `PParams`
59
* Bump `ProtVerHigh ConwayEra` to `11`
610
* Remove `ConwayTxBody`
711
* Removed `era` parameter from `ConwayTxBodyRaw`

eras/shelley/impl/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 1.17.0.0
44

5+
* Added to `PParams`: `shelleyPParams`, `ppA0`,`ppD`,`ppEMax`,`ppExtraEntropy`,`ppMaxBBSize`,`ppKeyDeposit`,`ppMinFeeA`,`ppMinFeeB`,`ppMinPoolCost` `ppMaxBHSize`,`ppMaxTxSize`,`ppNOpt`,`ppProtocolVersion`,`ppPoolDeposit`,`ppRho`,`ppTau`
6+
* Removed from `PParams`: `shelleyCommonPParamsHKDPairs`,`shelleyCommonPParamsHKDPairsV6`,`shelleyCommonPParamsHKDPairsV8`
57
* Replace export from `Cardano.Ledger.Shelley.UTxO` of deprecated `balance` and `coinBalance` with `sumUTxO` and `sumCoinUTxO` respectively
68
* Remove `ShelleyTxBody`
79
* Removed `era` parameter from `ShelleyTxBodyRaw`

libs/cardano-ledger-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## 1.18.0.0
44

5+
* Removed constraints from `EraPParams` for both `PParamsHKD Identity era` and `PParamsHKD StrictMaybe era`: `EncCBOR`, `DecCBOR`, `ToCBOR`, `FromCBOR`, `ToJSON`, `FromJSON`
6+
* Added `eraPParams` to `EraPParams`
7+
* Added `jsonPairsPParams` and `jsonPairsPParamsUpdate` to `EraPParams` along with their implementation
8+
* Replaced positional `PParam` constructor with a record-style constructor and added constraints on t: `DecCBOR`, `EncCBOR`, `FromJSON`, `ToJSON`
9+
* Added `PParamUpdate`
10+
* Added error-throwing `ToPlutusData` instance for `Nonce`
511
* Rename `ppLens` and `ppuLens` to `ppLensHKD` and `ppuLensHKD`, respectively
612
* Add `sumUTxO` and `sumCoinUTxO`
713
* Deprecate `balance` and `coinBalance` in favor of `sumUTxO` and `sumCoinUTxO`

0 commit comments

Comments
 (0)