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!