1. 12 Jun, 2021 2 commits
  2. 11 Jun, 2021 3 commits
    • Liam Horne's avatar
      Ensure Sentry is correctly set up for DTL and MR (#1054) · baa3b761
      Liam Horne authored
      * refactor: add logger and metrics to options for BaseService
      
      * refactor: thread sentryOptions through from message-relayer into BaseService
      
      * refactor: ensure DTL Logger is using Sentry for errors
      
      * style: lint base-service.ts
      
      * refactor: init Sentry on batch-submitter too
      
      * refactor: init Sentry on message-relayer too
      
      * refactor: pass in basic logger to MessageRelayerService
      
      * build: provide changeset
      
      * fix: correct usage of use-sentry boolean config
      
      * refactor: appropriately type loggingOptions
      
      * build: add @sentry/node
      
      * build: add @sentry/node to message-relayer and fix linting issue
      baa3b761
    • Liam Horne's avatar
      Change monotonicity band-aid code to log warnings not errors (#1060) · 98b7839f
      Liam Horne authored
      * refactor: change monotonicity band-aid code to log warnings not errors
      
      * build: add changeset
      98b7839f
    • Mark Tyneway's avatar
      l2geth: bump to go 1.15 (#1058) · cc6c7f07
      Mark Tyneway authored
      * l2geth: bump to go 1.15
      
      * chore: add changeset
      cc6c7f07
  3. 10 Jun, 2021 5 commits
  4. 09 Jun, 2021 3 commits
  5. 08 Jun, 2021 3 commits
  6. 07 Jun, 2021 1 commit
  7. 06 Jun, 2021 1 commit
  8. 04 Jun, 2021 3 commits
  9. 03 Jun, 2021 5 commits
  10. 02 Jun, 2021 10 commits
  11. 31 May, 2021 2 commits
  12. 29 May, 2021 2 commits
    • Mark Tyneway's avatar
      feat: fees v2 (#976) · a64f8161
      Mark Tyneway authored
      * 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: default avatarGeorgios Konstantopoulos <me@gakonst.com>
      a64f8161
    • Karl Floersch's avatar
      feat: add hardhat deploy instructions to readme (#965) · 4e03f8a9
      Karl Floersch authored
      * feat: add deployment instructions to readme
      
      * Add changeset
      
      * fix style
      
      * Update README.md
      4e03f8a9