Skip to content

feat(cli): allow multiple trusted peers#4619

Merged
gakonst merged 2 commits intoparadigmxyz:mainfrom
hack3r-0m:feat/multiple-trusted-peers
Sep 15, 2023
Merged

feat(cli): allow multiple trusted peers#4619
gakonst merged 2 commits intoparadigmxyz:mainfrom
hack3r-0m:feat/multiple-trusted-peers

Conversation

@hack3r-0m
Copy link
Contributor

closes #4615

@hack3r-0m hack3r-0m force-pushed the feat/multiple-trusted-peers branch from c6b8a29 to 9abf9d3 Compare September 15, 2023 20:57
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.

@gakonst gakonst enabled auto-merge September 15, 2023 22:56
@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
@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