1. 04 Dec, 2024 5 commits
  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 1 commit
    • 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