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

refactor: separated transport crate #466

Merged
merged 10 commits into from
Sep 5, 2023
Merged

refactor: separated transport crate #466

merged 10 commits into from
Sep 5, 2023

Conversation

Ma233
Copy link
Member

@Ma233 Ma233 commented Aug 28, 2023

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

🔵 What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

This PR separated the whole transport module of rings-core crate into an individual crate.
The new rings-transport crate provided:

  • Transport to hold all connections.
  • Connection work as the old Transport objects.
  • Callback trait and BoxedCallback trait object to help invoker pass callbacks to the Connection.

🟤 What is the current behavior? (You can also link to an open issue here)

The maintenance of Transport and the behavior of rings network are both managed in swarm.

🟢 What is the new behavior (if this is a feature change)?

It allows the swarm to focus solely on network behavior (which may be divided into multiple protocols in the future 😄).
Supposed to have no new feature since this is a refactor.

☢️ Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Still WIP.

ℹ️ Other information

Closes #issue

@Ma233 Ma233 marked this pull request as draft August 28, 2023 06:41
@Ma233 Ma233 force-pushed the refactor branch 3 times, most recently from fbece07 to 4c16275 Compare August 30, 2023 10:09
@Ma233 Ma233 changed the base branch from master to dev September 4, 2023 02:11
@Ma233 Ma233 changed the title [WIP] refactor: separated transport crate refactor: separated transport crate Sep 5, 2023
@Ma233 Ma233 marked this pull request as ready for review September 5, 2023 03:06
@Ma233 Ma233 merged commit 5d96f3c into RingsNetwork:dev Sep 5, 2023
@Ma233 Ma233 deleted the refactor branch September 5, 2023 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant