cli icon indicating copy to clipboard operation
cli copied to clipboard

Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK

Results 355 cli issues
Sort by recently updated
recently updated
newest added

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...

network

- Upgrade SDK to new version

**Describe the bug** ![image](https://user-images.githubusercontent.com/20190812/195266077-bb685bc8-5e69-4006-980d-b106658b46e2.png) **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...

bug

**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...

bug
report

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...

Skip-Changelog

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...

network

**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...

bug
network

``` 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...

network