Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

v0.3.0-alpha.15

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Aug 23:38
· 50 commits to master since this release
457886b

Minor Changes

  • #170 da5e666 Thanks @jribbink! - Emulator logs are now captured when calling executeScript, sendTransaction, deployContract, and deployContractByName. They part of the tuple returned by these functions (i.e. [result, error, logs]) and are provided as an array of strings.

  • #166 69b25e0 Thanks @jribbink! - Add signUserMessage utility to sign a message with an arbitrary signer and verifyUserMessage to verify signatures. See more here

Patch Changes

  • #165 4ac3741 Thanks @jribbink! - Block & timestamp offsets (e.g. setBlockOffset/setTimestampOffset now work in contracts. As well, deployContract & deployContractByName have the option of accepting code transformers like scripts/transactions.

    Additionally, passing the builtInMethods code transformer is now deprecated for scripts & transactions which require usage of block/timestamp offsets as transformer is applied by default internally by Flow JS Testing.

    See more here