v28.3.0
🚀 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 theinterchain-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 tos 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
tov0.38.6
andibc-go/v8
tov8.1.1
- #4031 Bump
cli-plugin-network
tov0.2.2
due to dependencies issue. - #4013 Bump
cosmos-sdk
tov0.50.5
- #4010 Use
AppName
insteadModuleName
for scaffold a new App - #3972 Skip Ignite app loading for some base commands that don't allow apps
- #3983 Bump
cosmos-sdk
tov0.50.4
andibc-go
tov8.1.0