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

Da service network #384

Merged
merged 6 commits into from
Sep 11, 2023
Merged

Da service network #384

merged 6 commits into from
Sep 11, 2023

Conversation

danielSanchezQ
Copy link
Collaborator

@danielSanchezQ danielSanchezQ commented Sep 8, 2023

Implemented libp2p da network adapter

@danielSanchezQ danielSanchezQ self-assigned this Sep 8, 2023
@danielSanchezQ danielSanchezQ linked an issue Sep 8, 2023 that may be closed by this pull request
@danielSanchezQ
Copy link
Collaborator Author

This needs to be merged after #381

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch has no changes to coverable lines.

Files Changed Coverage
...s/data-availability/src/network/adapters/libp2p.rs 0.00%

📢 Thoughts on this report? Let us know!.

@danielSanchezQ
Copy link
Collaborator Author

Merging this as ci errors are unrelated

@danielSanchezQ danielSanchezQ merged commit 3b90cb7 into master Sep 11, 2023
9 of 13 checks passed
.await
.expect("Network backend should be ready");
let receiver = receiver.await.unwrap();
Box::new(Box::pin(BroadcastStream::new(receiver).filter_map(
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@jakubgs jakubgs deleted the da-service-network branch February 15, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DA network adapters
3 participants