Skip to content

Releases: drand/drand-client

v1.2.0

05 Feb 09:06
e31f33a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.0.0

21 Mar 10:19
4fbd721
Compare
Choose a tag to compare

What's Changed

  • updated a bunch of dependencies
  • Migrated codebase to typescript by @CluEleSsUK in #33
  • Support for unchained beacon verification by @CluEleSsUK in #37
  • corrected documentation around public key type and encoding in chain by @CluEleSsUK in #42
  • Add npm badge to README by @webmaster128 in #57
  • sanitise round and times for infinity and NaN by @CluEleSsUK in #59
  • versioning now gets added at compile time to avoid reshaping the build by @CluEleSsUK in #61
  • beacon verification for g1/g2 swap network by @CluEleSsUK in #63

New Contributors

Full Changelog: v0.2.0...v1.0.0

v1.0.0-testnet

13 Dec 17:44
e9b75c9
Compare
Choose a tag to compare
v1.0.0-testnet Pre-release
Pre-release

The major changes in this release are:

  • support for unchained randomness
  • support for requesting multiple networks from a single node
  • Typescript support
  • a big refactor of the interfaces!

This testnet release is a pre-release for testing purposes and may receive changes before we release the official v1.0.0 (non-testnet) version.
Use at your peril and don't use it in production apps!

v0.2.0

14 Jul 11:04
Compare
Choose a tag to compare

Adds periodic speed testing to the optimizing client so that calling get or watch will use the fastest client available.

v0.1.3

14 Jul 08:41
Compare
Choose a tag to compare

Fixes round number and round time calculations.