From 62605adb4ff0ec6fc7f69abae34f42b5551d7b79 Mon Sep 17 00:00:00 2001 From: Alexander Esgen Date: Wed, 7 Aug 2024 10:05:31 +0200 Subject: [PATCH] Add changelog fragments --- .../20240807_100458_alexander.esgen_milestone_1.md | 3 +++ .../20240807_095933_alexander.esgen_milestone_1.md | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 ouroboros-consensus-diffusion/changelog.d/20240807_100458_alexander.esgen_milestone_1.md create mode 100644 ouroboros-consensus/changelog.d/20240807_095933_alexander.esgen_milestone_1.md diff --git a/ouroboros-consensus-diffusion/changelog.d/20240807_100458_alexander.esgen_milestone_1.md b/ouroboros-consensus-diffusion/changelog.d/20240807_100458_alexander.esgen_milestone_1.md new file mode 100644 index 0000000000..05f1db55a7 --- /dev/null +++ b/ouroboros-consensus-diffusion/changelog.d/20240807_100458_alexander.esgen_milestone_1.md @@ -0,0 +1,3 @@ +### Breaking + +- Adapted to Genesis-related changes in `ouroboros-consensus` ([#1179](https://github.com/IntersectMBO/ouroboros-consensus/pull/1179)). diff --git a/ouroboros-consensus/changelog.d/20240807_095933_alexander.esgen_milestone_1.md b/ouroboros-consensus/changelog.d/20240807_095933_alexander.esgen_milestone_1.md new file mode 100644 index 0000000000..bca96bf61b --- /dev/null +++ b/ouroboros-consensus/changelog.d/20240807_095933_alexander.esgen_milestone_1.md @@ -0,0 +1,11 @@ +### Breaking + +- Integrated new bulk sync BlockFetch logic. + +- CSJ: implemented rotation of dynamos. + +- ChainDB: let the BlockFetch client add blocks asynchronously + +- GDD: added rate limit + +- Tweaked certain edge cases in the GDD and ChainSync client ([#1179](https://github.com/IntersectMBO/ouroboros-consensus/pull/1179))