Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

[pull] develop from ethereum-optimism:develop #27

Merged
merged 6 commits into from
Jun 1, 2021

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    d168005 View commit details
    Browse the repository at this point in the history
  2. fix: force LF line endings for scripts to avoid docker problems on Wi…

    …ndows (#974)
    
    * fix: use correct line endings for windows
    
    * chore: add changeset
    smartcontracts authored May 28, 2021
    Configuration menu
    Copy the full SHA
    245136f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. feat: add hardhat deploy instructions to readme (#965)

    * feat: add deployment instructions to readme
    
    * Add changeset
    
    * fix style
    
    * Update README.md
    karlfloersch authored May 29, 2021
    Configuration menu
    Copy the full SHA
    4e03f8a View commit details
    Browse the repository at this point in the history
  2. feat: fees v2 (#976)

    * l2 geth: new fee logic
    
    * l2 geth: migrate to fees package
    
    * core-utils: new fee scheme
    
    * chore: add changeset
    
    * l2geth: delete dead code
    
    * integration-tests: fix typo
    
    * integration-tests: fixes
    
    * fees: use fee scalar
    
    * lint: fix
    
    * rollup: correct gas payment comparison
    
    * fix(integration-tests): do not hardcode gas price
    
    * core-utils: update with new scheme
    
    * l2geth: refactor rollup oracle
    
    * l2geth: clean up DoEstimateGas
    
    * l2geth: implement latest scheme
    
    * tests: fix up
    
    * lint: fix
    
    * l2geth: better sycn service test
    
    * optimism: rename to TxGasLimit
    
    * fee: fix docstring
    
    * tests: fix
    
    * variables: rename
    
    * l2geth: prevent users from sending txs with too high of a fee
    
    * integration-tests: fix import
    
    * integration-tests: fix type
    
    * integration-tests: fix gas limits
    
    * lint: fix
    
    * l2geth: log error
    
    Co-authored-by: Georgios Konstantopoulos <[email protected]>
    tynes and gakonst authored May 29, 2021
    Configuration menu
    Copy the full SHA
    a64f816 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Add static analysis action (#848)

    * Add static analysis github action
    setup python and install slither
    
    * Add nvmrc file for setting node to v14.17
    
    * Update slither command run to link missing contract packages from monorepo root
    
    * Add steps for installing dependencies
    
    * Add yarn build step to github action
    
    * Enable colour in github action for static analysis
    
    * Disable certain detectors
    
    * Ensure slither does not fail build
    
    * Add instructions on running static analysis to monorepo readme
    elenadimitrova authored May 31, 2021
    Configuration menu
    Copy the full SHA
    11a9296 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ws from 7.4.4 to 7.4.6 in /ops/docker/hardhat (#987)

    Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.4.4...7.4.6)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 31, 2021
    Configuration menu
    Copy the full SHA
    5a79849 View commit details
    Browse the repository at this point in the history