Skip to content

Releases: LNP-BP/client_side_validation

Client-side-validation v0.10.5

24 Jul 01:30
Compare
Choose a tag to compare

What's Changed

  • Update to Baid58 v0.4 with new checksums and strict types library ids

Full Changelog: v0.10.4...v0.10.5

Client-side-validation v0.10.4

12 Jul 19:21
919f8b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

Client-side-validation v0.10.3

16 Jun 10:19
69e8faf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

Client-side-validation v0.10.2

16 Jun 10:19
2cfa633
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

Client-side-validation v0.10.1

16 Jun 10:19
46a79d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

Client-side-validation v0.10

15 May 18:16
8d420cc
Compare
Choose a tag to compare

With this release, strict encoding library has moved into a dedicated GitHub organization https://github.com/strict-types and was fully redesigned to become functional generalized abstract data type library.

This release also features fully refactored commit-verify library leveraging the new strict type system, removing the need of the manual implementation of the commitments and the risks for their divergence from the data types serialization. The code of LNPBP-4 commitments was significantly simplified and streamlined.

Full Changelog: v0.9.0...v0.10.0

Client-side-validation v0.10 Beta 1

03 Feb 08:30
a44cb32
Compare
Choose a tag to compare
Pre-release

This is a first beta release of the last pre-v1 version of the client-side-validation foundation libraries.

With this release, strict encoding library has moved into a dedicated GitHub organization @strict-types and was fully redesigned to become functional generalized abstract data type library.

This release also features fully refactored commit-verify library leveraging the new strict type system, removing the need of the manual implementation of the commitments and the risks for their divergence from the data types serialization. The code of LNPBP-4 commitments was significantly simplified and streamlined.

Full Changelog: v0.9.0...v0.10.0-beta.1

Client-side-validation v0.9.0

24 Jan 02:52
Compare
Choose a tag to compare

What's Changed

Changes since RC1

New Contributors

Full Changelog: v0.8.0...v0.9.0

Client-side-validation v0.9 RC 1

25 Dec 18:59
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0-rc.1

Client-side-validation v0.8

30 Jun 14:38
83d1ee5
Compare
Choose a tag to compare

What's Changed

  • Strict encoding vec types enhancements by @dr-orlovsky in #87
  • Tagged hash API overhaul by @dr-orlovsky in #85
  • Enable multiple seal batches in single-use-seals API by @dr-orlovsky in #88
  • MSRV bump to 1.59 and rust edition 2021
  • Solve clippy init_numbered_fields warning for strict encoding (issue #54)

Full Changelog: v0.7.0...v0.8.0