Skip to content

Commit e55ee00

Browse files
committed
Update CHANGELOG for new block Imp test functions
1 parent ee7a034 commit e55ee00

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

eras/shelley/impl/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,28 @@
4040

4141
### `testlib`
4242

43+
* Add:
44+
- `submitBlock_`
45+
- `submitBlock`
46+
- `submitFailingBlock`
47+
- `submitFailingBlockM`
48+
- `submitBlockNoFixup_`
49+
- `submitBlockNoFixup`
50+
- `submitFailingBlockNoFixup`
51+
- `submitFailingBlockNoFixupM`
52+
- `trySubmitBlock`
53+
- `trySubmitBlockNoFixup`
54+
- `withTxsInBlock_`
55+
- `withTxsInBlock`
56+
- `withTxsInFailingBlock`
57+
- `withTxsInFailingBlockM`
58+
* Remove `tryRunImpBBODY`
59+
* Add `simulateThenRestore_`
60+
* Change the type of `simulateThenRestore`
61+
* Add `Eq` instances for:
62+
- `AlonzoBbodyEvent`
63+
- `ShelleyBbodyEvent`
64+
- `ShelleyLedgersEvent`
4365
* Add `NFData` and `ToExpr` constraints and instances for:
4466
- `AlonzoBlockBody`
4567
- `AlonzoBbodyPredFailure`

0 commit comments

Comments
 (0)