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

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

Conversation

instamenta
Copy link
Contributor

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

Copy link
Contributor

github-actions bot commented Jan 14, 2025

Unit Test Results - Linux

  1 files  ±0   59 suites  ±0   3s ⏱️ ±0s
233 tests ±0  233 ✅ ±0  0 💤 ±0  0 ❌ ±0 
238 runs  ±0  238 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2078e6. ± Comparison against base commit af3ae29.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 14, 2025

Unit Test Results - Windows

  1 files  ±0   59 suites  ±0   14s ⏱️ ±0s
233 tests ±0  233 ✅ ±0  0 💤 ±0  0 ❌ ±0 
238 runs  ±0  238 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e2078e6. ± Comparison against base commit af3ae29.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 14, 2025

E2E Test Report

 17 files  126 suites   1h 27m 55s ⏱️
258 tests 258 ✅ 0 💤 0 ❌
269 runs  269 ✅ 0 💤 0 ❌

Results for commit e2078e6.

♻️ This comment has been updated with latest results.

Copy link

codacy-production bot commented Jan 14, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%) 87.80%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (af3ae29) 21354 17866 83.67%
Head commit (e2078e6) 21408 (+54) 17914 (+48) 83.68% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1162) 41 36 87.80%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

Attention: Patch coverage is 87.80488% with 5 lines in your changes missing coverage. Please review.

Project coverage is 82.87%. Comparing base (af3ae29) to head (e2078e6).
Report is 18 commits behind head on main.

Files with missing lines Patch % Lines
src/core/profile_manager.ts 84.84% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1162      +/-   ##
==========================================
- Coverage   82.88%   82.87%   -0.02%     
==========================================
  Files          77       77              
  Lines       21381    21408      +27     
  Branches     1805     1489     -316     
==========================================
+ Hits        17721    17741      +20     
- Misses       3525     3585      +60     
+ Partials      135       82      -53     
Files with missing lines Coverage Δ
src/commands/flags.ts 75.45% <100.00%> (+0.03%) ⬆️
version.ts 100.00% <100.00%> (ø)
src/core/profile_manager.ts 96.32% <84.84%> (-0.80%) ⬇️

... and 28 files with indirect coverage changes

Impacted file tree graph

@instamenta instamenta requested a review from a team as a code owner January 14, 2025 16:00
@jeromy-cannon jeromy-cannon added Audit Issues resulting from a code or process audit PR: Checks Failed A pull request where the checks have failed. and removed Audit Issues resulting from a code or process audit labels Jan 15, 2025
@jeromy-cannon jeromy-cannon requested review from a team as code owners January 17, 2025 18:38
instamenta and others added 13 commits January 17, 2025 22:51
Signed-off-by: instamenta <[email protected]>
…the nodes during node setup

Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…on from the remainder of solo

Signed-off-by: Jeromy Cannon <[email protected]>
Signed-off-by: Jeromy Cannon <[email protected]>
…to push the changes through application.env anymore

Signed-off-by: Jeromy Cannon <[email protected]>
@jeromy-cannon jeromy-cannon force-pushed the 01150-for-v059x-we-need-to-set-the-internal-ip-address-to-127001-to-avoid-an-iss-in-configtxt branch from 6cf34ff to e2078e6 Compare January 17, 2025 22:54
@jeromy-cannon jeromy-cannon removed the PR: Checks Failed A pull request where the checks have failed. label Jan 17, 2025
@jeromy-cannon jeromy-cannon merged commit 4ca488b into main Jan 18, 2025
42 of 43 checks passed
@jeromy-cannon jeromy-cannon deleted the 01150-for-v059x-we-need-to-set-the-internal-ip-address-to-127001-to-avoid-an-iss-in-configtxt branch January 18, 2025 08:17
@jeromy-cannon jeromy-cannon restored the 01150-for-v059x-we-need-to-set-the-internal-ip-address-to-127001-to-avoid-an-iss-in-configtxt branch January 18, 2025 08:18
@jeromy-cannon jeromy-cannon deleted the 01150-for-v059x-we-need-to-set-the-internal-ip-address-to-127001-to-avoid-an-iss-in-configtxt branch January 21, 2025 12:44
swirlds-automation added a commit that referenced this pull request Jan 24, 2025
## [0.34.0](v0.33.0...v0.34.0) (2025-01-24)

### Features

* `solo deployment create` should use the context and cluster provided for where to save the remote config ([#1142](#1142)) ([fe42edd](fe42edd))
* Connect to multicluster deployments and validate remoteConfigs ([#1141](#1141)) ([c78e226](c78e226))
* for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](#1162)) ([4ca488b](4ca488b))
* node upgrade command and new e2e tests ([#1133](#1133)) ([1cf5893](1cf5893))
* separate explorer from mirror node install/uninstall ([#1177](#1177)) ([0887fa6](0887fa6))
* solo network destroy should update remote-config ([#1155](#1155)) ([98b028f](98b028f))
* Update solo to load remote config near entry point ([#1176](#1176)) ([473a650](473a650))

### Bug Fixes

* merge error due to change of remote_config_tasks ([#1197](#1197)) ([9d1a8cb](9d1a8cb))
* Normalize mirror node resources path ([#1175](#1175)) ([ab018a7](ab018a7))
* Refactor RemoteConfigTasks class ([#1185](#1185)) ([66cfc4d](66cfc4d))
* remove k8.getKubeConfig ([#1182](#1182)) ([89c557a](89c557a))
* Set mirror node importer startDate ([#1174](#1174)) ([9d9ef53](9d9ef53))
* update hedera explorer chart version and location ([#1188](#1188)) ([0c415ef](0c415ef))
* use "double fork" to invoke port forward within Taskfile ([#1148](#1148)) ([d662d3f](d662d3f))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.34.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

for v0.59.x we need to set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt
4 participants