1. 05 Nov, 2024 7 commits
  2. 04 Nov, 2024 6 commits
  3. 02 Nov, 2024 5 commits
  4. 01 Nov, 2024 18 commits
  5. 31 Oct, 2024 4 commits
    • Matthew Slipper's avatar
    • protolambda's avatar
      Interop: local devnet (#11590) · 7f941b84
      protolambda authored
      * local interop devnet
      
      * interop-devnet: experimental op-geth docker image, connect with op-supervisor
      
      * interop-devnet: port and path fixes
      
      * interop-devnet: datadir fix
      
      * interop-local: more fixes
      
      * interop-devnet: connect op-supervisor to L2 EL nodes using RPC
      
      * more fixes
      
      * ops-bedrock: fix l2 op geth dockerfile for interop
      
      * interop-devnet: fix supervisor RPC add workaround
      
      * interop-devnet: implement review suggestions
      
      * fixes from run-testing
      
      * Add op-deployer to dockerignore exceptions
      
      * use latest geth rc
      
      * use RW Locks in Update Functions
      
      * add log for new cross-safe head
      
      * make updates much more frequent
      
      * use LocalDB for LastDerivedFrom
      
      * Add log message for finalization update
      
      * op-supervisor: fix db locking, fix crossdb usage
      
      * interop-devnet: use chain IDs as chain indices, since it's not translated everywhere yet
      
      * op-supervisor: cross-derived-from RPC method
      
      * Work Process ErrFuture to Debug Log
      
      ---------
      Co-authored-by: default avataraxelKingsley <axel.kingsley@gmail.com>
      7f941b84
    • Sam Stokes's avatar
      op-deployer: add 'inspect superchain-registry' subcommand (#12736) · caf63ce1
      Sam Stokes authored
      * op-deployer: add 'inspect superchain-registry' subcommand
      
      * op-deployer: generate artifacts at runtime of superchain-registry cmd
      
      * op-deployer: add missing err handler
      
      * op-deployer: add Printf to prompt user to populate .env vals
      
      * op-deployer: reformat addresses to superchain.AddressList
      caf63ce1
    • Sebastian Stammler's avatar
      op-node/rollup: Promote all attributes to safe post-Holocene (#12724) · 72c11daa
      Sebastian Stammler authored
      Also renames fields `IsLastInSpan` to `Safe` because that's semantically
      clearer. That a last batch in a span batch is pre-Holocene the indicator
      for a safe block promotion is an implementation detail. It's better to
      name the effect rather than the reason.
      72c11daa