Skip to content

Commit

Permalink
Updated CHANGELOG files
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 6, 2024
1 parent 3b8b5ca commit 363f7de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ouroboros-network-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

### Breaking changes

* connection-manager: maintain it's own source of randomness for `PrunePolicy`.
The types `PrunPolicy`, `ConnectionManagerArguments` changed.
* server accepts a callback which receives an `STM` action allowing to observe
public part of `InboundGovernorState`. The refactorisation changed how
exceptions are propagated through from the threads run by the server to the
main thread. `InboundGovernorObservableState` was replaced with
`PublicInboundGovernorState`.
* removed the outbound information channel between the connection manager
& outbound governor; the outbound governor now can use the
`PublichInboundGovernorState`.
* Added `serverDebugInboundGovernor` tracer was added to `ServerArguments`.

### Non-breaking changes

## 0.12.0.0 -- 2024-03-15
Expand Down
7 changes: 7 additions & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
consensus and is propagated all the way to the peer selection governor.
* Added `AssociationMode` and `LedgerStateJudgement` to `DebugPeerSelectionState`.
Both should be exposed through `EKG` counters by the node.
* Removed `TraceKnownInboundConnection` and replaced it with
`TracePickInboundPeers` message in the peer selection tracer.
* Adapted to changes in `ouroboros-network-framework`, in particular the
outbound governor is using `PublicInboundGovernorState` to implemented light
peer sharing.

### Non-Breaking changes

Expand All @@ -28,6 +33,8 @@
* Reduce public root retry timer.
* Don't classify a config file with publicRoot/bootstrapPeers IP addresss only
as a DNS error.
* Renamed `fuzzRnd` to `stdGen` in `PeerSelectionState`
* split `stdGen` in `PeerSelection.Governor.wakeupAction`

## 0.14.0.0 -- 2024-04-04

Expand Down

0 comments on commit 363f7de

Please sign in to comment.