1. 19 Aug, 2015 13 commits
  2. 18 Aug, 2015 7 commits
  3. 17 Aug, 2015 12 commits
  4. 16 Aug, 2015 3 commits
  5. 15 Aug, 2015 4 commits
  6. 14 Aug, 2015 1 commit
    • Jeffrey Wilcke's avatar
      xeth: added a transact mu · 7bb5ac04
      Jeffrey Wilcke authored
      Added a transact mutex. The transact mutex will fix an issue where
      transactions were created with the same nonce resulting in some
      transactions being dropped. This happened when two concurrent calls
      would call the `Transact` method (which is OK) which would both call
      `GetNonce`. While the managed is thread safe it does not help us in this
      case.
      7bb5ac04