From a94db0a8f72f2248abb7d2737c87d0bbf311f396 Mon Sep 17 00:00:00 2001 From: mmontin Date: Wed, 10 Jul 2024 16:32:39 +0200 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ad3352..f1a349d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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