Releases: BlockstreamResearch/smplx
Releases · BlockstreamResearch/smplx
Simplex v0.0.3
Release notes v0.0.3 🎉
- Flattened
simplex testcommand interface. Removedrunandintegrationnesting. - Refactored
SignerandPrograminterfaces 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.
- Use
- Renamed
Signerfunctions to not use thewpkhprefix. - Renamed
Contextfunctions to return a default signer and provider. - Added
create_signerfunction toContext. - Added
UTXOstruct to be used in the entire SDK. - Refactored
PartialInputto support locktime. - Removed presets from the SDK.
- Handled
ElementsRegtestin test context instead of panicking.
Thanks @panditdhamdhere for contributing!
Simplex v0.0.2
Release notes v0.0.2 🎉
- Implemented
simplex initandsimplex cleancommands. - Added "initial signer bitcoins" to the Simplex configuration.
- Added
fetch_tip_heightandfetch_tip_timestampmethods to the providers. - Added clippy check to CI.
- Fixed regtest not accepting transactions with multiple OP_RETURNs.
- Added
sendmethod to the signer to be able to quickly send a policy asset. - Extended
get_wpkh_utxosmethod to be able to filter signer's UTXOs on the fly.
Simplex v0.0.1
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.