Skip to content

Releases: ignite/cli

v0.20.3

14 Apr 10:13
aa0df65
Compare
Choose a tag to compare

v0.20.3

Fixes

  • Use latest version of CLI in templates to fix Linux ARM support (It's now possible to develop chains in Linux ARM machines and since the chain depends on the CLI in its go.mod, it needs to use the latest version that support ARM targets)

v0.20.2

14 Apr 07:57
2448be8
Compare
Choose a tag to compare

v0.20.2

Fixes

  • Use unsafe-reset-all cmd under tendermint cmd for chains that use => v0.45.3 version of Cosmos SDK

v0.20.1

13 Apr 20:41
0f7a843
Compare
Choose a tag to compare

v0.20.1

Features

  • Release the CLI with Linux ARM and native M1 binaries

v0.20.0

12 Apr 12:23
160a26c
Compare
Choose a tag to compare

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

19 Mar 10:30
d26c8c5
Compare
Choose a tag to compare

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

18 Feb 12:07
c306657
Compare
Choose a tag to compare

v0.19.4

Features

  • Upgraded Vue template to v0.3.0.

v0.19.3

27 Jan 10:39
67be9f4
Compare
Choose a tag to compare

v0.19.3

Features

  • Upgraded Flutter template to v2.0.3

v0.19.2

19 Jan 11:15
5292fa1
Compare
Choose a tag to compare

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 now pkg/cosmosibckeeper
    • spm/cosmoscmd is now pkg/cosmoscmd
    • spm/openapiconsole is now pkg/openapiconsole
  • Updated the faucet HTTP API schema. See API changes in fix: improve faucet reliability #1974

v0.19.1

18 Dec 05:54
bb74281
Compare
Choose a tag to compare

v0.19.1

Fixes:

  • fix(cmd): enable scaffold flutter cmd

v0.19.0

17 Dec 13:32
df46287
Compare
Choose a tag to compare

v0.19.0

Features:

  • starport scaffold commands support ints, 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 the config.yml (#1663)

Fixes:

  • Allow using a creator field when scaffolding a model with a --no-message flag (#1730)
  • Improved error handling when generating code (#1907)
  • Ensure account has funds after faucet transfer when using cosmosclient (#1846)
  • Move from io/ioutil to io and os package (refactoring) (#1746)