Skip to content

Releases: onflow/flow-emulator

v0.45.0

22 Mar 18:11
7ea2b89
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.44.2...v0.45.0

Version 0.44.2

21 Feb 15:06
78aa747
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Prevent crashing on stop if listener wasn't initialized by @sideninja in #322

Full Changelog: v0.44.1...v0.44.2

Version 0.44.1

14 Feb 15:29
e22a3af
Compare
Choose a tag to compare

What's Changed

🛠 Improvements

Other Changes

Full Changelog: v0.44.0...v0.44.1

Version v0.44.0

10 Feb 22:41
f3639d3
Compare
Choose a tag to compare

What's Changed

⭐ Features

  • Debugger by @bluesign and @turbolent in #294

    The Emulator now supports the Debug Adapter Protocol, which allows debugging Cadence programs with e.g. Visual Studio Code!

    image

    The debugger supports features like:

    • Allow a script to get executed and report the result or error
    • Allow execution to be paused and continued
    • Stepping through a program (including stepping over, stepping in, and stepping out)
    • Add breakpoints
    • See the stack trace
    • Evaluate and inspect variables (e.g. expand arrays, dictionaries)
    • Show variables in scope
    • Inspect account storage

    See #164 for some demos

  • Create config endpoint by @DylanTinianov in #315

🛠 Improvements

New Contributors

Full Changelog: v0.43.0...v0.44.0

Version 0.43.0

27 Jan 19:16
44d3f01
Compare
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

🛠 Improvements

📖 Documentation

Other Changes

New Contributors

Full Changelog: v0.42.0...v0.42.1

Version 0.42.0

04 Jan 15:59
c984216
Compare
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

Other Changes

New Contributors

Full Changelog: v0.41.0...v0.42.0

v0.41.0

15 Dec 18:14
223da11
Compare
Choose a tag to compare

⬆️ Install or Upgrade

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

What's Changed

Full Changelog: v0.40.0...v0.41.0

Version 0.40.0

25 Nov 16:11
23f79d0
Compare
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

  • Remove WithMaxValueSizeAllowed from state setup #245
  • Use script env instead of transaction env for GetAccountStorage #242
  • Storage layer refactor & example new storage backend impl #221 @bluesign
  • Separate listen and start methods on the emulator server #237 @sideninja
  • Expose option for contract removal option #236 @sideninja

v0.38.1

12 Oct 22:07
2581481
Compare
Choose a tag to compare

What's Changed

  • Upgrading flow-go (to include event index fix) by @Tonix517 in #217

New Contributors

Full Changelog: v0.38.0...v0.38.1

Version 0.38.0

12 Oct 13:57
3436da4
Compare
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