File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
7
+ ### Removed
8
+
9
+ ### Changed
10
+
11
+ ### Fixed
12
+
13
+ ## [[ 5.0.0]] ( https://github.com/tweag/cooked-validators/releases/tag/v5.0.0 ) - 2024-06-28
14
+
15
+ ### Added
16
+
7
17
- ` quickCurrencyPolicyV3 ` and ` permanentCurrencyPolicyV3 ` which should be the
8
18
most commonly used.
9
19
- All kinds of scripts can now be used as reference scripts.
61
71
- ` txSkelInputData ` changed to ` txSkelInputDataAsHashes `
62
72
- Pretty printing of hashed datum now includes the hash (and not only the
63
73
resolved datum).
64
- - Dependency to cardano-api bumped to 8.46.
65
74
- Logging has been reworked:
66
75
* it is no longer limited to ` StagedMockChain ` runs
67
76
* it is now a component of ` MonadBlockChainBalancing `
76
85
` Output.hs ` .
77
86
- File ` Skeleton.hs ` has been split into sub-files in the ` Skeleton ` folder.
78
87
- Default language extensions and compilation options have been updated.
88
+ - Transaction generation now directly lives in ` MonadMockChainBalancing ` .
89
+ - Initial distributions are now handled as a first action in the ` MockChain ` .
79
90
80
91
### Fixed
81
92
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 3.4
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : cooked-validators
8
- version : 4 .0.0
8
+ version : 5 .0.0
9
9
license : MIT
10
10
license-file : LICENSE
11
11
build-type : Simple
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ verbatim:
2
2
cabal-version : 3.4
3
3
4
4
name : cooked-validators
5
- version : 4 .0.0
5
+ version : 5 .0.0
6
6
7
7
dependencies :
8
8
- QuickCheck
You can’t perform that action at this time.
0 commit comments