atomone-hub / atomone

AtomOne chain software
Apache License 2.0
14 stars 5 forks source link

chore: remove x/params module #21

Closed tbruyelle closed 1 month ago

tbruyelle commented 1 month ago

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)