Skip to content

Simplex v0.0.3

Choose a tag to compare

@Arvolear Arvolear released this 02 Apr 14:19
· 6 commits to master since this release
v0.0.3
e7f794c

Release notes v0.0.3 🎉

  • Flattened simplex test command interface. Removed run and integration nesting.
  • Refactored Signer and Program interfaces to get rid of unnecessary .unwrap() calls.
  • Added support for confidential UTXOs.
    • Use output.with_blinding_key() to create one.
    • Use signer.blinding_key() to fetch a blinding key of a specific signer.
  • Renamed Signer functions to not use the wpkh prefix.
  • Renamed Context functions to return a default signer and provider.
  • Added create_signer function to Context.
  • Added UTXO struct to be used in the entire SDK.
  • Refactored PartialInput to support locktime.
  • Removed presets from the SDK.
  • Handled ElementsRegtest in test context instead of panicking.

Thanks @panditdhamdhere for contributing!