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

Releases: libp2p/js-libp2p-stardust

v0.2.0-rc.0

06 Mar 18:28
c5fff3f
Compare
Choose a tag to compare
v0.2.0-rc.0 Pre-release
Pre-release

Bug Fixes

  • use correct listen addr (71e13b7)

v0.1.2

27 Oct 11:29
92cbf0d
Compare
Choose a tag to compare

Bug Fixes

v0.1.1

25 Oct 18:29
f2770ca
Compare
Choose a tag to compare

Bug Fixes

v0.1.0

25 Oct 17:23
2ec65a0
Compare
Choose a tag to compare

Bug Fixes

Features

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

v0.0.3

14 Jan 10:15
d91c005
Compare
Choose a tag to compare

Bug Fixes

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

Features

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

v0.0.2

12 Jan 11:40
071edd9
Compare
Choose a tag to compare

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)