Skip to content

Simplex v0.0.5

Choose a tag to compare

@Arvolear Arvolear released this 12 May 19:18
· 2 commits to master since this release
v0.0.5
1945d11

Release notes v0.0.5 🎉

Simplex

  • Added some documentation to the public simplex functions.
  • Implemented "global configuration" singleton in the SDK.
  • Added TxReceipt object that gets returned upon transaction broadcasting for blocks confirmation convenience.
  • Fixed FinalTransaction issuance inputs that didn't work correctly with inflation tokens.
  • Renamed with_pub_key program method to with_taproot_pubkey.
  • Added asset and amount methods to the UTXO struct.
  • Refactored simplex test command:
    • Added compatibility for custom test name filters.
    • Added --target flag that isolates tests to a specific integration test module.
    • Added --no-fail-fast flag to allow tests to keep running even if one fails.
    • Added --quiet flag to suppress some simplex logging.
  • Refactored the simplex new command to set up a new project by accepting a directory name.
  • Added NetworkUtils to TestContext for some "network cheatcodes":
    • The mine_until_height function is provided.
  • Added a -v flag to simplex test that logs simplicity pruning traces.
  • Fixed rustfmt warning on generated artifacts. Now they are skipped.
  • Added fixtures for simplex integration tests.

Simplexup

  • Added ability to fetch specific simplex commits.