This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
[PAN-1683] Limit the fraction of wire connections initiated by peers #1665
Merged
AbdelStark
merged 23 commits into
PegaSysEng:master
from
AbdelStark:feature/pan-1683-limit-fraction-remote-wire-connections
Jul 11, 2019
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
6c47fd8
[PAN-1683] Limit the fraction of wire connections initiated by peers
AbdelStark 43eb1ee
Merge remote-tracking branch 'upstream/master' into feature/pan-1683-…
AbdelStark 0ac2ecc
Merge remote-tracking branch 'upstream/master' into feature/pan-1683-…
AbdelStark a3a9c15
change fraction default value and add tests
AbdelStark 9a12d6b
make fraction of remote wire connections configurable
AbdelStark 3750335
remove unused local variable
AbdelStark 185c8dc
fix RunnerTest
AbdelStark f60fcc7
set fraction to 1.0 in PantheonFactoryConfigurationBuilder
AbdelStark 55703e0
update test
AbdelStark ff532c2
Introduce --limit-remote-wire-connections-enabled
AbdelStark bd7c156
fix unused field
AbdelStark 6e33e61
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark e1e0fb2
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark b1d5f91
Merge remote-tracking branch 'upstream/master' into feature/pan-1683-…
AbdelStark 66186c8
fix conflict
AbdelStark 554d2aa
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark 9fd60d4
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark 1cf8cdf
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark 3bbafc2
Merge branch 'master' into feature/pan-1683-limit-fraction-remote-wir…
AbdelStark ca2f91d
Update ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/…
AbdelStark 12bcb88
Update ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/…
AbdelStark ba4ba63
Update ethereum/p2p/src/main/java/tech/pegasys/pantheon/ethereum/p2p/…
AbdelStark c81109c
fix PR discussion and tests
AbdelStark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these names need a once over for UX. I opened PIE-1766 to cover that.