Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Nov 02:33
effd2d5

1.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • change rng client watch and waitFor return value
  • refactor client class and rename Randomness to ByteHelper
  • change client to remember current pulse

Features

  • change rng client watch and waitFor return value (179a6f8)
  • refactor client class and rename Randomness to ByteHelper (10ad325)

Bug Fixes

  • getPulsePair attempts to fetch pulse -1 for first (5f7abb5)
  • handle pending rounds with no data (c388e34)
  • incorrect time to next pulse (242bfd4)
  • module exports (c8afd01)
  • move over to new twine library (8297381)
  • next pulse timing (84cb684)
  • passthrough fetch options (f638ca3)
  • test: mock the http requests (2cf2598)
  • timing (0eb240c)
  • undefined error if round errors. check ok (e2c918f)

Code Refactoring

  • change client to remember current pulse (3ed5b66)