Skip to content

Commit 6f493ea

Browse files
Add changelog fragments
1 parent 14c5607 commit 6f493ea

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
- Moved `timeLimitsChainSync` from `Ouroboros.Network.Protocol.ChainSync.Codec` to `Cardano.Network.Protocol.ChainSync.Codec.TimeLimits`.
11+
- Added parameter `PeerTrustable` to `timeLimitsChainSync`.
12+
- Changed timeout behavior: No timeout when peer is trusted and ChainSync state is `StNext StMustReply`.
13+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
For top level release notes, leave all the headers commented out.
6+
-->
7+
8+
### Breaking
9+
10+
- Bumped `minChainSyncTimeout` to `601`.
11+
- Bumped `maxChainSyncTimeout` to `911`.
12+
- Moved `timeLimitsChainSync` from `Ouroboros.Network.Protocol.ChainSync.Codec` to `Cardano.Network.Protocol.ChainSync.Codec.TimeLimits`.
13+
- Added type variable `extraFlag` to `HandleWithExpandedCtx`.
14+
- Added type variable `extraFlag` to `ConnectionManagerWithExpandedCtx`.
15+
- Added type variable `extraFlag` to `ExpandedInitiatorContext`.
16+
- Added type variable `extraFlag` to `OuroborosBundleWithExpandedCtx`.
17+
- Added type variable `extraFlag` to `MiniProtocolWithExpandedCtx`.
18+
- Added type variable `extraFlag` to `RunMiniProtocolWithExpandedCtx`.
19+
- Added type variable `extraFlag` to `Applications`.
20+
- Added type variable `extraFlag` to `NodeToNodeHandle`.
21+
- Added type variable `extraFlag` to `NodeToNodeConnectionManager`.
22+
- Added type variable `extraFlag` to `NodeToNodePeerConnectionHandle`.
23+
- Added type variable `extraFlag` to `PeerStateActions`.
24+
- Added type variable `extraFlag` to `ApplicationHandle`.
25+
- Added type variable `extraFlag` to `PeerConnectionHandle`.
26+
- Added type variable `extraFlag` to `PeerStateActionsArguments`.
27+
- Added parameter `extraFlags` to `PeerSelection.Governor.ActivePeers.belowTarget`.
28+
- Added parameter `extraFlags` to `PeerSelection.Governor.ActivePeers.jobPromoteWarmPeer`.
29+
- Added parameter `extraFlags` to `PeerSelection.Governor.EstablishedPeers.belowTarget`.
30+
- Added parameter `extraFlags` to `PeerSelection.Governor.EstablishedPeers.jobPromoteColdPeer`.
31+
- Added parameter `extraFlags` to `PeerStateActions.establishPeerConnection`.
32+
- Added parameter `extraFlags` to `PeerStateActions.activatePeerConnection`.
33+
34+
### Non-Breaking
35+
36+
- Added field `eicExtraFlags` to `ExpandedInitiatorContext`.
37+
- Added field `defaultExtraFlags` to `PeerSelectionGovernorArgs`.

0 commit comments

Comments
 (0)