forked from MASQ-Project/Node
-
Notifications
You must be signed in to change notification settings - Fork 0
GH-690: Self Review #9
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
Draft
utkarshg6
wants to merge
56
commits into
master
Choose a base branch
from
GH-690
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
7bd8411
GH-690: add boilerplate for --min-hops command
utkarshg6 065f0aa
GH-690: populate necessary code for the command
utkarshg6 0e857bd
GH-690: add the command to schema
utkarshg6 65bd6d7
GH-690: allow Neighborhood to process the --min-hops command
utkarshg6 0095658
GH-690: add min_hops_count as a field inside NeighborhoodConfig
utkarshg6 acc284f
GH-690: add min-hops to shared_schema.rs
utkarshg6 814b521
GH-690: use --min-hops while building NeighborhoodConfig
utkarshg6 0ac9394
GH-690: remove min-hops as a command
utkarshg6 441adeb
GH-690: make min_hops_count a field of Neighborhood
utkarshg6 0558bbc
GH-690: pass min_hops_count from Neighborhood to GossipHandler
utkarshg6 ea42650
GH-690: add NeighborhoodMetadata inside gossip_acceptor.rs
utkarshg6 a6f7708
GH-690: receive cpm_recipient from handle_agrs() instead of storing i…
utkarshg6 fbad5e1
GH-690: remove cpm_recipient from gossip_acceptor
utkarshg6 80cab88
GH-690: generate gossip_acceptor and gossip_producer inside Neighborh…
utkarshg6 4c05781
GH-690: store hops count as an enum
utkarshg6 638b196
GH-690: write tests to handle the default and error case for --min-hops
utkarshg6 c33e722
GH-690: add a TODO for the new regex inside make_configurator_error
utkarshg6 7b42700
GH-690: compute patch for different min hops count
utkarshg6 f0053c2
GH-690: rename HopsCount to Hops
utkarshg6 14708fd
GH-690: write tests for testing route query message for different hops
utkarshg6 51181b8
GH-690: remove a todo
utkarshg6 ff32811
GH-690: write tests for connectivity check
utkarshg6 c220536
GH-690: remove the duplicate test
utkarshg6 e8748ab
GH-690: change the stage to RouteFound from ThreeHopsRouteFound
utkarshg6 50e62c4
GH-690: formatting changes
utkarshg6 2dc04c6
GH-690: remove unnecessary comments
utkarshg6 50b3048
GH-690: fix the multionde test
utkarshg6 6eb1b25
GH-690: add min_hops_count as a field inside NodeStartupConfig for mu…
utkarshg6 61c194a
GH-690: allow NodeStartupConfigBuilder to copy the min_hops_count fro…
utkarshg6 99b7ee4
GH-690: fix the problem of accidentally defaulting the min_hops_count
utkarshg6 47342e3
GH-690: write multinode test for testing Node with different min_hops…
utkarshg6 30101d3
GH-690: use Into implementation for NeighborhoodModeLight
utkarshg6 c18a839
GH-690: get min_hops_count from Neighborhood instad of RouteQueryMessage
utkarshg6 9b3e340
GH-690: remove unnecessary comments and write todos
utkarshg6 2accfee
GH-690: remove warnings; all unit tests for Node/node is passing
utkarshg6 673c639
GH-690: use MIN_HOPS_COUNT_FOR_TEST instead of DEFAULT_MIN_HOPS_COUNT…
utkarshg6 433eee7
GH-690: the multinode test for data routing test for different min ho…
utkarshg6 b07c9cc
GH-690: optimize the data routing test for different min_hops_count
utkarshg6 8764839
GH-690: use higher timeout for the client inisde the data routing tes…
utkarshg6 a4a664a
GH-690: improve the help message for the --min-hops count
utkarshg6 ce1b9a6
GH-690: remove the working fine text and improve the comment
utkarshg6 7317131
GH-690: refactor out functions from assert_compute_patch
utkarshg6 35eb8e5
GH-690: refactor assert_route_query_message()
utkarshg6 717f29b
GH-690: refactor make_neighborhood_with_linearly_connected_nodes()
utkarshg6 bc1216e
GH-690: cleanup in connectivity check
utkarshg6 a5ac707
GH-690: make --min-hops configurable via cli
utkarshg6 f6f5991
GH-690: fix the bump script for macOS
utkarshg6 05ae02b
GH-690: add todo for the min-hops arg to default properly
utkarshg6 65db4f2
GH-690: add todo inisde unpriveleged args
utkarshg6 0273dcb
GH-690: change the min_values to 0 for min-hops
utkarshg6 1cf77ba
GH-690: cleanup in node_configurator
utkarshg6 91a4c1a
GH-690: cleanup in proxy server
utkarshg6 250614f
GH-690: formatting
utkarshg6 02d7704
GH-690: allow clippy warning for from_over_into
utkarshg6 e9e4b25
GH-690: disable console diagnostics
utkarshg6 b73238d
GH-690: improve expect message if pulling out min_hops_count fails
utkarshg6 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.