Skip to content

Commit 35de79f

Browse files
authoredMar 19, 2025··
Merge branch 'main' into update-to-cardano-api-10.3
2 parents 4674c0d + 9cb8081 commit 35de79f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed
 

‎CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
### Added
66

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+
717
- `quickCurrencyPolicyV3` and `permanentCurrencyPolicyV3` which should be the
818
most commonly used.
919
- All kinds of scripts can now be used as reference scripts.
@@ -61,7 +71,6 @@
6171
- `txSkelInputData` changed to `txSkelInputDataAsHashes`
6272
- Pretty printing of hashed datum now includes the hash (and not only the
6373
resolved datum).
64-
- Dependency to cardano-api bumped to 8.46.
6574
- Logging has been reworked:
6675
* it is no longer limited to `StagedMockChain` runs
6776
* it is now a component of `MonadBlockChainBalancing`
@@ -76,6 +85,8 @@
7685
`Output.hs`.
7786
- File `Skeleton.hs` has been split into sub-files in the `Skeleton` folder.
7887
- 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`.
7990

8091
### Fixed
8192

‎cooked-validators.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 3.4
55
-- see: https://github.com/sol/hpack
66

77
name: cooked-validators
8-
version: 4.0.0
8+
version: 5.0.0
99
license: MIT
1010
license-file: LICENSE
1111
build-type: Simple

‎package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ verbatim:
22
cabal-version: 3.4
33

44
name: cooked-validators
5-
version: 4.0.0
5+
version: 5.0.0
66

77
dependencies:
88
- QuickCheck

0 commit comments

Comments
 (0)
Please sign in to comment.