Skip to content

Commit db094ad

Browse files
committed
Update changelogs for ChainSync.InFutureCheck
1 parent c8bf0c1 commit db094ad

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
-->
6+
7+
<!--
8+
### Patch
9+
10+
- A bullet item for the Patch category.
11+
12+
-->
13+
<!--
14+
### Non-Breaking
15+
16+
- A bullet item for the Non-Breaking category.
17+
18+
-->
19+
20+
### Breaking
21+
22+
- Integrate the new `InFutureCheck` in the ChainSync client, which requires new
23+
fields in `NodeKernalArgs`.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
-->
6+
7+
<!--
8+
### Patch
9+
10+
- A bullet item for the Patch category.
11+
12+
-->
13+
<!--
14+
### Non-Breaking
15+
16+
- A bullet item for the Non-Breaking category.
17+
18+
-->
19+
### Breaking
20+
21+
- Added a new `InFutureCheck` to the ChainSync client, which requires
22+
additional arguments to the 'chainSyncClient' definition. The node no longer
23+
propagates headers/blocks from the future: a ChainSync client thread now
24+
sleeps until the received header is no longer from the future.

0 commit comments

Comments
 (0)