Skip to content

Releases: ignite/cli

v0.21.2

16 May 18:57
83cee38
Compare
Choose a tag to compare

v0.21.2

Fixes

  • Set min. gas to zero when running chain command set

v0.21.1

16 May 10:32
f6f726d
Compare
Choose a tag to compare

v0.21.1

Features

  • Add compatibility to run chains built with Cosmos-SDK v0.46.0-alpha1 and above
  • Scaffold chains now will have authz module enabled by default

Fixes

  • Fixed shell completion generation
  • Make sure proto package names are valid when using simple app names

v0.21.0

10 May 16:06
6009368
Compare
Choose a tag to compare

v0.21.0

Features

  • Support simple app names when scaffolding chains. e.g.: ignite scaffold chain mars
  • Ask confirmation when scaffolding over changes that are not committed yet

v0.20.4

15 Apr 11:01
5ab6fbc
Compare
Choose a tag to compare

v0.20.4

Fixes

  • Use protoc binary compiled in an older version of macOS AMD64 for backwards compatibility in older machines during code generation

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.