v29.0.0-beta.1
Pre-release
Pre-release
·
235 commits
to main
since this release
🚀 Highlights
Ignite CLI v29.0.0-beta.1 introduces default chain scaffolding using IBC-go v10 and default collections support for modules. Other key additions include scaffold configs, scaffold params commands, to help you best in your module development. New tools like chain lint and automatic buf config migration to v2 (via ignite doctor) have been added to streamline development, and much more!
The gen-mig-diffs tool can help you upgrade to v29 easily.
Any feedback and bug reports are welcome. Documentation is being updated to reflect this new beta.
📝 Changelog
Following an exhaustive list of changes in this release:
Features
- #3707 and #4094 Add collections support.
- #3977 Add
chain lintcommand to lint the chain's codebase usinggolangci-lint - #3770 Add
scaffold configsandscaffold paramscommands - #4001 Improve
xgennydry run - #3967 Add HD wallet parameters
address indexandaccount numberto the chain account config - #4004 Remove all import placeholders using the
xastpkg - #4071 Support custom proto path
- #3718 Add
gen-mig-diffstool app to compare scaffold output of two versions of ignite - #4100 Set the
proto-dirflag only for thescaffold chaincommand and use the proto path from the config - #4111 Remove vuex generation
- #4113 Generate chain config documentation automatically
- #4131 Support
bytesas data type in thescaffoldcommands - #4300 Only panics the module in the most top function level
- #4327 Use the TxConfig from simState instead create a new one
- #4326 Add
buf.buildversion toignite versioncommand - #4436 Return tx hash to the faucet API
- #4437 Remove module placeholders
- #4289, #4423, #4432, #4507, #4524 Cosmos SDK v0.52 support and downgrade back to 0.50, while keeping latest improvements.
- #4480 Add field max length
- #4477 IBC v10 support
- #4166 Migrate buf config files to v2
- #4494 Automatic migrate the buf configs to v2
Changes
- #4094 Scaffolding a multi-index map using
ignite s map foo bar baz --index foobar,foobazis no longer supported. Use one index instead of usecollections.IndexedMap. - #4058 Simplify scaffolded modules by including
ValidateBasic()logic in message handler. - #4058 Use
address.Codecinstead ofAccAddressFromBech32. - #3993 Oracle scaffolding was deprecated and has been removed
- #3962 Rename all RPC endpoints and autocli commands generated for
map/list/singletypes - #3976 Remove error checks for Cobra command value get calls
- #4002 Bump buf build
- #4008 Rename
pkg/yamltopkg/xyaml - #4075 Use
gopkg.in/yaml.v3insteadgopkg.in/yaml.v2 - #4118 Version scaffolded protos as
v1to follow SDK structure. - #4167 Scaffold
int64instead ofint32when a field type isint - #4159 Enable gci linter
- #4160 Enable copyloopvar linter
- #4162 Enable errcheck linter
- #4189 Deprecate
ignite nodeforignite connectapp - #4290 Remove ignite ics logic from ignite cli (this functionality will be in the
consumerapp) - #4295 Stop scaffolding
pulsarfiles - #4317 Remove xchisel dependency
- #4361 Remove unused
KeyPrefixmethod - #4384 Compare genesis params into chain genesis tests
- #4463 Run
chain simulationwith any simulation test case - #4533 Promote GitHub codespace instead of Gitpod
- #4549 Remove unused placeholder vars