Skip to content

Conversation

tbruyelle
Copy link
Collaborator

@tbruyelle tbruyelle commented Sep 23, 2024

x/params was there in gaia v15 for retro-compatibility and maybe because of the x/globalfee module that didn't have its own MsgUpdateParams. For a new chain there's no need for it, as all modules have migrated to the new params paradigm, where their params are now stored in their own store rather than in the x/params module store (see 1)

x/params was there in gaia v15 for retro-compatibility and maybe because
of the x/globalfee modules that didn't have its own `MsgUpdateParams`.
For a new chain there's no need for it, as all modules have migrated to
the new params paradigm, where their params are now stored in their own
store rather than in the x/params module store (see [1])

[1]: https://github.com/cosmos/cosmos-sdk/blob/main/docs/architecture/adr-046-module-params.md
@tbruyelle tbruyelle merged commit 0ec77cc into main Sep 24, 2024
14 checks passed
@tbruyelle tbruyelle deleted the tbruyelle/chore/remove-params-module branch September 24, 2024 13:00
tbruyelle added a commit that referenced this pull request Sep 27, 2024
tbruyelle added a commit that referenced this pull request Sep 27, 2024
* Revert "chore: remove x/params module (#21)"

This reverts commit 0ec77cc.

* feat:add ibc stack

* doc: update CL

* make lint-fix

* fix missing stuff

* fix linter

* chore: freeze go version in e2e docker image

* test(e2e): reintegrate ibc tests

* remove pfm

* fix lint

* chore: upgrade IBC to 7.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants