1. 06 May, 2021 7 commits
  2. 05 May, 2021 11 commits
  3. 04 May, 2021 5 commits
  4. 03 May, 2021 3 commits
  5. 02 May, 2021 1 commit
  6. 01 May, 2021 6 commits
  7. 30 Apr, 2021 5 commits
  8. 29 Apr, 2021 2 commits
    • 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
    • Annie Ke's avatar
      refactor: move logger, metrics, base-service to common-ts (#683) · 28dc4429
      Annie Ke authored
      * WIP: common-ts
      
      * remove common-ts files from core-utils
      
      * fix imports in bs and dtl
      
      * update dockerfiles
      
      * cleanup common-ts
      
      * add changeset and message relayer dependency
      
      * add dtl common-ts dependency
      
      * make .prettier rc symlink
      Co-authored-by: default avatarLiam Horne <liam@lihorne.com>
      28dc4429