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

v0.3.0-alpha.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 23:34
· 58 commits to master since this release
47cba8f

Minor Changes

  • #155 9dcab53 Thanks @jribbink! - Allow custom transaction signers to be provided as object with addr, privateKey, keyId, hashAlgorithm, signatureAlgorithm keys as an alternative to supplying merely the signer's account address and having Flow JS Testing determine the rest. This allows for more complex transaction authorizers. See documentation for examples.

  • #158 57edf7d Thanks @jribbink! - Flow JS Testing now exports multiple new API methods:

    • pubFlowKey - may be used to generate an RLP-encoded Buffer representing a public key corresponding to a particular private key.
    • createAccount method which may be used to manually create an account with a given human-readable name & specified keys.

    And exports the following two enums which may be used with createAccount and sendTransaction:

Patch Changes

  • #164 962b535 Thanks @jribbink! - Bump @onflow/flow-cadut to 0.2.0-alpha.7 (fixes bug where optional array, dictionary, path arguments did not work)

  • #156 2206eda Thanks @jribbink! - Bumped @onflow/fcl to ^1.2.1-alpha.0