Skip to content

Commit

Permalink
CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontin committed Jul 10, 2024
1 parent 73d8ab2 commit a94db0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
- `toInitDistWithMinAda` and `unsafeToInitDistWithMinAda` to ensure the initial
distribution only provides outputs with the required minimal ada based on
default parameters.

- PrettyCooked option `pcOptLog`, which is a boolean, to turn on or off the log
display in the pretty printer. The default value is `True`.

### Removed

- `positivePart` and `negativePart` in `ValueUtils.hs`. Replaced by `Api.split`.
- Redundant logging of errors in mockchain runs.

### Changed

Expand All @@ -22,6 +25,11 @@
constructors: `txSkelSomeRedeemer`, `txSkelEmptyRedeemer`,
`txSkelSomeRedeemerAndReferenceScript`,
`txSkelEmptyRedeemerAndReferenceScript`.
- Logging has been reworked:
* it is no longer limited to `StagedMockChain` runs
* it is now a component of `MonadBlockChainBalancing`
* it can be turned on/off in skeleton options
* it now displays the discarding of utxos during balancing.

### Fixed

Expand Down

0 comments on commit a94db0a

Please sign in to comment.