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

feat(dot/parachain): sender side of network bridge #3891

Open
wants to merge 18 commits into
base: feat/parachain
Choose a base branch
from

Conversation

kishansagathiya
Copy link
Contributor

@kishansagathiya kishansagathiya commented Apr 15, 2024

Changes

This PR addresses sender side of network bridge. By sender side, we mean the part that we will use to send messages.
Sender side of network bridge can now

  • report peer
  • disconnect peer
  • send collation message
  • send validation message

This PR also makes changes across other subystems such that the don't use the network directly but message network bridge to perform above tasks.

Tests

go test -tags integration github.com/ChainSafe/gossamer

Issues

handles #3859

Primary Reviewer

@axaysagathiya @edwardmack

This commit introduces network bridge skeleton for receiving side subsystem and sending side subsystem of network bridge

Fixes #3860 and #3858
Base automatically changed from kishan/feat/network-bridge to feat/parachain April 16, 2024 13:38
@kishansagathiya kishansagathiya changed the title Sender side network bridge feat(dot/parachain): sender side of network bridge May 15, 2024
@kishansagathiya kishansagathiya marked this pull request as ready for review May 15, 2024 23:38
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.

None yet

1 participant