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

Commit 457886b

Browse files
Version Packages (alpha) (#176)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da5e666 commit 457886b

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
"gold-cheetahs-attend",
1212
"kind-fishes-switch",
1313
"long-hairs-collect",
14+
"moody-moose-work",
1415
"olive-fishes-tap",
1516
"polite-apes-shop",
17+
"quick-carrots-type",
1618
"rare-starfishes-mate",
19+
"red-vans-explode",
1720
"selfish-turtles-do",
1821
"tough-swans-itch",
1922
"wet-pillows-applaud"

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# flow-js-testing
22

3+
## 0.3.0-alpha.15
4+
5+
### Minor Changes
6+
7+
- [#170](https://github.com/onflow/flow-js-testing/pull/170) [`da5e666`](https://github.com/onflow/flow-js-testing/commit/da5e6667fd9cf134ea536d6c82ce5e649e86d28f) Thanks [@jribbink](https://github.com/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.
8+
9+
* [#166](https://github.com/onflow/flow-js-testing/pull/166) [`69b25e0`](https://github.com/onflow/flow-js-testing/commit/69b25e089a28ccea40e1ba41ff2045aa71b92cb4) Thanks [@jribbink](https://github.com/jribbink)! - Add `signUserMessage` utility to sign a message with an arbitrary signer and `verifyUserMessage` to verify signatures. [See more here](/docs/api.md#signusermessagemessage-signer)
10+
11+
### Patch Changes
12+
13+
- [#165](https://github.com/onflow/flow-js-testing/pull/165) [`4ac3741`](https://github.com/onflow/flow-js-testing/commit/4ac37411199245528fb149b0f7bff7125311ac44) Thanks [@jribbink](https://github.com/jribbink)! - Block & timestamp offsets (e.g. `setBlockOffset`/`setTimestampOffset` now work in contracts. As well, `deployContract` & `deployContractByName` have the option of [accepting code transformers](/docs/api.md#deploycontractprops) like scripts/transactions.
14+
15+
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.
16+
17+
[See more here](/TRANSITIONS.md#0002-depreaction-of-builtinmethods-code-transformer)
18+
319
## 0.3.0-alpha.14
420

521
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/flow-js-testing",
3-
"version": "0.3.0-alpha.14",
3+
"version": "0.3.0-alpha.15",
44
"description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)