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

Kickstart all established mini-protocols #5043

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Kickstart all established mini-protocols #5043

wants to merge 1 commit into from

Conversation

karknu
Copy link
Contributor

@karknu karknu commented Jan 16, 2025

Description

It was possible to run only for example TX-submission or Chainsync over a node2node bearer. This meant that without the KeepAlive protocol active connections could be left dangling.

This commit changes it so that if any protocol is started all established miniprotocols are started too.

Checklist

Quality

  • Commit sequence makes sense and have useful messages, see ref.
  • New tests are added and existing tests are updated.
  • Self-reviewed the PR.

Maintenance

  • Linked an issue or added the PR to the current sprint of ouroboros-network project.
  • Added labels.
  • Updated changelog files.
  • The documentation has been properly updated, see ref.

@karknu
Copy link
Contributor Author

karknu commented Jan 16, 2025

Fixes #5037

It was possible to run only for example TX-submission or Chainsync over
a node2node bearer. This meant that without the KeepAlive protocol
active connections could be left dangling.

This commit changes it so that if any protocol is started all
established miniprotocols are started too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

1 participant