1. 04 Dec, 2024 4 commits
    • Yann Hodique's avatar
      op components migration to just (#13185) · d0c4e370
      Yann Hodique authored
      * build(op-supervisor): migrate build to just
      
      * build(op-service): migrate build to just
      
      * build(op-conductor): migrate build to just
      
      * build(op-wheel): migrate build to just
      
      * build(op-challenger): cleanup visualize target
      
      The referenced visualize.sh script doesn't exist.
      It was moved around and finally deleted in #12286
      
      * build(op-challenger): migrate build to just
      
      * build(op-chain-ops): migrate build to just
      
      * build(op-dispute-mon): migrate build to just
      
      * build(op-alt-da): migrate build to just
      d0c4e370
    • clabby's avatar
      chore(opc): Bump `asterisc` version (#13189) · 67dd6933
      clabby authored
      * chore(opc): Bump `asterisc` version
      
      * semver lock
      67dd6933
    • Matthew Slipper's avatar
      op-e2e: Recover gracefully from log-after-exit panics (#13190) · e101cd89
      Matthew Slipper authored
      * op-e2e: Recover gracefully from log-after-exit panics
      
      There are a lot of places where we log after tests exit. This PR recovers from those panics so tests can continue.
      
      * add helper
      e101cd89
    • Matthew Slipper's avatar
      op-deployer/ctb: Add DeployOPCM script (#13187) · 508ccbe7
      Matthew Slipper authored
      * op-deployer/ctb: Add DeployOPCM script
      
      Adds a dedicated script to deploy OPCM for use with a future op-deployer bootstrap command. We'll use this for the Holocene deployment.
      
      * Update packages/contracts-bedrock/test/opcm/DeployOPCM.t.sol
      Co-authored-by: default avatarblaine <blainemalone01@gmail.com>
      
      * Update packages/contracts-bedrock/test/opcm/DeployOPCM.t.sol
      Co-authored-by: default avatarblaine <blainemalone01@gmail.com>
      
      * remove unused import
      
      * forgot an import
      
      ---------
      Co-authored-by: default avatarblaine <blainemalone01@gmail.com>
      508ccbe7
  2. 03 Dec, 2024 20 commits
  3. 02 Dec, 2024 11 commits
  4. 30 Nov, 2024 1 commit
  5. 29 Nov, 2024 2 commits
  6. 28 Nov, 2024 2 commits
    • George Knee's avatar
      txmgr: `Queue.Send()` uses `q.txMgr.SendAsync` (#13120) · 26f7a40f
      George Knee authored
      * txmgr: Queue.Send() uses q.txMgr.SendAsync
      
      This should ensure that transactions are confirmed on chain in the order Queue.Send() is called, without sacrificing parallel tx submission.
      
      * implement SendAsync in op-challenger test stubTxMgr
      
      It doesn't preserve the nonces like the production txMgr does.
      
      * TrySend also ensures synchronous tx nonce ordering (on success)
      
      * factor out HandleResponse fn
      
      * remove unused code
      
      * unexport handler
      26f7a40f
    • Michael Amadi's avatar
      update lib keccak dependency (#13136) · e84868c2
      Michael Amadi authored
      * update lib keccak dependency
      
      * update semver-lock
      
      * update semver-lock
      e84868c2