Skip to content

Releases: onflow/flow-emulator

Version 0.32.0-beta1

27 May 21:33
c376e68

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

📖 Documentation

  • Add Emulator Usage as Go Module (#144) @sideninja

Version 0.31.1

08 Apr 16:15
f95ebd6

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

Version 0.31.0

31 Mar 13:26
22cafa9

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

💥 Breaking Changes

Transaction Fees And execution effort metering

With #142 two breaking changes were introduced

  • If the emulator is run with the --transaction-fees flag, the emulator no longer uses the static 0.00001 FLOW per Tx fees but instead uses dynamic fees as they will be on mainnet in the future.
  • The --transaction-fees flag, also switches the execution effort measuring and more importantly limiting to the version that will be on mainnet.

Both these changes are also described in the Variable Transaction Fees: Execution Effort FLIP.

Version 0.30.0

21 Mar 11:21
a0d2e89

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

Dev Wallet Removed

FCL Dev Wallet was removed from the emulator in favour of the CLI integration. (#138) @sideninja

Version 0.29.0

07 Mar 14:35
a65b259

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

Dependencies

  • Upgrade flow-go so it contains cadence v0.23.0 (#134) @janezpodhostnik
  • Update crypto dependency with non-relix fix (#129) @sideninja

Error Handling

  • Correctly emit emulator error messages to standard error output stderr (#123) @KeisukeYamashita
  • Fix crashing when the required port by the emulator is already in use (#132) @bluesign
  • Fail with non-zero exit code (#136) @sideninja

General

📖 Documentation

Version 0.28.2

16 Feb 15:04

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

Version 0.28.1

02 Feb 13:56
740fd9f

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

🛠 Improvements

  • Update dependencies (#122) @sideninja
  • Fix environment variable name for FLOW_WITHCONTRACTS (#120) @arturenault

Version 0.28.0

20 Jan 16:16
09b8441

Choose a tag to compare

⬆️ Install or Upgrade

Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.

⭐ Features

REST API

The new AN REST API is now available as beta in the emulator. Since this is not yet a v1 release the documentation for the API is not available, but you can use Open API schema to discover all the endpoints.

Please keep in mind this is a beta version of the API and there might be changes or bugs, if any bugs are found please do report them as REST API bugs here and tag them with rest tag

🛠 Improvements

Multiplatform Docker Builds

The CD process was improved to support multi platform builds, now also supporting apple silicon. (#110) @jrkhan

📖 Documentation

Snapshot Feature

The snapshot feature developed by @bluesign is now documented in the readme.

Version 0.27.3

22 Dec 15:17
98fef72

Choose a tag to compare

🐞 Bug Fixes

Configuration Key

Setting configuration service key had a bug when a public key was used, this is now fixed. (#108) @sideninja

Version 0.27.2

10 Dec 18:17
d385b26

Choose a tag to compare

🐞 Bug Fixes

Custom private key fix (#104) @bluesign