Skip to content

v28.3.0

Compare
Choose a tag to compare
@julienrbrt julienrbrt released this 20 Mar 15:35
· 133 commits to main since this release
v28.3.0
159abdc

馃殌 Highlights

This release includes a few notable features:

  • Scaffold a consumer chain using ignite s chain --consumer. This command creates a ready to use consumer chain with all the necessary modules and configurations.
    Note, because the interchain-security module is not yet 100% compatible with Cosmos SDK v0.50.x, this feature should be considered as experimental.
  • Add compatibility with the new Ignite Wasm App, that allows you to scaffold a CosmWasm chain easily.

馃摑 Changelog

Following an exhaustive list of changes in this release:

Features

  • #4019 Add skip-proto flag to s chain command
  • #3985 Make some cmd pkg functions public
  • #3956 Prepare for wasm app
  • #3660 Add ability to scaffold ICS consumer chain

Changes

  • #4035 Bump cometbft to v0.38.6 and ibc-go/v8 to v8.1.1
  • #4031 Bump cli-plugin-network to v0.2.2 due to dependencies issue.
  • #4013 Bump cosmos-sdk to v0.50.5
  • #4010 Use AppName instead ModuleName for scaffold a new App
  • #3972 Skip Ignite app loading for some base commands that don't allow apps
  • #3983 Bump cosmos-sdk to v0.50.4 and ibc-go to v8.1.0

Fixes

  • #4021 Set correct custom signer in s list --signer <signer>
  • #3995 Fix interface check for ibc modules
  • #3953 Fix apps Stdout is redirected to Stderr
  • #3863 Fix breaking issue for app client API when reading app chain info