cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
### Context: Add the Decimal Coins type into the scaffolded types. This will add the decimal field into the proto files`github.com/cosmos/cosmos-sdk/types.DecCoins` and use the `sdk.DecCoin` into the go files. ```proto...
AutoCLI doesn't support multiple slices arguments. While the commands works, you would be able to only provide one variadic argument for one field (the last one). In order to ensure...
**Is your feature request related to a problem or issue you encountered? Please describe.** From `0.47` Cosmos SDK will support a better module wiring for the `app.go` and it should...
We've released [v29](https://github.com/ignite/cli/releases/tag/v29.0.0). This issue tracks the post release chores to discuss and do. - v29 has been tagged from main, create release branch - setup mergify + github labels...
Updating IBC tutorial to IBC v10