Skip to content

Commit

Permalink
Address #4782
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 authored and crocodile-dentist committed Mar 7, 2024
1 parent 28aedfe commit 0d595aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ouroboros-network/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
* Removed `computePeers` callback in `daApplicationInitiatorAndResponderMode`.
* Changed `peerSharingServer` to require `PeerSharingAPI`.

* Removed `computePeers` callback in `daApplicationInitiatorAndResponderMode`.
* Changed `peerSharingServer` to require `PeerSharingAPI`.

### Non-breaking changes

* Limit the rate at which one can discover peers through peersharing.
Expand Down Expand Up @@ -76,6 +79,10 @@

* Implemented Churn for bootstrap peers

* Refactored `computePeerSharingPeers` and moved it to
`Ouroboros.Network.Peersharing`
* Added `PeerSharingAPI` with all the things necessary to run peer sharing.

## 0.11.0.0 -- 2023-01-22

### Breaking changes
Expand Down

0 comments on commit 0d595aa

Please sign in to comment.