cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
A plugin is a binary that can communicate with ignite using github.com/hashicorp/go-plugin. When ignite is executed under a chain configuration, it checks if the config contains plugins. If yes the...
Support recent change on `sp`: https://github.com/tendermint/spn/pull/958 ### 1 Add a flag like `--genesis-config` in `publish` command. This flag contains the name of the config file in the repository used as...
- Upgrade SDK to new version
**Describe the bug**  **To reproduce** Steps to reproduce the behavior: 1. ignite chain serve --force-reset -v Since the [latest version of cosmos-sdk](https://github.com/cosmos/cosmos-sdk/blob/main/client/keys/list.go#L37,) if without an account, the output will...
**Describe the bug** When trying to generate the Dart client on a freshly scaffolded chain, I always receive the error: ``` cannot build app: error while running command /tmp/protoc1589772162 -I...
I've decided to have the most straightforward tutorial in the command description, mainly because users need to know what to look for in the documentation. It may be extracted into...
The Ignite Chain has a `profile` module containing meta-information about the coordinator and validator. We should offer commands to manage validator profile ``` ignite n validator show [address] ignite n...
**Describe the bug** Ignite CLI config has been upgraded, therefore when using `serve` for a chain without the right config format, the command might file. `network` commands currently read these...
``` ignite network chain prepare [launch-id] ``` is used when the chain launch is triggered and the validator must prepare their node for the chain launch. This command automatically setup...