Skip to content

Releases: bitauth/libauth

v3.1.0-next.8

v3.1.0-next.8 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 17:44
d28da7f

Minor Changes

v3.1.0-next.7

v3.1.0-next.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Jul 06:55
0955b4c

Minor Changes

Patch Changes

v3.1.0-next.6

v3.1.0-next.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 May 07:18
28b9aeb

Minor Changes

v3.1.0-next.5

v3.1.0-next.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 04:24
0c1f0b8

Minor Changes

Patch Changes

v3.1.0-next.4

v3.1.0-next.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Dec 05:14
489cac0

Patch Changes

v3.1.0-next.3

v3.1.0-next.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Dec 00:26

Minor Changes

v3.1.0-next.2

v3.1.0-next.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Nov 03:10
681f962

Minor Changes

Patch Changes

v3.1.0-next.1

v3.1.0-next.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Sep 13:40
94306e4

Minor Changes

  • #144 cad78dd Thanks @bitjson! - Add combinatorial VMB test sets for arithmetic, hashing, and signature checking

  • #144 cad78dd Thanks @bitjson! - Rewrite VMB test tooling for parallel and incremental generation, benchmarking

Patch Changes

v3.1.0-next.0

v3.1.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 18:05
b1851d4

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

Choose a tag to compare

@github-actions github-actions released this 10 Apr 17:33
6d0ae21

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.