Client-side-validation v0.6
Release based on taproot-enabled rust-bitcoin and rust-miniscript libraries.
What's Changed
- Async support in single-use-seals by @dr-orlovsky in #36
- Fixing missed bulletproof use for commit_encode by @dr-orlovsky in #37
- Fixing merklization bug for certain length of data by @dr-orlovsky in #38
- Strict encoding advancements: TLVs, derive helpers, test helpers by @dr-orlovsky in #39
- Strict encoding: failing on even unknown TLVs, better docs by @dr-orlovsky in #40
- Support for non-optional TLV field types by @dr-orlovsky in #41
- TLV testing by @dr-orlovsky in #42
- Fixing encoding derive helpers bug with TLV non-copy encoding by @dr-orlovsky in #43
- Fixing strict encoding for TLV structs without aggregator by @dr-orlovsky in #46
- TLV main refactoring by @dr-orlovsky in #49
- SigHashType strict encoding by @dr-orlovsky in #50
- Strict encoding for rust range types by @dr-orlovsky in #51
- Strict encoding for amplify_num u24 type by @dr-orlovsky in #52
- Taproot support by @dr-orlovsky in #48
- Version bump & updates by @dr-orlovsky in #55
- Refactor commit-embed API by @dr-orlovsky in #56
- Implement strict en-/decoding with const generics by @KaiWitt in #45
New Contributors
- @KaiWitt made their first contribution in #45
Full Changelog: v0.5.3...v0.6.0