Skip to content

Releases: joshdoman/confidential-script-lib

0.3.2

14 Oct 19:59
2f1d8e1

Choose a tag to compare

Re-export rust-bitcoin

Full Changelog: v0.3.1...v0.3.2

0.3.1

07 Oct 01:07

Choose a tag to compare

What's Changed

  • feat(api): externalize deserialization in #14

Full Changelog: v0.3.0...v0.3.1

0.3.0

05 Oct 22:49
be70fc1

Choose a tag to compare

What's Changed

  • feat(api): multi-input emulation in #13

Full Changelog: v0.2.3...v0.3.0

0.2.3

05 Oct 17:55

Choose a tag to compare

What's Changed

  • refactor(api): Removed weight from verify API in #10
  • refactor(api): Convert input_index field from u32 to usize in #11

Full Changelog: v0.2.2...v0.2.3

0.2.2

29 Aug 20:32

Choose a tag to compare

What's Changed

  • feat: Add tx weight to Verifier in #7
  • refactor: Removed unused flags parameter from Verifier in #7

Full Changelog: v0.2.1...v0.2.2

0.2.1

15 Aug 17:08
8a64b22

Choose a tag to compare

What's Changed

  • feat: add support for data-carrying annexes (see #2 for more details)
  • fix: validate input script_pubkey, ensuring the input matches what's expected
  • Additional tests and refactoring

0.2.0

15 Aug 01:05

Choose a tag to compare

Improvements to the API, simplified to remove redundant parameters.

0.1.0

12 Aug 15:15

Choose a tag to compare

Initial release