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

[Learn more about the bounty on Ignite's Discord](https://discord.com/channels/893126937067802685/946155736289910894/975809524151763039). Introduce a new command set called `ignite node`. Implement these commands under: * `ignite node query bank balances` - we could set...

enhancement
bounty

https://github.com/ignite-hq/cli/blob/f5edb854c6bfc1f2a37a9b766294a41941a6a144/ignite/pkg/nodetime/programs/ts-relayer/tsrelayer.go#L60-L60 _Originally posted by @Pantani in https://github.com/ignite-hq/cli/pull/2510#pullrequestreview-986357227_

When the blockchain fails to start, because of any reason (wrong gentx, broken logic, incorrect staking token), the following message appear (when `-v` is not used): ``` Blockchain failed to...

report
needs-triage

![unknown](https://user-images.githubusercontent.com/332151/163950300-3616639c-ea38-4aa9-8ede-06b44dfa5bbe.png) Fedora 35 Ignite 0.20.4 Reported on Discord, waiting for more info.

needs investigation

[Learn more about the bounty on Ignite's Discord](https://discord.com/channels/893126937067802685/946155736289910894/973882160740171807). The parser for `config.yml` can be found at [ignite/chainconfig](https://github.com/ignite-hq/cli/tree/630944d/ignite/chainconfig). ### 1- `version` field There wasn't a version field in the config file...

enhancement
bounty

Since we now plan to start using: https://github.com/charmbracelet/bubbletea, I believe we can benefit from the refreshing feature (I don't know the exact name for it). For ex, right now when...

enhancement

at https://docs.ignite.com/guide/blog/comment-blog.html After create first post ,the post.id=0 , because ``` ... bz := store.Get(byteKey) // Return zero if the count value is not found (for example, it's the first...

report

Authz is one of those things that creates a whole new set of use cases on Cosmos chains. Validators provide auto-compounding services. You can give your hot wallet permissions to...

request