interlay / interbtc

interBTC: Bitcoin Anywhere
https://app.interlay.io/
Apache License 2.0
247 stars 83 forks source link

Add update_inflation extrinsic in supply pallet #1202

Closed nakul1010 closed 1 year ago

nakul1010 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, there is no way to update the Inflation value without updating the start height.

Describe the solution you'd like Create a new ext update_inflation which can be called by root and updates the inflation value in the supply pallet.

nakul1010 commented 1 year ago

setStorage extrinsic of system pallet can directly be called by the root, there is no need to have a update_inflation extrinsic.