Skip to content

Version 0.48.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 31 Mar 19:14
· 1953 commits to refs/heads/master since this release
0004f2c

⬆️ Install or Upgrade

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

⭐ Features

Emulator snapshot management (#941) @bluesign
The new emulator snapshot command allows you to create a snapshot in your local blockchain history you can at any point jump back to. You can easily create a snapshot by running flow emulator snapshot create myInitState and then jump to that snapshot by running flow emulator snapshot load myInitState.

🛠 Improvements

🐞 Bug Fixes

📖 Documentation