-
Notifications
You must be signed in to change notification settings - Fork 551
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: Add multi node (validator) testnet (backport #4377) #4398
feat: Add multi node (validator) testnet (backport #4377) #4398
Conversation
* add cmd multi-node * read config * minor * init node * done * remove try * updates * updates * make format * updates * minor * rename and add info node * add a reset command * changelog * lint * use config.yml with more validators * updates docs * show log * rename package model to bubblemodel * Update ignite/cmd/testnet_multi_node.go Co-authored-by: Julien Robert <[email protected]> * nits * Update ignite/cmd/bubblemodel/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * Update ignite/cmd/bubblemodel/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * Update ignite/cmd/bubblemodel/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * Update ignite/cmd/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * updates * use lipgloss for View * status bar * nits * Update ignite/cmd/bubblemodel/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * Update ignite/cmd/bubblemodel/testnet_multi_node.go Co-authored-by: Danilo Pantani <[email protected]> * remove ctx * add comment * use ports in ignite/pkg/availableport/availableport.go * update errgroup * Update changelog.md Co-authored-by: Danilo Pantani <[email protected]> * updates with v0.52 --------- Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Danilo Pantani <[email protected]> (cherry picked from commit b7e3ab3) # Conflicts: # docs/docs/03-CLI-Commands/01-cli-commands.md # ignite/cmd/bubblemodel/chain_debug_test.go # ignite/cmd/bubblemodel/chain_serve_test.go # ignite/cmd/chain_debug.go # ignite/cmd/chain_serve.go # ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/commands.go.plush
Cherry-pick of b7e3ab3 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Hey @likesToEatFish, could you open a PR making it work with v28 (0.50). |
Visit the preview URL for this PR (updated for commit 2b99ece): https://igntservices-docs--pr4398-mergify-bp-release-v-5qcykn5t.web.app (expires Thu, 21 Nov 2024 14:49:32 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 95379efd94dd497aaa37c2d0354e6e2cafca5ec5 |
ok let me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK
Closes: #4374
This PR added the feature to ignite multi-node testnet.
Test steps:
ignite scaffold chain github.com/test/mychain
cd mychain
go install ./...
ignite testnet multi-node
The interface looks like this:
This is an automatic backport of pull request #4377 done by [Mergify](https://mergify.com).