🚀 Highlights
Ignite CLI v29.2.0 is already here with great improvements:
- New commands and flags to help you scaffold more types and know exhaustively all types available in Ignite.
- Bump Cosmos SDK in default chain template due to a security issue.
📝 Changelog
Following an exhaustive list of changes in this release:
Features
- #4676 Add Decimal Coin Type.
- #4765 Create
scaffold type-list
command. - #4770 Add
--output-file
flag tochain serve
command to improve runningchain serve
in the background.
Changes
- #4759 Remove undocumented RPC address override in services chainer.
- #4760 Bump Cosmos SDK to
v0.53.3
.
Fixes
- #4757 Always delete temp folder from open api generation.