plugeth/whisper
Guillaume Ballet df717abc99 whisper/whisperv6: fix PoW calculations to match the spec (#19330)
This PR fixes two issues in the PoW calculation of a Whisper envelope,
compared to the spec (see PoW Requirements):

- The pow is supposed to take the leading number of zeroes (i.e. most
  significant zeroes) and what it did was to take the number of trailing
  zeroes (i.e. least significant zeroes). It has been fixed to match what
  the spec and Parity does.
- The spec expects to use the size of the RLP encoded envelope, and it took
  something else, as described in #18070.
2019-03-26 10:23:59 +01:00
..
mailserver whisper/mailserver: reduce the max number of opened files (#18142) 2018-11-20 20:14:37 +01:00
shhclient whisper/shhclient: update call to shh_post to expect string instead of bool (#16757) 2018-05-29 04:36:31 -04:00
whisperv6 whisper/whisperv6: fix PoW calculations to match the spec (#19330) 2019-03-26 10:23:59 +01:00