1. 05 May, 2021 4 commits
  2. 04 May, 2021 5 commits
  3. 03 May, 2021 3 commits
  4. 02 May, 2021 1 commit
  5. 01 May, 2021 6 commits
  6. 30 Apr, 2021 5 commits
  7. 29 Apr, 2021 7 commits
  8. 28 Apr, 2021 7 commits
  9. 27 Apr, 2021 2 commits
    • Georgios Konstantopoulos's avatar
      feat: set L2 execution price manually (#557) · 79f66e96
      Georgios Konstantopoulos authored
      * refactor(l2geth): rename L1GasPrice to DataPrice
      
      * feat(l2geth/rollup-gpo): allow execution price to be specified
      
      * feat(l2geth/api): use the execution price instead of the historical gasprice
      
      * feat(l2geth): allow configuring the l2 execution price
      
      * fix(integration-tests): adjust gas costs to match 0-execution price
      
      * fix(integration-tests): pin down l1 gas estimation costs to the expected values
      
      * chore: add changeset
      
      * fix(sync-service): adjust tests for the refactor
      
      * feat(rollup-gasprice): make Rollup GPO methods thread safe
      79f66e96
    • Mark Tyneway's avatar
      contracts: fix build script (#642) · e713cd05
      Mark Tyneway authored
      * contracts: fix build script
      
      * chore: add changeset
      
      * Update packages/contracts/scripts/build.sh
      Co-authored-by: default avatarLiam Horne <liam@lihorne.com>
      
      * build: parallel
      Co-authored-by: default avatarLiam Horne <liam@lihorne.com>
      e713cd05