1. 02 Oct, 2021 9 commits
  2. 30 Sep, 2021 1 commit
    • Kelvin Fichter's avatar
      provider: use fallback provider helper · e0be02e1
      Kelvin Fichter authored
      Allow the DTL to sync from multiple web3 backends using
      the `ethers.providers.FallbackProvider`. Multiple URLs
      can be passed through as a comma delimited string to
      configure multiple providers.
      
      A helper function is added to `core-utils` to allow
      easy configuration between services. This PR only introduces
      the usage of the fallback provider into the DTL. In the
      future, it should be added to other services that query L1
      as well.
      e0be02e1
  3. 29 Sep, 2021 2 commits
  4. 28 Sep, 2021 2 commits
  5. 23 Sep, 2021 3 commits
  6. 22 Sep, 2021 3 commits
  7. 21 Sep, 2021 1 commit
  8. 16 Sep, 2021 6 commits
  9. 15 Sep, 2021 2 commits
    • Mark Tyneway's avatar
      l2geth: config enable arbitrary contract deployment · 0d429564
      Mark Tyneway authored
      Add a new config option `ROLLUP_ENABLE_ARBITRARY_CONTRACT_DEPLOYMENT`.
      This config option must be set with an env var, there is no flag to
      set it with.
      
      If it is not set, the functionality is unchanged. If it is set, then it
      will override the function `isDeployerAllowed(address)` on the
      `OVM_DeployerWhitelist`
      0d429564
    • smartcontracts's avatar
      fix: update labeler.yml · 0b1f9d55
      smartcontracts authored
      0b1f9d55
  10. 14 Sep, 2021 2 commits
  11. 12 Sep, 2021 1 commit
  12. 11 Sep, 2021 7 commits
  13. 10 Sep, 2021 1 commit