-
Notifications
You must be signed in to change notification settings - Fork 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
feat: for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt #1162
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: instamenta <[email protected]>
E2E Test Report 17 files 126 suites 1h 28m 1s ⏱️ Results for commit 4301669. ♻️ This comment has been updated with latest results. |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1162 +/- ##
==========================================
- Coverage 83.37% 82.99% -0.38%
==========================================
Files 77 77
Lines 20809 21182 +373
Branches 1717 1350 -367
==========================================
+ Hits 17349 17580 +231
- Misses 3363 3577 +214
+ Partials 97 25 -72
|
Signed-off-by: instamenta <[email protected]>
Description
if the Hedera platform version satisfied 0.59.x or is greater set the internal IP address to 127.0.0.1 in config.txt
else use the existing logic
Related Issues