interbtc
interbtc copied to clipboard
feat!: allow some democracy proposals to be baked immediately
Signed-off-by: Gregory Hill [email protected]
This allows treasury proposals to be converted into referenda immediately instead of having to wait for this to be done in the on_initialize hook if now % T::LaunchPeriod::get() == 0.
Has this change been requested by Dom/Alexei?
Also, pleasing mark as breaking
This was previously requested by @alexeiZamyatin.
I think we can close this pr, since we have set the treasury interval to a low value, and we have the fast tracking mechanism, right?