Skip to content

Releases: bitauth/libauth

v3.1.0-next.0

26 Jul 18:05
b1851d4
Compare
Choose a tag to compare
v3.1.0-next.0 Pre-release
Pre-release

Minor Changes

  • #138 1a03d3f Thanks @github-actions! - Add support for debugging evaluations with loops

  • #138 4043ae7 Thanks @github-actions! - Deprecate BCH_2022_05 VM, add BCH_2023_05, BCH_2025_05, and BCH_SPEC VMs, update vmb_tests

    Additionally, all exports have been renamed to more consistently adhere to the camelCase capitalization style, without exceptions for abbreviations. For example assembleBytecodeBCH is now assembleBytecodeBch. To ensure backwards-compatibility, aliases (marked with @deprecated TSdoc tags) are also exported using the old capitalization. These aliases will be removed in a future major version.

Patch Changes

v3.0.0

10 Apr 17:33
6d0ae21
Compare
Choose a tag to compare

Major Changes

Minor Changes

Patch Changes

  • #127 e5c275f Thanks @bitjson! - generateRandomBytes: always verify unique results across two runs

    Fixes #119. Old behavior is available at generateRandomBytesUnchecked.

v2.1.0

24 Feb 09:08
Compare
Choose a tag to compare

Minor Changes

Patch Changes