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

v0.2.2 Upgrade how to detect emulator readiness

Compare
Choose a tag to compare
@kerrywei kerrywei released this 13 Jan 16:50
· 102 commits to master since this release
8ea6adb

What's Changed

Instead of reading logging lines from the emulator, the flow-js-testing library now makes a gRPC API call via FCL on getBlock() API to determine if the emulator is fully started. This change will address the intermittent test failures caused by prematurely flags emulator in a ready state.

New Contributors

Full Changelog: v0.2.1...v0.2.2