1. 01 12月, 2015 1 次提交
    • J
      core: added a new RemovedLogEvent · 9901a40f
      Jeffrey Wilcke 提交于
      When a chain reorganisation occurs we collect the logs that were deleted
      during the chain reorganisation. The removed logs are posted to the
      event mux indicating that those were deleted during the reorg.
      9901a40f
  2. 27 11月, 2015 8 次提交
  3. 26 11月, 2015 1 次提交
  4. 25 11月, 2015 3 次提交
    • J
      Merge pull request #1996 from obscuren/whisper-spam-fix · 168d0e9e
      Jeffrey Wilcke 提交于
      whisper: fixed broadcast race
      168d0e9e
    • J
      whisper: fixed broadcast race · 5f0a4416
      Jeffrey Wilcke 提交于
      Whisper's expire and broadcast loops happen in two separate go routines.
      Whenever an envelope is being expired it's removed from the set of
      envelopes and it looses all information about the envelope, including
      the "known hash". After the envelope has been removed it can be
      re-accepted by a broadcasting peer putting back the envelope in the set
      of envelopes. Since the envelope broadcast loop is separate of the
      expire loop expired messages may be broadcast to other peer, resulting
      in messages **never** being dropped.
      
      This PR includes an expire check before adding new messages to the set
      of envelopes.
      5f0a4416
    • P
      Makefile: support library build modes · 83a22b45
      Péter Szilágyi 提交于
      83a22b45
  5. 24 11月, 2015 2 次提交
  6. 23 11月, 2015 2 次提交
  7. 21 11月, 2015 2 次提交
  8. 20 11月, 2015 3 次提交
  9. 19 11月, 2015 13 次提交
  10. 18 11月, 2015 5 次提交