1. 10 Dec, 2016 1 commit
    • bas-vk's avatar
      core: bugfix state change race condition in txpool (#3412) · 4e36b1e3
      bas-vk authored
      The transaction pool keeps track of the current nonce in its local pendingState. When a
      new block comes in the pendingState is reset. During the reset it fetches multiple times
      the current state through the use of the currentState callback. When a second block comes
      in during the reset its possible that the state changes during the reset. If that block
      holds transactions that are currently in the pool the local pendingState that is used to
      determine nonces can get out of sync.
      4e36b1e3
  2. 08 Dec, 2016 1 commit
  3. 06 Dec, 2016 1 commit
    • Jeffrey Wilcke's avatar
      core, core/vm: implemented a generic environment (#3348) · 3fc7c978
      Jeffrey Wilcke authored
      Environment is now a struct (not an interface). This
      reduces a lot of tech-debt throughout the codebase where a virtual
      machine environment had to be implemented in order to test or run it.
      
      The new environment is suitable to be used en the json tests, core
      consensus and light client.
      3fc7c978
  4. 05 Dec, 2016 4 commits
  5. 04 Dec, 2016 2 commits
  6. 01 Dec, 2016 3 commits
  7. 30 Nov, 2016 6 commits
  8. 29 Nov, 2016 7 commits
  9. 28 Nov, 2016 15 commits