1. 05 May, 2022 1 commit
  2. 08 Jul, 2021 1 commit
    • Mark Tyneway's avatar
      gas-oracle: implement and test · ce3c353b
      Mark Tyneway authored
      This commit adds the `gas-oracle` which is an offchain entity
      that sends transactions to L2 to update the gas price. It must
      be configured with a private key as the `OVM_GasPriceOracle`
      is owned.
      
      The `gas-oracle` is added to the changesets setup.
      
      Tests are included as well as CI. Dockerizing will happen
      in a follow up PR.
      ce3c353b
  3. 31 Mar, 2021 1 commit
    • Georgios Konstantopoulos's avatar
      pkg: l2geth (#21) · ee4e3739
      Georgios Konstantopoulos authored
      * pkg: import l2geth
      
      * chore: add l2geth tests submodule
      
      * ci: unit test l2geth
      
      * chore: skip Android tests
      
      * chore: cleanup ci
      ee4e3739