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(cli): allow multiple trusted peers #4619

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

hack3r-0m
Copy link
Contributor

closes #4615

Copy link
Member

@gakonst gakonst left a comment

Choose a reason for hiding this comment

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

sweet. thank you for taking this on.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #4619 (9abf9d3) into main (a572c3b) will decrease coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

Files Changed Coverage Δ
bin/reth/src/args/network_args.rs 44.76% <100.00%> (+12.57%) ⬆️

... and 11 files with indirect coverage changes

Flag Coverage Δ
integration-tests 16.78% <0.00%> (+0.03%) ⬆️
unit-tests 63.98% <100.00%> (-0.03%) ⬇️

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

Components Coverage Δ
reth binary 31.08% <100.00%> (+0.23%) ⬆️
blockchain tree 83.58% <ø> (ø)
pipeline 90.53% <ø> (ø)
storage (db) 75.32% <ø> (ø)
trie 94.88% <ø> (ø)
txpool 49.14% <ø> (-0.49%) ⬇️
networking 77.21% <ø> (-0.08%) ⬇️
rpc 57.40% <ø> (+0.03%) ⬆️
consensus 63.40% <ø> (ø)
revm 31.56% <ø> (ø)
payload builder 8.97% <ø> (+2.84%) ⬆️
primitives 86.52% <ø> (-0.03%) ⬇️

@gakonst gakonst added this pull request to the merge queue Sep 15, 2023
Merged via the queue into paradigmxyz:main with commit 62e7d98 Sep 15, 2023
22 checks passed
@mattsse mattsse added the M-changelog This change should be included in the changelog label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
M-changelog This change should be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow multiple arguments on --trusted-peers, separated by comma
3 participants