Releases: ignite/cli
Releases · ignite/cli
v0.20.3
v0.20.2
v0.20.1
v0.20.0
v0.20.0
Our new name is Ignite CLI!
IMPORTANT! This upgrade renames starport
command to ignite
. From now on, use ignite
command to access the CLI.
Features
- Upgraded Cosmos SDK version to
v0.45.3
- Added support for in memory backend in
pkg/cosmosclient
package - Improved our tutorials and documentation
v0.19.5
v0.19.5
Features
- Enable client code and Vuex code generation for query only modules as well.
- Upgraded the Vue template to
v0.3.5
.
Fixes:
- Fixed snake case in code generation.
- Fixed plugin installations for Go =>v1.18.
Changes:
- Dropped transpilation of TS to JS. Code generation now only produces TS files.
v0.19.4
v0.19.3
v0.19.2
v0.19.2
Fixes
- Fixed race condition during faucet transfer
- Fixed account sequence mismatch issue on faucet and relayer
- Fixed templates for IBC code scaffolding
Features
- Upgraded blockchain templates to use IBC v2.0.2
Breaking Changes
-
Deprecated the Starport Modules tendermint/spm repo and moved the contents to the Starport repo
starport/pkg/
in PR 1971. Updates are required if your chain uses these packages:spm/ibckeeper
is nowpkg/cosmosibckeeper
spm/cosmoscmd
is nowpkg/cosmoscmd
spm/openapiconsole
is nowpkg/openapiconsole
-
Updated the faucet HTTP API schema. See API changes in fix: improve faucet reliability #1974
v0.19.1
v0.19.0
v0.19.0
Features:
starport scaffold
commands supportints
,uints
,strings
,coin
,coins
as field types (#1579)- Simulation testing with
simapp
has been added to the default template (#1731) - Added
starport generate dart
to generate a Dart client from protocol buffer files - Added
starport scaffold flutter
to scaffold a Flutter mobile app template - Parameters can be specified with a new
--params
flag when scaffolding modules (#1716) - Simulations can be run with
starport chain simulate
cointype
for accounts can be set in theconfig.yml
(#1663)