1. 02 Nov, 2022 5 commits
    • Matthew Slipper's avatar
      ctb, testmig: Add migration test script, migration dictator cleanups (#3812) · 8333f0f2
      Matthew Slipper authored
      * ctb, testmig: Add migration test script, migration dictator cleanups
      
      Adds a Python script to test the migration end-to-end. Currently, it will:
      
      1. Download a DTL and L2Geth archive from GCS
      2. Spin up a forked L1
      3. Set state slots so that the deployer owns the legacy system
      4. Perform the migration
      
      Also includes some fixes to make the migration dictator work, there were a couple of small changes that still needed to be implemented.
      
      * bindings: regenerate
      
      * update deploy configs
      
      * bindingz
      8333f0f2
    • Joshua Gutow's avatar
      op-batcher: New Transaction Manager (#3828) · 43b78a6b
      Joshua Gutow authored
      This is a wrapper on top of the transaction manger. It does simple nonce management
      and provides a nice interface to the underlying transaction manager.
      43b78a6b
    • mergify[bot]'s avatar
      Merge pull request #3815 from ethereum-optimism/jg/split_batcher_start_v2 · d8144c4e
      mergify[bot] authored
      op-batcher: Split up main loop
      d8144c4e
    • mergify[bot]'s avatar
      f1dda46e
    • Mark Tyneway's avatar
      bedrock: make fee recipient be SequencerFeeVault (#3781) · 927b4321
      Mark Tyneway authored
      * bedrock: make fee recipient be SequencerFeeVault
      
      The fee recipient or `block.coinbase` is now set to a hardcoded
      value of the predeploy `SequencerFeeVault`. This reduces configuration
      that is consensus criticial.
      
      * op-chain-ops: correct config
      
      Fixes a bug in the fee tests
      
      * core-utils: remove dead config field from op-node config
      
      * contracts-bedrock: deployment files
      
      Existing tooling expects the name of the contract to equal
      the name of the deployment. The latest work that updated
      the deploy files added the `Impl` suffix to contract names.
      
      * sdk: improve erc20 deposit logs
      927b4321
  2. 01 Nov, 2022 10 commits
  3. 31 Oct, 2022 1 commit
  4. 29 Oct, 2022 5 commits
  5. 28 Oct, 2022 14 commits
  6. 27 Oct, 2022 5 commits