WFC: Allow OpenGov to change the parameters of the burn redirect if not currently possible with upcoming inflation pallet
More narrowly focused v2 of WFC 403.
Note if this is already factored into the update to the inflation pallet it is redundant.
Comments (5)
Proposal Failed
2
of 3Summary
0%
Aye
0%
Nay
Aye (44)0.0 PAS
Support0.0 PAS
Nay (43)0.0 PAS
Comments (5)
It is currently set here:
https://github.com/polkadot-fellows/runtimes/blob/9d9f1649a8d6f20d3f41835e0019b5954cdbb382/relay/kusama/src/lib.rs#L751
It should be quite trivial step to make it BurnDestination configurable on runtime/governance in part of the new inflation pallet. Also hardcoding different target for it based on WFC should not be an issue.
// Step 3: Use the configurable burn destination
Box::new(pay::<Runtime, BurnDestination, dynamic_params::staking::RemainingAmount>),
Explained here: https://x.com/bitfalls/status/1819763415134408843
It is currently set here:
https://github.com/polkadot-fellows/runtimes/blob/9d9f1649a8d6f20d3f41835e0019b5954cdbb382/relay/kusama/src/lib.rs#L751
It should be quite trivial step to make it BurnDestination configurable on runtime/governance in part of the new inflation pallet. Also hardcoding different target for it based on WFC should not be an issue.
Explained here: https://x.com/bitfalls/status/1819763415134408843