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
·
58 commits
to master
since this release
Minor Changes
-
#155
9dcab53
Thanks @jribbink! - Allow custom transaction signers to be provided as object withaddr
,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-encodedBuffer
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
andsendTransaction
: