-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
122ab88
commit 62605ad
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...-consensus-diffusion/changelog.d/20240807_100458_alexander.esgen_milestone_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
### Breaking | ||
|
||
- Adapted to Genesis-related changes in `ouroboros-consensus` ([#1179](https://github.com/IntersectMBO/ouroboros-consensus/pull/1179)). |
11 changes: 11 additions & 0 deletions
11
ouroboros-consensus/changelog.d/20240807_095933_alexander.esgen_milestone_1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |