Skip to content

Commit 2632f78

Browse files
committed
update changelog
1 parent ab157de commit 2632f78

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

eras/alonzo/impl/CHANGELOG.md

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

33
## 1.14.0.0
44

5+
* Make `transValidityInterval` based on eras instead of protocol versions.
6+
* Remove `hardforkConwayTranslateUpperBoundForPlutusScripts` from `Cardano.Ledger.Alonzo.Era`.
7+
* Remove protocol version from arguments to `transValidityInterval`.
58
* Add `reqSignerHashesTxBodyG`
69
* Add `mkScriptIntegrity`
710
* Changed the type of `hashScriptIntegrity`
@@ -49,6 +52,7 @@
4952

5053
### `testlib`
5154

55+
* Move `transVITimeUpperBoundIsOpen` test to Conway.
5256
* Added `Examples` module with: `ledgerExamples`, `mkLedgerExamples`, `exampleTx`, `exampleDatum`, `exampleAlonzoGenesis`
5357
* Added `Twiddle` instances for Alonzo core types
5458
* Add `Arbitrary` instance for `LangDepView`

eras/conway/impl/CHANGELOG.md

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

33
## 1.20.0.0
44

5+
* Make `transValidityInterval` implicit to eras instead of protocol versions.
6+
* Implement `transValidityInterval` for Conway.
57
* Deprecate `PoolParams` in favor of `StakePoolState`. #5196
68
* Update `DRepPulser` and `RatifyEnv` to use `StakePoolState` instead of `PoolParams`.
79
* Better predicate failures for incorrect deposits and refunds.
@@ -87,6 +89,7 @@
8789

8890
### `testlib`
8991

92+
* Add `transVITimeUpperBoundIsOpen` test to `TxInfoSpec`.
9093
* Added `Examples` module with: `ledgerExamples`, `exampleConwayCerts`
9194
* Fix CDDL for `MultiAsset` in `TxOut` as well as the `Tx` mint field.
9295
* Add `mkConwayTestAccountState` and `conwayAccountsToUMap`

0 commit comments

Comments
 (0)