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..bfa299809b --- /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`. 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..43052fd09d --- /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