v1.0.1
General
- Patch from @borigas to remove the seed from the Random generator used to generate the PeerID. The existence of the seed meant that if you restarted your client you'd generate the same sequence again, but every ClientEngine created within a single process would be unique. Ideally the sequences should not repeat when restarting the engine. This was a recent regression.