Closed likesToEatFish closed 2 weeks ago
The feature is done, but the documentation hasn't been written yet. I plan to complete it tomorrow.
Hey, we've changed a bit the requirements and simplified the config.yaml: https://github.com/ignite/cli/issues/4374#issuecomment-2386058282
In short, we should use the existing validators
section for multi-node.
We should add a comments that says the fist validator is used in chain serve
and all validators are used in testnet multi-node
.
For random, less not have them in the config.yaml anymore, but just let multi-node take a flag.
Here is the new display result, there will be 5 daemon lines for each node:
we should use the existing
validators
section for multi-node.
And I modified the use of the existing validators
section for multi-node.
@likesToEatFish can you change the command so we can use the chain serve instead of the new multi-node
command
https://github.com/ignite/cli/issues/4374#issuecomment-2383475390
@likesToEatFish can you change the command so we can use the chain serve instead of the new
multi-node
command
I added in vaildators
@likesToEatFish can you change the command so we can use the chain serve instead of the new
multi-node
commandhttps://github.com/ignite/cli/issues/4374#issuecomment-2383475390
I don't think it should use chain serve. The validator field makes sense but chain serve should be imho for a single validator.
I added color to the console screen @julienrbrt , it looks like this:
Thanks! Are you able to add a sort a menu/status bar to quit a node easily? So that it has a real TUI feeling
Just as a way to tell/let the user how to kill/restart a node easily. Then I think it's good to go 👍
do you mean it looks like this:
@likesToEatFish any thought about it? Why did you marked as solved?
https://github.com/ignite/cli/pull/4377#discussion_r1797366160
@likesToEatFishBạn có suy nghĩ gì về vấn đề này không? Tại sao bạn đánh dấu là đã giải quyết?
Sorry, I replied but for some reason it is pending
I apologize for the many comments I've provided that are still pending. I didn't notice their status, which serves as a lesson for me to stay more attentive in the future.
Thanks @julienrbrt @Pantani , I learned a lot of new things from this PR! 🙏🏾
Hi @julienrbrt @Pantani , I noticed the PR received positive feedback a few days ago but hasn't been merged yet. If there's anything further needed from my side or any blockers, please let me know. Thanks!
Hey! I'll be reviewing this today! Sorry about the delay (cosmoverse + holidays :D)
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: