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(network): discv5 discovery #463

Closed
wants to merge 1 commit into from
Closed

Conversation

dancoombs
Copy link
Collaborator

#248

Proposed Changes

  • Implement a very basic discovery behavior that uses discv5 to discover peers
  • A lot of this code will be moved around when we implement the peer manager behavior (or combine this behavior with peer management, haven't decided yet).

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #463 (6c48301) into danc/p2p-rpc (0eb3059) will increase coverage by 0.35%.
The diff coverage is 86.71%.

Impacted file tree graph

Files Coverage Δ
crates/network/src/behaviour.rs 100.00% <ø> (ø)
crates/network/src/discovery/enr.rs 85.71% <100.00%> (ø)
crates/network/src/error.rs 0.00% <ø> (ø)
bin/tools/src/bin/network.rs 0.00% <0.00%> (ø)
crates/network/src/network.rs 79.04% <93.10%> (+1.49%) ⬆️
crates/network/src/discovery/behaviour.rs 85.56% <85.56%> (ø)
Flag Coverage Δ
unit-tests 56.06% <86.71%> (+0.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
rundler binary 0.00% <0.00%> (ø)
builder 45.04% <ø> (ø)
dev 0.00% <ø> (ø)
pool 59.54% <ø> (ø)
provider 1.33% <ø> (ø)
rpc 18.26% <ø> (ø)
sim 82.61% <ø> (ø)
tasks ∅ <ø> (∅)
types 93.56% <ø> (ø)
utils 7.20% <ø> (ø)
network 89.12% <87.40%> (+0.57%) ⬆️

@github-actions github-actions bot added the stale label Nov 11, 2023
@github-actions github-actions bot closed this Nov 17, 2023
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.

1 participant