-
Notifications
You must be signed in to change notification settings - Fork 12
feat(block-node): implement 'solo block node destroy' #1833
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
base: 01755-implement-solo-block-nodes-deploy
Are you sure you want to change the base?
feat(block-node): implement 'solo block node destroy' #1833
Conversation
…ested it Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Unit Test Results - Linux32 tests 32 ✅ 0s ⏱️ Results for commit 346510e. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 70 suites 3s ⏱️ Results for commit 346510e. ♻️ This comment has been updated with latest results. |
E2E Test Report 18 files + 1 124 suites +7 1h 28m 52s ⏱️ + 1m 36s Results for commit 8f89e06. ± Comparison against base commit 23f9498. This pull request removes 12 and adds 27 tests. Note that renamed tests count towards both.
|
E2E Test Report 18 files 124 suites 1h 30m 36s ⏱️ Results for commit bb78d27. ♻️ 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 preferences |
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 preferences |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 01755-implement-solo-block-nodes-deploy #1833 +/- ##
===========================================================================
+ Coverage 82.11% 82.18% +0.07%
===========================================================================
Files 251 252 +1
Lines 35615 35883 +268
Branches 3417 3141 -276
===========================================================================
+ Hits 29245 29491 +246
- Misses 6103 6199 +96
+ Partials 267 193 -74
🚀 New features to boost your workflow:
|
Signed-off-by: Zhan Milenkov <[email protected]>
…ing the block-nodes.json file inside the consensus nodes Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…block-nodes-destroy
…lement-solo-block-nodes-destroy
…lement-solo-block-nodes-destroy
…-deploy' into 01756-implement-solo-block-nodes-destroy # Conflicts: # src/commands/network.ts # src/core/config/remote/api/components-data-wrapper-api.ts # src/core/config/remote/components-data-wrapper.ts
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…-deploy' into 01756-implement-solo-block-nodes-destroy # Conflicts: # src/commands/network.ts # test/unit/commands/network.test.ts
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…-deploy' into 01756-implement-solo-block-nodes-destroy # Conflicts: # src/commands/block-node.ts
…-deploy' into 01756-implement-solo-block-nodes-destroy # Conflicts: # src/commands/block-node.ts
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Description
Add new command
solo block node destroy
Adds logic that creates the
block-nodes.json
if there is active block node in the solo deploymentAdd new class
BlockNodesJsonWrapper
for creating theblock-nodes.json
Fixes EsLint warnings inside the
commands/network.ts
Related Issues
solo block-nodes destroy
#1756solo network deploy
to conditionally create the/opt/hgcapp/services-hedera/HapiApp2.0/data/config/block-nodes.json
#1757Pull request (PR) checklist
package.json
changes have been explained to and approved by a repository managerTesting
Commit message guidelines
We use 'Conventional Commits' to ensure that our commit messages are easy to read, follow a consistent format, and for automated release note generation. Please follow the guidelines below when writing your commit messages: