1. 13 12月, 2016 4 次提交
  2. 12 12月, 2016 3 次提交
  3. 11 12月, 2016 2 次提交
    • B
      build: safe update of PATH on Windows (#3419) · 4f9ccdd7
      bas-vk 提交于
      NSIS has a default MAX_STR_LEN of 1024. If $ENV{PATH} is longer
      the returned string is truncated to an empty string. Its then not
      possible to distinguis between the variable not set or too long.
      As a result the variable is set with the location where geth and/or
      dev tools are installed. This may override any previous set values.
      4f9ccdd7
    • B
      core: bugfix state change race condition in txpool (#3412) · 4e36b1e3
      bas-vk 提交于
      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
  4. 10 12月, 2016 4 次提交
  5. 08 12月, 2016 4 次提交
  6. 06 12月, 2016 2 次提交
  7. 05 12月, 2016 5 次提交
  8. 02 12月, 2016 2 次提交
  9. 01 12月, 2016 3 次提交
  10. 30 11月, 2016 4 次提交
  11. 29 11月, 2016 7 次提交