Skip to content

Commit

Permalink
Add changelog entries and adjust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Sep 25, 2023
1 parent b7ad400 commit c6a86f5
Show file tree
Hide file tree
Showing 13 changed files with 72 additions and 5 deletions.
1 change: 1 addition & 0 deletions eras/allegra/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.2.3.0

* Add `ToExpr` instance for `AllegraTxBody`
* Add `EraTransition` instance.

## 1.2.2.0
Expand Down
2 changes: 1 addition & 1 deletion eras/allegra/impl/cardano-ledger-allegra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
bytestring,
cardano-crypto-class,
cardano-ledger-binary >=1.0,
cardano-ledger-core >=1.6.1 && <1.8,
cardano-ledger-core >=1.7 && <1.8,
cardano-ledger-shelley >=1.6.1 && <1.7,
cardano-strict-containers,
cardano-slotting,
Expand Down
21 changes: 21 additions & 0 deletions eras/alonzo/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## 1.4.2.0

* Add `ToExpr` instance for:
* `PlutusData`
* `Data`
* `BinaryData`
* `Datum`
* `AlonzoTx`
* `AlonzoTxBody`
* `AlonzoTxOut`
* `AlozoTxWits`
* `IsValid`
* `Addr28Extra`
* `DataHash32`
* `RdmrPtr`
* `Redeemers`
* Add `Generic` instance for :
* `AlonzoTxBody`
* `Redeemers`
* `TxDats`
* Add `upgradeData`, `upgradeRedeemers` and `upgradeTxDats`
* Add `TxUpgradeError` type to `EraTx`
* Add `AlonzoTxBodyUpgradeError`, `AlonzoTxUpgradeError`
* Add `toAlonzoTransitionConfigPairs` and `EraTransition` instance.
* Rename `alonzoGenesisAesonPairs` -> `toAlonzoGenesisPairs` for consistency.

Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library
cardano-ledger-allegra >=1.1,
cardano-crypto-class,
cardano-ledger-binary >=1.0.1,
cardano-ledger-core >=1.6.1 && <1.8,
cardano-ledger-core >=1.7 && <1.8,
cardano-ledger-mary >=1.1,
cardano-ledger-shelley ^>=1.6.1,
cardano-slotting,
Expand Down
5 changes: 5 additions & 0 deletions eras/babbage/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.4.5.0

* Add `ToExpr` instance for:
* `BabbageTxBody`
* `BabbageTxOut`
* Add `Generic` instance for `BabbageTxBody`
* Add `BabbageTxUpgradeError` and `BabbageTxBodyUpgradeError`
* Add `EraTransition` instance.

## 1.4.4.0
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
cardano-ledger-allegra >=1.1,
cardano-ledger-alonzo ^>=1.4.2,
cardano-ledger-binary >=1.0,
cardano-ledger-core >=1.6.1 && <1.8,
cardano-ledger-core >=1.7 && <1.8,
cardano-ledger-mary >=1.1,
cardano-ledger-shelley ^>=1.6,
cardano-slotting,
Expand Down
8 changes: 8 additions & 0 deletions eras/conway/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Version history for `cardano-ledger-conway`

## 1.9.0.0
* Add `ConwayEraPParams era` constraint to `isCommitteeVotingAllowed` and `votingCommitteeThreshold`
* Add `ToExpr` instance for:
* `Voter`
* `VotingProcedures`
* `VotingProcedure`
* `ProposalProcedure`
* `ConwayTxBody`
* Add `ConwayTxBodyUpgradeError`, `ConwayTxCertUpgradeError`
* Add to `Ratify`:
* `committeeAccepted`
* `committeeAcceptedRatio`
Expand Down
5 changes: 5 additions & 0 deletions eras/mary/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 1.3.4.0

* Add `ToExpr` instance for:
* `MaryTxBody`
* `CompactForm (MaryValue)`
* `CompactValue`
* Add `Generic` instance for `CompactValue`
* Add `EraTransition` instance.

## 1.3.3.0
Expand Down
2 changes: 1 addition & 1 deletion eras/mary/impl/cardano-ledger-mary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ library
cardano-data,
cardano-ledger-allegra >=1.1,
cardano-ledger-binary >=1.0,
cardano-ledger-core >=1.6.1 && <1.8,
cardano-ledger-core >=1.7 && <1.8,
cardano-ledger-shelley >=1.6.1 && <1.7,
containers,
deepseq,
Expand Down
7 changes: 7 additions & 0 deletions eras/shelley/impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## 1.6.1.0

* Add `ToExpr` instance for:
* `Update`
* `ShelleyTx`
* `ShelleyTxBody`
* `ShelleyTxWits`
* Add `Generic` instance for `ShelleyTx`
* Add `Memoized` instance for `ShelleyTx`
* Add lens `epochStateTreasuryL` #3748
* Introduce `Cardano.Ledger.Shelley.Transition` module with `EraTransition` interface.
* Deprecated `CanStartFromGenesis` interface in favor of `EraTransition`
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/impl/cardano-ledger-shelley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library
cardano-data >=1.0,
cardano-ledger-binary >=1.0,
cardano-ledger-byron,
cardano-ledger-core >=1.6.1 && <1.8,
cardano-ledger-core >=1.7 && <1.8,
cardano-slotting,
vector-map >=1.0,
containers,
Expand Down
4 changes: 4 additions & 0 deletions libs/cardano-ledger-binary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.1.3.0

* Add `ToExpr` instance for:
* `Sized`
* `SignedDSIGN`
* Add `Generic` instance for `CompactValue`
* Add `fieldGuarded` to be able to conditionally construct a `Field` #3712
* Expose `showDecoderError` from `Cardano.Ledger.Binary.Plain`

Expand Down
16 changes: 16 additions & 0 deletions libs/cardano-ledger-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## 1.7.0.0

* Require `ToExpr` for `EraTx` class
* Add `upgradeTx` function to `EraTx` class
* Require `ToExpr` for `EraTxBody` class
* Add `upgradeTxBody` function to `EraTxBody` class
* Require `ToExpr` for `EraTxWits` class
* Add `upgradeTxWits` function to `EraTxWits` class
* Add `ToExpr` instance to:
* `CompactAddr`
* `Withdrawals`
* `AuxiliaryDataHash`
* `VKey`
* `ChainCode`
* `BootstrapWitness`
* `WitVKey`
* Add `Generic` instance to `AuxiliaryDataHash`
* Add `vsNumDormantEpochs` to `VState` to track the number of contiguous epochs in which there were no governance proposals to vote on. #3729
* Add `fromEraShareCBOR`
* Remove redundant `DecCBOR` constraint in `eraDecoder`
Expand All @@ -13,6 +28,7 @@

### `testlib`

* Added `BinaryUpgradeOpts`
* Add `Arbitrary` instance for `DRepDistr`
* Move `Arbitrary` instance for `SnapShot` and `SnapShots` from `cardano-ledger-shelley:testlib`
* Add `Test.Cardano.Ledger.Core.Binary.RoundTrip` with:
Expand Down

0 comments on commit c6a86f5

Please sign in to comment.