Releases: strangelove-ventures/paramauthority
Releases · strangelove-ventures/paramauthority
v1.1.0
What's Changed
- fix: correctly generate simulation genesis by @johnletey in #18
- feat: upgrade to ibc v4 by @johnletey in #19
New Contributors
- @johnletey made their first contribution in #18
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.2.1
v0.2.0
v0.1.2
v0.1.1
v0.1.0
Initial release
This is mainly intended for ICS consumer chains that need authoritative governance.
Override modules for params
and upgrades
Cosmos SDK v0.45.x modules, with an added authority
in the params. The authority
is configurable for both modules in the genesis.json file at app_state.params.params.authority
and app_state.upgrade.params.authority
, respectively.
params
has an additional msg, MsgUpdateParams
, which allows the authority to update params.
upgrade
has additional msgs MsgSoftwareUpgrade
and MsgCancelUpgrade
which allow the authority to schedule and cancel scheduled upgrades.