Skip to content

Commit a55347a

Browse files
committed
Changelog
1 parent 734d2b0 commit a55347a

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 `requiredTopLevelGuardsDijkstraTxBodyRawL`
68
* Add `dstbRequiredTopLevelGuards` to `TxBody`
79
* Add `dstbrRequiredTopLevelGuards` to `DijkstraSubTxBodyRaw`
@@ -24,6 +26,7 @@
2426

2527
### `testlib`
2628

29+
* Add `Arbitrary` and `ToExpr` instances to `DijkstraUtxoPredFailure`
2730
* Remove CDDL `certificate` redefinition to reuse from conway.
2831
* Add CDDL exports for `plutus_v4_script`, `dijkstra_native_script`, `script_require_guard`
2932
* 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)