webb-tools / tangle

Modular restaking infrastructure for developers, restakers, and operators.

Home Page:https://www.tangle.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TASK] Replace custom tx-pause pallet with frame tx-pause

1xstj opened this issue · comments

Substrate has added tx-pause pallet in frame (https://github.com/paritytech/polkadot-sdk/tree/release-polkadot-v1.7.0/substrate/frame/tx-pause)

After #498, remove our custom tx-pause pallet (https://github.com/webb-tools/tangle/tree/main/pallets/transaction-pause) and import from frame instead.

Finished in a recent PR