-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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(config):add configuration dynamic loading for node #5090
Conversation
# Conflicts: # framework/src/main/java/org/tron/core/config/args/Args.java
# Conflicts: # framework/src/main/java/org/tron/core/config/args/Args.java
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## release_v4.7.2 #5090 +/- ##
====================================================
+ Coverage 54.75% 54.84% +0.08%
- Complexity 8256 8286 +30
====================================================
Files 842 843 +1
Lines 49848 49925 +77
Branches 5504 5512 +8
====================================================
+ Hits 27295 27382 +87
+ Misses 20386 20373 -13
- Partials 2167 2170 +3
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
What does this PR do?
add configuration dynamic loading for node
Why are these changes required?
This PR has been tested by:
Follow up
Extra details