Skip to content

Simplex v0.0.6

Latest

Choose a tag to compare

@Arvolear Arvolear released this 09 Jun 12:06
· 1 commit to master since this release
v0.0.6
97782c7

Release notes v0.0.6 🎉

Simplex

  • Refactored artifacts macro.
  • Added new functions to ProviderTrait.
    • fetch_tip_block_hash.
    • fetch_block_hash_at_height.
    • fetch_block_txids.
  • Implemented Default trait for autogenerated witness and arguments.
  • Migrated test runner to nextest.
    • Refactored -v and -vv flags to represent various logging verbosity levels.
    • Improved test filtering logic. In order to run non-simplex tests, --no-simplex flag has to be specified.
    • Added --test-threads flag to indicate the number of threads to be used in tests. Default is 1.
    • Removed --nocapture flag. Use -v or -vv instead.
  • Added transaction cost logging and fixed duplicate simplicity traces.
  • Fixed u1 witness encoding bug.
  • Fixed 100% CPU usage on simplex regtest execution.
  • Rewrote verbosity configuration in both simplex test and SDK to check if debug symbols should be included in program compilation.

Simplexup

  • Added cargo-nextest binary to the installer.