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

Add a flag to the `join` command for the validator to choose a custom peer address Decide on the UX as we currently fetch automatically the address or read it...

network

We right now support: ``` n chain publish --genesis https://my/genesis.json ``` Also support: ``` n chain publish --genesis https://my/genesis.tar.gz ``` Automatically detect if it's a JSON or a tar.gz. We...

priority/high
network

We need to add an integration test for the network commands by using the Gaia repo as the chain. I think starting the chain with two validators would be enough....

component:network
needs-triage

modification or generation. This affects the pkg/cosmosutil and maybe also other places. Let's find out all of them. Also, create a single `cosmosutil.UpdateGenesis(path, options...)` to be able to update multiple...

refactoring
network

to only use Init, maybe with options to make it behave differently. Because there are duplicated: * https://github.com/tendermint/starport/blob/f9442e3/starport/services/network/networkchain/init.go#L26 * https://github.com/tendermint/starport/blob/55ca2d3/starport/services/network/networkchain/prepare.go#L54 And code followed by these lines.

type:refactor
component:network
needs-triage

for the target chain. If the `--target-rpc` is already provided, we can use that and skip the auto detect process. Auto detection algorithm should the `Status()` func in peers from...

component:network
needs-triage

Right now we're prompting users to provide an amount for self-delegation in `init` and a token amount to get in the `join` command. For **testnets**, however, from a UX point...

priority/high
network

Needed for https://github.com/ignite-hq/cli/pull/2516.

testing
network

**Describe the bug** ``` ignite network chain publish ... --shares 10%foo ``` Should allocate 10% of the `foo` share for the published testnet as rewards. Meaning 10% of the vouchers...

report
component:network
needs-triage

**Is your feature request related to a problem? Please describe.** Tendermint technical content style guidance is available only in our internal Notion pages. In the spirit of open source community...

docs
request