Skip to content

v1.0.1

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 06 Sep 20:49

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.