• Roberto Bayardo's avatar
    op-service/txmgr: multiple fixes / improvements (#11614) · 9452aa66
    Roberto Bayardo authored
    * - make immediate nonce-too-low error abort send (since it could never succeed otherwise)
    
    - make txmgr resubmit a transaction when fee bumping fails in case it has been dropped from the mempool
    
    - only bump fees when they really should be bumped
    
    - set txmgr overall default send timeout of 10 minutes. It was infinite, which led to permanently
      stuck transaction in combination with the other bugs fixed in this PR.
    
    * Update op-service/txmgr/txmgr_test.go
    
    ---------
    Co-authored-by: default avatarSebastian Stammler <stammler.s@gmail.com>
    9452aa66