cli
cli copied to clipboard
Ignite is a CLI tool and hub designed for constructing Proof of Stake Blockchains rooted in Cosmos-SDK
Bounty address: cosmos1g6eyuandpkppdcf5l4n5gvqtvhhpfckrm7d62h Fixes: [#2740](https://github.com/ignite-hq/cli/issues/2470)
https://github.com/tendermint/starport/blob/75b6421ed6d680789b784090a8d53c82774fc764/starport/templates/module/create/stargate/x/%7B%7BmoduleName%7D%7D/module.go.plush#L168 The Cosmos docs says the initial ConsensusVersion() must be set to 1: https://docs.cosmos.network/master/building-modules/upgrade.html Here it is set to 2, I asked about this in the Starport discord and Denis...
**Describe the bug** After update ignite source and rebuild run: ``` ignite scaffold chain github.com/username/nameservice --no-module ``` fail message: ``` go: github.com/ignite/[email protected] requires github.com/tendermint/[email protected] requires github.com/ignite-hq/[email protected]: invalid version: unknown revision...
**Is your feature request related to a problem? Please describe.** This is a proposition for a new type under `starport s` command interface Some cases require a type that is...
https://www.npmjs.com/package/@confio/relayer and other relevant packages if needed, e.g. cosmjs please test the `relayer` and `rewards release` cmds after
Currently, the integration tests uses the CLI binary they can find in the path. This can be confusing as you may have test errors because using a previous build. We...
**Is your feature request related to a problem or issue you encountered? Please describe.** `evm` is the most popular VM for smart contracts. Many developers like DYDX may want to...
When trying to scaffold the blockchain on my machine there are many permission issues stemming from the Dockerfile setting tendermint as the user. Therefore it is trying to access files...
**Is your feature request related to a problem? Please describe.** I cannot run starport on a pure Windows Powershell terminal, like on Windows 10. However, Go Lang works perfectly on...
Following ignite tutorial and vue frontend shows blank page. Fresh install of ignite and npm 16. Steps: ignite chain serve cd vue npm install npm run serve output: > @starport/[email protected]...