cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
The cosmos sdk `v0.46.0` upgrade made many changes to the `github.com/cosmos/cosmos-sdk/crypto/keyring` package. In particular, the `Record.GetPubKey()` function now returns an `error` which is currently unhandled.
problems following example if trying to understand how this routine works when chain prefixes have been changed. Made it more apparent, while copy paste example still works for `cosmos` defaults
Previously, the ignite binary was supposed to be present in the path, which can be error prone if the binary is not up to date with the integration version. The...
**Describe the bug** Integration tests sometime fail with the error `text file busy` when building proto when building the app Full logs: ``` === RUN TestCliWithCaching exit status 1 env.go:161:...
Context: https://github.com/ignite/cli/pull/2516/files#r892287966 Create a routine with the duplicated logic: ``` if cosmoserror.Unwrap(err) == cosmoserror.ErrNotFound { return "", ErrObjectNotFound } else if err != nil { return "", err } ```
**Describe the bug** 1. `npm run serve` in the Vue folder 2. The port used is non-deterministic and often collides with another application that is already running on that port...
Context: https://github.com/ignite/cli/pull/2643#discussion_r930005952 Under some circumstances `os.Rename()` can fail on some machine because of directory with different partition We should replace Rename usage in case there can be different partition, like...
close #2197 close #2210 ## Description - Add the possibility to fetch a genesis from a URL inside a tarball, checking the folders recursively to find the `genesis.json` file. -...
Bounty address: cosmos1zra3wz596n0qc898myceka3q23x9rk8fuw65c7 Closes #2489