From 29a008fb91fec27229d8ede46e20486a60aaf0e0 Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Wed, 7 Aug 2024 16:43:45 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f610fb8e5b4..8420b97459d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,10 @@ changes. ## [0.18.0] - Unreleased -- **DO NOT RELEASE** as the tested `cardano-node` version is not intended to be used on `mainnet` yet. - - Tested with `cardano-node 9.1.0` and `cardano-cli 9.2.1.0`. +- Fixed fee calculation of the internal wallet when the network switches to `Conway`. This allows heads to be opened in `Babbage` and closed/finalized in `Conway`. + - **BREAKING** Changes to the `hydra-node` API `/commit` endpoint [#1463](https://github.com/cardano-scaling/hydra/pull/1463): - Removed the check that prevented committing UTxOs from an internal `hydra-node` wallet. - `SpendingNodeUtxoForbidden` error was removed.