/scrypto-unit

A lightweight testing framework for Scrypto.

Primary LanguageRust

A lightweight testing framework for Scrypto.

TODO

  • Update docs.
  • Finish dropped methods.
  • More tests.

Changelog

v0.4.1

  • Updated to be compatible with scrypto v0.4.1 and radix-engine v0.4.1.
  • Methods that not updated, disabled (see commented code "TODO: dropped v0.4.1"):
    • return_of_call_function
    • get_account_vaults
    • get_non_fungible_ids_for_rd
    • get_lazymap_info
    • get_vault_info
  • Added new tests.