Releases: ignite/cli
Releases · ignite/cli
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/ibckeeperis nowpkg/cosmosibckeeperspm/cosmoscmdis nowpkg/cosmoscmdspm/openapiconsoleis 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 scaffoldcommands supportints,uints,strings,coin,coinsas field types (#1579)- Simulation testing with
simapphas been added to the default template (#1731) - Added
starport generate dartto generate a Dart client from protocol buffer files - Added
starport scaffold flutterto scaffold a Flutter mobile app template - Parameters can be specified with a new
--paramsflag when scaffolding modules (#1716) - Simulations can be run with
starport chain simulate cointypefor accounts can be set in theconfig.yml(#1663)