Skip to content

Releases: strangelove-ventures/paramauthority

v1.1.0

24 Oct 18:00
f4ab9f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

25 Sep 17:56
bae97d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v1.0.0

v0.2.1

15 Sep 17:42
d5d054a
Compare
Choose a tag to compare

What's Changed

  • Add AppModuleBasic for ibc authority by @agouin in #16

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Jul 17:05
bd72856
Compare
Choose a tag to compare

Summary

Adds shim for paramauthority to execute IBC proposals (client substitution and ibc upgrade).

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

14 Jun 19:56
ba0e5d2
Compare
Choose a tag to compare

What's Changed

  • Add params update CLI method by @agouin in #8

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Mar 00:23
0a78f87
Compare
Choose a tag to compare

What's Changed

  • Add software upgrade cli methods by @agouin in #6

Full Changelog: v0.1.0...v0.1.1

v0.1.0

20 Jan 18:43
1d3843a
Compare
Choose a tag to compare

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.