You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ls (galacticcouncil#952)
This commit changes the dispatch class to operational for critical transactions across:
- `pallet_transaction_pause::pause_transaction`
- `pallet_omnipool::set_asset_tradable_state`
- `pallet_stableswap::set_asset_tradable_state`
This ensures these important extrinsics can bypass block weight limits and be executed promptly.
Additionally, operational-class tests have been introduced to verify behavior both under normal and operational conditions. The new integration tests cover scenarios to ensure that these calls function as intended, providing better resiliency and control over the execution of critical operations.
It would be good to change normal dispatch class for some important calls:
it should help when we need to pause transaction, as operational class has the highest priority and ignores block weight limits.
To research: verify that operational class does not have any "side effects".
The text was updated successfully, but these errors were encountered: