Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare v29.0.0-beta.1 #4553

Merged
merged 2 commits into from
Mar 6, 2025
Merged

chore: prepare v29.0.0-beta.1 #4553

merged 2 commits into from
Mar 6, 2025

Conversation

julienrbrt
Copy link
Member

@julienrbrt julienrbrt commented Mar 5, 2025

🚀 Highlights

Ignite CLI v29.0.0-beta.1 introduces IBC-go v10 (IBC v2) support and default collections support, enhancing blockchain interoperability and data management. 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 lint command to lint the chain's codebase using golangci-lint
  • #3770 Add scaffold configs and scaffold params commands
  • #4001 Improve xgenny dry run
  • #3967 Add HD wallet parameters address index and account number to the chain account config
  • #4004 Remove all import placeholders using the xast pkg
  • #4071 Support custom proto path
  • #3718 Add gen-mig-diffs tool app to compare scaffold output of two versions of ignite
  • #4100 Set the proto-dir flag only for the scaffold chain command and use the proto path from the config
  • #4111 Remove vuex generation
  • #4113 Generate chain config documentation automatically
  • #4131 Support bytes as data type in the scaffold commands
  • #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.build version to ignite version command
  • #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,foobaz is no longer supported. Use one index instead of use collections.IndexedMap.
  • #4058 Simplify scaffolded modules by including ValidateBasic() logic in message handler.
  • #4058 Use address.Codec instead of AccAddressFromBech32.
  • #3993 Oracle scaffolding was deprecated and has been removed
  • #3962 Rename all RPC endpoints and autocli commands generated for map/list/single types
  • #3976 Remove error checks for Cobra command value get calls
  • #4002 Bump buf build
  • #4008 Rename pkg/yaml to pkg/xyaml
  • #4075 Use gopkg.in/yaml.v3 instead gopkg.in/yaml.v2
  • #4118 Version scaffolded protos as v1 to follow SDK structure.
  • #4167 Scaffold int64 instead of int32 when a field type is int
  • #4159 Enable gci linter
  • #4160 Enable copyloopvar linter
  • #4162 Enable errcheck linter
  • #4189 Deprecate ignite node for ignite connect app
  • #4290 Remove ignite ics logic from ignite cli (this functionality will be in the consumer app)
  • #4295 Stop scaffolding pulsar files
  • #4317 Remove xchisel dependency
  • #4361 Remove unused KeyPrefix method
  • #4384 Compare genesis params into chain genesis tests
  • #4463 Run chain simulation with any simulation test case
  • #4533 Promote GitHub codespace instead of Gitpod

Fixes

  • #4000 Run all dry runners before the wet run in the xgenny pkg
  • #4091 Fix race conditions in the plugin logic
  • #4128 Check for duplicate proto fields in config
  • #4402 Fix gentx parser into the cosmosutil package
  • #4552 Avoid direct access to proto field perms.Account and perms.Permissions

@julienrbrt julienrbrt merged commit 605c038 into main Mar 6, 2025
39 of 45 checks passed
@julienrbrt julienrbrt deleted the julien/29 branch March 6, 2025 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ci CI/CD workflow and automated jobs. component:configs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants