Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Latest commit

 

History

History
104 lines (59 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

104 lines (59 loc) · 4.5 KB

0.2.0-rc.0 (2020-03-06)

Bug Fixes

  • use correct listen addr (71e13b7)

0.1.2 (2019-10-27)

Bug Fixes

0.1.1 (2019-10-25)

Bug Fixes

0.1.0 (2019-10-25)

Bug Fixes

Features

  • use release enc/dec and switch to cb based for now (d2b158a)

0.0.3 (2019-01-14)

Bug Fixes

  • test: call .start() with cb (5edf8fc)

Features

  • fire discovery only after .start(), negotiate proto version (fe7dfe0)
  • stardust server on readme (5f69f6a)

0.0.2 (2019-01-12)

Bug Fixes

Features

  • /p2p-stardust addresses (0507bb6)
  • a bit more transport interface integration (693df7b)
  • add .stop() to server and .dial() to client (b699bae)
  • add bin.js (13b63dd)
  • add muxer code (5409881)
  • better README (2e7c61c)
  • discovery fixes and tests (42756b4)
  • Dockerfile (d77e5a0)
  • implement softFail option (b295fcd)
  • Initial client implementation (bc3f1a8)
  • Initial server implementation (16faa44)
  • readme: add discovery flow (d0b59d4)
  • initial work on testing, other fixes (2ef45b0)
  • initial work to integrate with transport interface (c035e87)
  • readme: discovery flow (28a37a7)
  • readme: example, usage, etc (dddc918)
  • readme: update todos (5eba922)
  • remove .proto from README, link it instead (4554d8b)
  • swap xor for sha512 (b100396)