From 6bade1266efd7fa42ae01b5d30dc891fb448cd5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20W=C3=B3jtowicz?= Date: Thu, 8 Aug 2024 11:09:55 +0200 Subject: [PATCH] changelog update --- ouroboros-network/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ouroboros-network/CHANGELOG.md b/ouroboros-network/CHANGELOG.md index 6a36378de5..7730b8b731 100644 --- a/ouroboros-network/CHANGELOG.md +++ b/ouroboros-network/CHANGELOG.md @@ -20,6 +20,9 @@ governors should use. Genesis may use two different sets of targets depending on ledger state, while Praos uses only one set. Either set once active is appropriately churned. +* `txSubmissionInbound` and `txSubmissionOutbound` take an additional callback + which expose CBOR-encoded transaction size as it is when transmitted over the + network. ### Non-Breaking changes