Skip to content
  1. Jan 02, 2018
    • Yurii Rashkovskii's avatar
      Problem: sending any Whisper message fails · 9c0fceb1
      Yurii Rashkovskii authored
      The error is "PoW too low to compete with other messages"
      
      This has been previously reported in #7144
      
      Solution: prevent the move semantics
      
      The source of the error is in PoolHandle.relay
      implementation for NetPoolHandle.
      
      Because of the move semantics, `res` variable is in fact
      copied (as it implements Copy) into the closure and for
      that reason, the returned result is always `false.
      9c0fceb1
  2. Dec 30, 2017
  3. Dec 29, 2017
  4. Dec 28, 2017
  5. Dec 27, 2017
  6. Dec 26, 2017
  7. Dec 22, 2017
  8. Dec 21, 2017