Skip to content
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.

Latest commit

 

History

History
51 lines (30 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • HOPR uses its own STUN servers 🚀
  • Use WebRTC over UDP by default and let WebRTC decide which transport protocol will be used
  • yarn demo spawns its own mini-testnet, including bootstrap server and persistent blockchain

Changed

  • HOPR uses public keys as addresses instead of hashed public keys 🚀
  • node hopr <id> spawns a HOPR node at port 9091 +
  • crawling: crawling is not block anymore, leads to faster crawling
  • heartbeat: every connection uses its own timer now

Fixed

  • catching various previously uncatched errors

[0.3.0]

Added

  • Command-line Interface

Fixed

  • lots of issues around opening / closing procedure

Known problems

  • Empty responses occasionally lead crashes

[0.2.0]

Added:

  • support for asynchronous acknowledgements
  • promisification mostly done
  • configuration inside .env file

Fixed

  • instabilities due to callbacks