Skip to content

Commit

Permalink
fix(templates): use the latest version of CLI to fix Linux ARM support (
Browse files Browse the repository at this point in the history
#2355)

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.
  • Loading branch information
ilgooz authored Apr 14, 2022
1 parent 7ee663f commit ae4a86c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [`v0.20.3`](https://github.com/ignite-hq/cli/releases/tag/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`](https://github.com/ignite-hq/cli/releases/tag/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`](https://github.com/ignite-hq/cli/releases/tag/v0.20.1)

### Features
Expand Down
2 changes: 1 addition & 1 deletion ignite/templates/app/stargate/go.mod.plush
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/tendermint/spn v0.1.1-0.20220407154406-5cfd1bf28150
github.com/ignite-hq/cli v0.20.0
github.com/ignite-hq/cli v0.20.3
github.com/tendermint/tendermint v0.34.16
github.com/tendermint/tm-db v0.6.6
google.golang.org/genproto v0.0.0-20220317150908-0efb43f6373e
Expand Down

0 comments on commit ae4a86c

Please sign in to comment.