Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PeerSharingAPI fix, ouroboros-network-0.14.0.0 #4842

Merged
merged 6 commits into from
Apr 4, 2024

Conversation

coot
Copy link
Contributor

@coot coot commented Apr 4, 2024

Description

Release ouroboros-network-0.14 with #4841.

  • ouroboros-network: public peer selection state
  • ouroboros-newtork: style changes
  • ouroboros-network: sim-tests-lib on Windows
  • ouroboros-network: PeerSharing unit test
  • ouroboros-network: added changelog entry

Checklist

  • Branch
    • Updated changelog files.
    • Commit sequence broadly makes sense
    • Commits have useful messages
    • The documentation has been properly updated
    • New tests are added if needed and existing tests are updated
    • If serialization changes, user-facing consequences (e.g. replay from genesis) are confirmed to be intentional.
  • Pull Request
    • Self-reviewed the diff
    • Useful pull request description at least containing the following information:
      • What does this PR change?
      • Why these changes were needed?
      • How does this affect downstream repositories and/or end-users?
      • Which ticket does this PR close (if any)? If it does, is it linked?
    • Reviewer requested

coot added 5 commits April 4, 2024 17:32
Public peer selection state should be passed through
`Diffusion.Arguments` rather than created inside diffusion because we
need it to create some of the applications (e.g. peer sharing), which
are instantiated in `ouroboros-consensus`.
We don't need to limit the simulation tests on Windows, since we don't
run them on Windows in CI.
@coot coot requested a review from a team as a code owner April 4, 2024 16:20
@coot coot requested a review from karknu April 4, 2024 16:24
@coot coot self-assigned this Apr 4, 2024
@coot coot added the peer-sharing Issues / PRs related to peer sharing label Apr 4, 2024
@coot coot changed the title coot/peerSharingAPI fix 0.14 peerSharingAPI fix, ouroboros-network-0.14.0.0 Apr 4, 2024
@coot coot changed the title peerSharingAPI fix, ouroboros-network-0.14.0.0 PeerSharingAPI fix, ouroboros-network-0.14.0.0 Apr 4, 2024
@coot coot force-pushed the coot/peerSharingAPI-fix-0.14 branch from 33f2f93 to 1afc560 Compare April 4, 2024 17:07
Copy link
Contributor

@karknu karknu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@coot coot merged commit 8f71125 into release/ouroboros-network-0.14.x Apr 4, 2024
12 of 13 checks passed
@coot coot deleted the coot/peerSharingAPI-fix-0.14 branch April 4, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
peer-sharing Issues / PRs related to peer sharing
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants