1. 19 Feb, 2022 9 commits
  2. 18 Feb, 2022 3 commits
  3. 17 Feb, 2022 4 commits
  4. 16 Feb, 2022 6 commits
  5. 15 Feb, 2022 1 commit
    • kf's avatar
      fix: update PR labeler to include SDK · 027916aa
      kf authored
      Updates the PR labeler to correctly label the SDK. I noticed that the
      SDK was not being correctly labeled and realized that I had to add it to
      this file.
      027916aa
  6. 12 Feb, 2022 3 commits
  7. 11 Feb, 2022 13 commits
  8. 10 Feb, 2022 1 commit
    • Conner Fromknecht's avatar
      feat: stop publishing txs after receiving confirmation · 0b2ead8f
      Conner Fromknecht authored
      This change adds an additional IsWaitingForConfirmation method to the
      txmgr.SendState, which returns true if it is aware of at least one mined
      tx. This allows the txmgr to skip publishing new txs while we are
      waiting for additional confirmation on a mined tx, which in turn reduces
      the number of useless API calls we make to the backend provider. As an
      additional benefit, this also reduces the likelihood of a false positive
      sample from ShouldAbortImmediately since it will stop processing errors
      while we have a mined tx.
      0b2ead8f