good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 19, 2015
  2. Aug 18, 2015
  3. Aug 17, 2015
  4. Aug 16, 2015
  5. Aug 15, 2015
  6. Aug 14, 2015
    • 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
    • Jeffrey Wilcke's avatar
      Merge pull request #1658 from bas-vk/liner-ctrl-c · cd81356a
      Jeffrey Wilcke authored
      Clear current line on ctrl-C
      cd81356a
Loading