1. 28 Jul, 2021 2 commits
  2. 26 Jul, 2021 3 commits
  3. 20 Jul, 2021 7 commits
  4. 16 Jul, 2021 1 commit
  5. 15 Jul, 2021 2 commits
  6. 14 Jul, 2021 1 commit
  7. 13 Jul, 2021 18 commits
  8. 12 Jul, 2021 3 commits
  9. 10 Jul, 2021 3 commits
    • Mark Tyneway's avatar
      l2geth: only accept txs with exact nonce · 709c85d6
      Mark Tyneway authored
      This PR makes it so that the sequencer will
      only accept transactions if the nonce exactly
      matches what is in the state. This is because the
      mempool in upstream geth has different rules than
      what l2geth needs.
      
      This prevents issues with local nonce managers that
      send transactions with a too large of nonce and
      end up having all of the transactions revert since
      the transaction is still accepted but reverts
      in the OVM
      709c85d6
    • Mark Tyneway's avatar
      l2geth: better error message for when fee is too large · 32a9f494
      Mark Tyneway authored
      The sequencer will reject transactions when the fee
      is too large to prevent users from accidentally sending
      transactions with a huge fee.
      
      This PR adds an actionable error message for when
      the fee is too large.
      32a9f494
    • Mark Tyneway's avatar
      Merge pull request #1255 from ethereum-optimism/gas-oracle/logging · 6112b7aa
      Mark Tyneway authored
      gas-oracle: improve logging
      6112b7aa