galacticcouncil / galacticcouncil/hydration-node
Change : consider Operational dispatch class
Open
good first issue
- Dominant language
- Rust
- Stars
- 208
- Forks
- 109
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 3
Description
It would be good to change normal dispatch class for some important calls:
- pallet_transaction_pause::pause_transaction
- pallet_omnipool::set_asset_tradable_state
- pallet_stableswap::set_asset_tradable_state
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".
Contributor guide
Assessment
This issue has not been assessed yet.