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

chore: add missing builder fn for outbound dials #4786

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Sep 26, 2023

🤖 Generated by Copilot at 565b835

Add a method to configure outbound dial limit for peer manager. This change allows PeerManagerConfigBuilder to set the max_outbound_dials field in crates/net/network/src/peers/manager.rs.

@mattsse mattsse added the A-networking Related to networking in general label Sep 26, 2023
@codecov
Copy link

codecov bot commented Sep 26, 2023

Codecov Report

Merging #4786 (565b835) into main (faf9a89) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

Files Coverage Δ
crates/net/network/src/peers/manager.rs 83.23% <0.00%> (-0.24%) ⬇️

... and 14 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.51% <0.00%> (+<0.01%) ⬆️
unit-tests 63.39% <0.00%> (-0.02%) ⬇️

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

Components Coverage Δ
reth binary 32.23% <ø> (ø)
blockchain tree 83.69% <ø> (ø)
pipeline 88.53% <ø> (ø)
storage (db) 73.49% <ø> (ø)
trie 94.48% <ø> (ø)
txpool 49.51% <ø> (ø)
networking 76.87% <0.00%> (-0.06%) ⬇️
rpc 57.67% <ø> (-0.04%) ⬇️
consensus 62.84% <ø> (ø)
revm 28.33% <ø> (ø)
payload builder 8.20% <ø> (ø)
primitives 86.50% <ø> (-0.02%) ⬇️

@mattsse mattsse added this pull request to the merge queue Sep 26, 2023
Merged via the queue into main with commit 6e928f0 Sep 26, 2023
24 checks passed
@mattsse mattsse deleted the matt/add-missing-builder-fn branch September 26, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-networking Related to networking in general
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants