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

Fix #2489 This PR continues the work of #2539. An other PR was required because the original branch was from an other repo. What I did so far : -...

Fix #2660 os.Rename fails when source and destination are in different partitions. xos.Rename works in that context.

e.g. changing `github.com/username/planet` to `planet`, basically removing the `github.com/username/` prefix from everywhere.

**Describe the bug** There's a `WithAddressPrefix` option in cosmos client which allows the setting of an address prefix. This prefix is stored in client and applied in `BroadcastTxWithProvision` with the...

report

We currently include `RandomizedParams` for our scaffolded modules as a simulation target. Once `params` are deprecated, this will also need to be removed from our templates. Depends on #2745. Related...

scaffold
sdk/v0.47.0

The Cosmos SDK is moving to deprecate the usage of the `x/params` module in future releases (starting in `v0.47.x` I believe). This is because `x/params` contains some of the remaining...

scaffold
sdk/v0.47.0

**Description** Integration tests sometime fail with the error `text file busy` when building the typescript API from swagger when building the app: ``` Error Trace: /home/runner/work/cli/cli/integration/chain/env.go:161 /home/runner/work/cli/cli/integration/chain/cache_test.go:75 Error: Received unexpected...

CI&CD
report