Skip to content
Cosmopediaby Unity Nodes
DiscussionsValidationUpgrade service definitionForum ↗

Upgrade service definition

Validation1 posts1,435 views2 likesLast activity Sep 2019
ZA
zakiOP
Sep 2019 2

Upgrading Cosmos Hub applications is very painful is very painful. I’ve been doing some thinking on what we can do to make it easier. Iris and Regen have been doing work to make a subset of possible upgrades to Cosmos SDK apps easier. I’ve always been interested in solving for the most general case. Ie. Upgrades that change the chain id, require not trivial modifications to internal state, make non trivial changes to the consensus algorithm etc. Even bigger ideas I want to tangle are validators already run software for many blockchains, running software for cosmos zones will also require running non-Tendermint applications in the future so I’d like to define an upgrade supervisor in a sufficiently general way that blockchains that aren’t Tendermint or Cosmos SDK based can reasonably target this api. Here are some thoughts on requirements. • To be able to setup binaries and migration procedures ahead of time and have it automagically run • Resilience during rolling upgrades so that for instance p2p handshakes against unupgraded nodes are retried. • Preconfigure antidouble sign/ key management • Sidecar processes like gaiacli’s reserver to automagically…

Excerpt (1193 of 1265 characters). Read the whole post on the forum ↗

← Back to Discussions