Skip to content

Commit

Permalink
Update changelogs for ChainSync.InFutureCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrisby committed Nov 29, 2023
1 parent 5071ce6 commit cb6ba32
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
@@ -0,0 +1,23 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->

### Breaking

- Integrate the new `InFutureCheck` in the ChainSync client, which requires new
fields in `NodeKernalArgs`.
@@ -0,0 +1,24 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Patch
- A bullet item for the Patch category.
-->
<!--
### Non-Breaking
- A bullet item for the Non-Breaking category.
-->
### Breaking

- Added a new `InFutureCheck` to the ChainSync client, which requires
additional arguments to the 'chainSyncClient' definition. The node no longer
propagates headers/blocks from the future: a ChainSync client thread now
sleeps until the received header is no longer from the future.

0 comments on commit cb6ba32

Please sign in to comment.