• Maurelian's avatar
    feat[contracts]: Add block/allow and pausing to the L1 Messenger (#579) · 0ef3069b
    Maurelian authored
    * feat(contracts): add pausable.sol
    
    This is identical to Pausable, except for replacing Context._msgSender() with just msg.sender
    
    * feat: add pause, block and allow to L1 messenger
    
    * test(l1-messenger): access control, block, allow
    
    * chore: add changeset
    
    * chore: yarn lint
    
    * test[contracts]: maintain previous test order
    
    * fix[contracts]: add upgradable OZ contracts
    
    * Revert "test[contracts]: maintain previous test order"
    
    This reverts commit 4bbfe60f32e5785debf3cfbe2b3b125f54ed6798.
    
    * test[contracts]: add initializer modifier
    
    * fix(contracts): delete unused file
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    0ef3069b
OVM_L1CrossDomainMessenger.sol 10.8 KB