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

GH-691: Integrate --min-hops with PersistentConfiguration #294

Merged
merged 28 commits into from
Jul 11, 2023
Merged

Conversation

utkarshg6
Copy link
Collaborator

No description provided.

@utkarshg6 utkarshg6 added the enhancement New feature or request label May 26, 2023
@utkarshg6 utkarshg6 self-assigned this May 26, 2023
@utkarshg6 utkarshg6 marked this pull request as ready for review June 2, 2023 05:32
@utkarshg6 utkarshg6 requested a review from bertllll June 6, 2023 04:07
Copy link
Contributor

@bertllll bertllll left a comment

Choose a reason for hiding this comment

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

Please write a comment if you want to discuss the issue or disagree with me. Thanks

node/src/daemon/setup_reporter.rs Outdated Show resolved Hide resolved
node/src/database/db_initializer.rs Outdated Show resolved Hide resolved
node/src/db_config/persistent_configuration.rs Outdated Show resolved Hide resolved
node/src/db_config/persistent_configuration.rs Outdated Show resolved Hide resolved
node/src/db_config/persistent_configuration.rs Outdated Show resolved Hide resolved
node/src/neighborhood/mod.rs Outdated Show resolved Hide resolved
* GH-691: minor changes in persistent_configuration.rs

* GH-691: Display for Hops can be simplified

* feat: panic when value of min_hops_count is not present in db

* GH-591: remove setting a result for set_min_hops_count inside actor_system_factory.rs

* GH-691: improvements in migration_7_to_8.rs

* fix: the todo has been changed to a comment after discussion in the dev team

* GH-691: Review 2 (#302)

* GH-691: rename min_hops_count to min_hops everywhere

* GH-691: implement the computed_default()

* GH-691: implement the computed_default() for min hops

* GH-691: replace min hops value to the the one in db

* GH-691: rename DEFAULT_MIN_HOPS_COUNT and MIN_HOPS_COUNT_FOR_TEST to DEFAULT_MIN_HOPS and MIN_HOPS_FOR_TEST respectively

* GH-691: remove unnecessary test

* GH-691: Review 3 (#304)

* GH-691: convert panic into error log inside the setup_reporter.rs

* GH-691: use Default instead of Configured if the default min hops value is found in db

* GH-691: change debug to info in the validation

* GH-691: use AssertionsMessage for asserting when the validation does not need to replace the value

* GH-691: remove use of min_hops_params from the tests in Neighborhood

* GH-691: remove min_hops_params

* GH-691: fix typo in test name

* GH-691: improve the log statement
@utkarshg6 utkarshg6 merged commit bf2b060 into master Jul 11, 2023
@utkarshg6 utkarshg6 deleted the GH-691 branch July 11, 2023 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate --min-hops with PersistentConfiguration
2 participants