Skip to content

Releases: ignite/cli

v0.19.5

19 Mar 10:30
d26c8c5

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

Choose a tag to compare

v0.19.4

Features

  • Upgraded Vue template to v0.3.0.

v0.19.3

27 Jan 10:39
67be9f4

Choose a tag to compare

v0.19.3

Features

  • Upgraded Flutter template to v2.0.3

v0.19.2

19 Jan 11:15
5292fa1

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

Choose a tag to compare

v0.19.1

Fixes:

  • fix(cmd): enable scaffold flutter cmd

v0.19.0

17 Dec 13:32
df46287

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)

v0.18.6

30 Nov 10:46
3bb9210

Choose a tag to compare

v0.18.6

Features:

  • feat(frontend): bump frontend version
  • fix(pkg/cosmosclient): ensure account has funds after faucet transfer

v0.18.5

18 Nov 15:05
8d31ca8

Choose a tag to compare

v0.18.5

Features:

  • Upgraded Cosmos SDK version to v0.44.3.
  • pkg/cosmosclient: added Response.Decode() and improved.
  • pkg/cosmosaccount: improved.

v0.18.4

12 Nov 11:16
174bd31

Choose a tag to compare

v0.18.4

Features:

  • Upgraded Cosmos SDK version to v0.44.1.
  • Upgraded VueJS frontend to v0.1.54.

v0.18.3

29 Oct 14:05
e98de5a

Choose a tag to compare

v0.18.3

Fixed:

  • fix(templates): fix CI binary release