Skip to content

Commit 47f1609

Browse files
committed
Changelog
1 parent 669b2a0 commit 47f1609

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

eras/babbage/impl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.13.0.0
44

5+
* Add `babbageUtxoTests`
56
* Remove deprecated functions `txOutData`, `txOutDataHash`, `txOutScript`
67
* Remove deprecated type `Babbage`
78
* Removed deprecated accessor functions:

eras/conway/impl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.21.0.0
44

5+
* Re-export `UtxoEnv` from `Cardano.Ledger.Conway.Rules.Utxo`
56
* Change the field type of `ConwayIncompleteWithdrawals` to `Map RewardAccount (Mismatch RelEQ Coin)`
67
* Make `ConwayAccountState` a pattern synonym
78
* Remove deprecated type `Conway`

eras/dijkstra/impl/CHANGELOG.md

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

33
## 0.2.0.0
44

5+
* Add `DijkstraUtxoPredFailure`
6+
* Add `DijkstraUTXO`
57
* Add `DijkstraContextError`
68
* Add `dtbSubTransactions` to `TxBody`
79
* Add `subTransactionsTxBodyL` method to `DijkstraEraTxBody` class
@@ -20,6 +22,7 @@
2022

2123
### `testlib`
2224

25+
* Add `Arbitrary` and `ToExpr` instances to `DijkstraUtxoPredFailure`
2326
* Remove CDDL `certificate` redefinition to reuse from conway.
2427
* Add CDDL exports for `plutus_v4_script`, `dijkstra_native_script`, `script_require_guard`
2528
* Remove CDDL `protocol_version` redefinition

eras/shelley/impl/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
### `testlib`
4343

44+
* Change the monad in `freshKeyAddr` and `freshKeyAddr_` to `ImpTestM era`
4445
* Renamed `impLastTick` to `impCurSlotNo` and `impLastTickG` to `impCurSlotNoG`
4546
* Add CDDL certificate definitions: `account_registration_cert`, `account_unregistration_cert`, `delegation_to_stake_pool_cert`
4647
* Add CDDL pool certificate definitions via `mkPoolRules`: `pool_registration_cert`, `pool_retirement_cert`

0 commit comments

Comments
 (0)