interlock-network / interlock-smartcontracts-solidity

Solidity smartcontracts for Interlock Network
MIT License
0 stars 1 forks source link

ARB ILOCK: Explore viability of large tx 'lockout period' delay #3

Closed blairmunroakusa closed 5 days ago

blairmunroakusa commented 7 months ago

A timelock controller is generally used for holding governance tx to give community time to process event. OZ TimelockController does not allow for filtering against transaction size, but OZ AccessManager might allow so.

Look into if possible to use AccessManager to check tx size and hold all tx larger than threshold for 'lockout period' (for lack of better phrase).