v0.3.0-alpha.15
Pre-releaseMinor Changes
-
#170
da5e666Thanks @jribbink! - Emulator logs are now captured when callingexecuteScript,sendTransaction,deployContract, anddeployContractByName. They part of the tuple returned by these functions (i.e.[result, error, logs]) and are provided as an array of strings. -
#166
69b25e0Thanks @jribbink! - AddsignUserMessageutility to sign a message with an arbitrary signer andverifyUserMessageto verify signatures. See more here
Patch Changes
-
#165
4ac3741Thanks @jribbink! - Block & timestamp offsets (e.g.setBlockOffset/setTimestampOffsetnow work in contracts. As well,deployContract&deployContractByNamehave the option of accepting code transformers like scripts/transactions.Additionally, passing the
builtInMethodscode 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.