Skip to content

Releases: BlockstreamResearch/smplx

Simplex v0.0.3

02 Apr 14:19
v0.0.3
e7f794c

Choose a tag to compare

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!

Simplex v0.0.2

23 Mar 17:27
v0.0.2
7f21210

Choose a tag to compare

Release notes v0.0.2 🎉

  • Implemented simplex init and simplex clean commands.
  • Added "initial signer bitcoins" to the Simplex configuration.
  • Added fetch_tip_height and fetch_tip_timestamp methods to the providers.
  • Added clippy check to CI.
  • Fixed regtest not accepting transactions with multiple OP_RETURNs.
  • Added send method to the signer to be able to quickly send a policy asset.
  • Extended get_wpkh_utxos method to be able to filter signer's UTXOs on the fly.

Simplex v0.0.1

17 Mar 18:18
v0.0.1
9e65944

Choose a tag to compare

Release notes v0.0.1 🎉

This is the initial Simplex release!

Please check out README to learn how to use Simplex to build, test, and deploy Simplicity smart contracts.