We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994605f commit fa2b2b1Copy full SHA for fa2b2b1
eras/shelley/impl/CHANGELOG.md
@@ -33,6 +33,20 @@
33
34
### `testlib`
35
36
+* Added:
37
+ - `submitBlock_`
38
+ - `submitBlock`
39
+ - `submitFailingBlock`
40
+ - `submitFailingBlockM`
41
+ - `trySubmitBlock`
42
+ - `withTxsInBlock_`
43
+ - `withTxsInBlock`
44
+ - `withTxsInFailingBlock`
45
+ - `withTxsInFailingBlockM`
46
+ - `impTxsFrom`
47
+ - `impSTSEventsFrom`
48
+* Changed type of `ImpTestState.impEvents` field
49
+* Added `ImpTestState.impRecordTxs` field
50
* Rename `multisig_script` -> `shelley_native_script` in CDDL
51
* Move `script_hash` to core CDDL
52
* Move `transaction_metadatum_label`, `transaction_metadatum`, `transaction_index` and `metadata_hash` to core CDDL
0 commit comments