Manta-Network / Manta

The main repo for manta blockchain nodes.
GNU General Public License v3.0
240 stars 119 forks source link

Register/Enact runtime upgrades via CLI (script) #515

Open Garandor opened 2 years ago

Garandor commented 2 years ago

Currently, each time a runtime upgrade is supposed to be deployed, the correct sequence of extrinsics and governance proposals is called manually.

As a Core Team member, I would like to issue the extrinsics to register a runtime upgrade via Governance in an automated fashion.

This could be implemented for example by using https://github.com/paritytech/subxt

ghzlatarev commented 2 years ago

related to https://github.com/Manta-Network/Manta/issues/347 and https://github.com/Manta-Network/Manta/issues/323