Skip to content

Simplex v0.0.4

Choose a tag to compare

@Arvolear Arvolear released this 23 Apr 19:00
· 5 commits to master since this release
v0.0.4
b122e8d

Release notes v0.0.4 🎉

  • Sped up regtest setup 3x times by mining a block after tokens sweep.
  • Added basic taproot storage support to Program.
  • Added support for reissuance tokens (inflation keys) to the FinalTransaction builder.
  • Implemented nested witness signature injection and parsing.
    • Users can now ask a signer to put a signature under Either, Array, and Tuple types.
  • Added the auth and ports config support for the project manifest.
  • Fixed a bug where the build macro didn't support all SimplicityHL types, resulting into a panic.
  • Added get_script_pubkey and get_script_hash function to artifacts.
  • Removed get_program and get_program_mut from artifacts in favor of as_ref and as_mut.
  • Added new_metadata function to the PartialOutput.
  • Added random_mnemonic and random_signer functions.
  • Changed simplex test interface to just accept the name (or a pattern) of the tests to run.
    • Only simplex tests should be invoked now.
  • Implemented some unit tests.