-
Notifications
You must be signed in to change notification settings - Fork 12
feat(block-node): implement 'solo block node add' command and modify remote config to support multiple relays, blokck nodes, mirror nodes and explorers #1821
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
Draft
instamenta
wants to merge
69
commits into
main
Choose a base branch
from
01755-implement-solo-block-nodes-deploy
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Zhan Milenkov <[email protected]>
…ition, added the new flag about the block nodes chart version together with the initial constants Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…by using new types Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
… and initial setup for m4 apple chip compatibility Signed-off-by: Zhan Milenkov <[email protected]>
…block-nodes-deploy # Conflicts: # src/commands/base.ts # src/commands/flags.ts # src/core/constants.ts
Signed-off-by: Zhan Milenkov <[email protected]>
…ngs in the remote config related classes and worked on adding support for the new component type 'BlockNodeComponents' Signed-off-by: Zhan Milenkov <[email protected]>
…cy and make it less error prone Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…the releaseName Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…porting m4 apple chips Signed-off-by: Zhan Milenkov <[email protected]>
…and renamed ComponentType to ComponentTypes to follow convention Signed-off-by: Zhan Milenkov <[email protected]>
…nfig 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]>
Signed-off-by: Zhan Milenkov <[email protected]>
…block-nodes-deploy
…rategy Signed-off-by: Zhan Milenkov <[email protected]>
…codebase to use them, fixed most unit tests, todo: fix all tests, add new logic for editing remote components which should only work for consensus node's node state field Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…onExpressions to avoid having to have dublicated function return value difinitions Signed-off-by: Zhan Milenkov <[email protected]>
…o remote config Signed-off-by: Zhan Milenkov <[email protected]>
…Name Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…block-nodes-deploy
…task that determines block node's health by checking it's health endpoint Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
…upport it Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
Signed-off-by: Zhan Milenkov <[email protected]>
JeffreyDallas
previously approved these changes
Apr 9, 2025
…block-nodes-deploy
rbarker-dev
previously approved these changes
Apr 15, 2025
…block-nodes-deploy # Conflicts: # src/core/config/remote/components/consensus-node-component.ts # src/core/config/remote/components/relay-component.ts # src/core/config/remote/remote-config-manager.ts
52f085d
Signed-off-by: Zhan Milenkov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
adds new command and command group
block node
with the classBlockNodeCommand
deploy
used to install the block node official helm chart inside the specified clusterMakes the remote config's components have unique names and helpers for generating them.
Adds wrapper classes and logic for creating commands with 3 levels of depth
solo block node add
Related Issues
solo block-nodes deploy
#1755Pull request (PR) checklist
package.json
changes have been explained to and approved by a repository managerTesting