Skip to content

Commit

Permalink
ouroboros-network: updated CHANGELOG.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 7, 2024
1 parent 66756a6 commit ac9d1dd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
* Adapted to changes in `ouroboros-network-framework`, in particular the
outbound governor is using `PublicInboundGovernorState` to implemented light
peer sharing.
* Changed `PeerSelectionCounters` which provides sizes of active / established
/ known sets, and added `PeerSelectionCountersHWC` which provides sizes of
hot / warm / cold sets. The counters cover more groups including: all peers,
big ledger peers, bootstrap peers, local roots and shared peers.
* Added `dtTraceChurnCounters` to `Ouroboros.Network.Diffusion.P2P.TracersExtra`.
* Added `PeerSelectionView` and `PeerSelectionCounters` (now a pattern synonym)
which provides sets or sizes of active / established / known sets, and added
`PeerSelectionCountersHWC` which provides sizes of hot / warm / cold sets.
The counters cover more groups including: all peers, big ledger peers,
bootstrap peers, local roots and shared peers.
* `emptyPeerSelectionState` doesn't take targets of local roots.

### Non-Breaking changes

Expand All @@ -25,6 +28,8 @@
as a DNS error.
* Improved Churn governor by synchronizing according to the counters instead
of relying on `threadDelay`.
* Added `TraceChurnAction` and `TraceChurnTimeout` trace points of `TracePeerSelection`.
* Added `HasCallStack` to functions which call `pickPeers`.

## 0.14.0.0 -- 2024-04-04

Expand Down

0 comments on commit ac9d1dd

Please sign in to comment.