Releases: onflow/flow-cli
Version 0.38.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
Transaction signing with remote payload
It's now possible to sign a transaction payload that is fetched from a remote resource. When --from-remote-url flag is used the value needs to be a fully qualified url to transaction RLP Example: flow transaction sign --from-remote-url https://fully/qualified/url --signer alice (#564) @bthaile
🛠 Improvements
- Make it possible to configure the emulator with any option (#581) @bjartek
- Update linter used in the CI (#584) @sideninja
- Update Cadence, Emulator, Go SDK dependencies (#578) @dsainati1
- Update dev wallet to v0.4.9 (#574) @sukantoraymond
- Refactor the flowkit to allow passing a logger to the emulator (#573) @bjartek
- Avoid saving default emulator configuration to the flow.json (#509) @sukantoraymond
📖 Documentation
- Update this release template (#575) @sideninja
Version 0.37.6
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Fill in missing dev wallet config values #569 (#571) @sukantoraymond
Version 0.37.5
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Fill in missing dev wallet config values (#569) @sukantoraymond
- Improved crash reporting in development and production (#540) @sideninja
📖 Documentation
- Update docs with update section (#544) @sideninja
- Update install documentation for specific version (#567) @sukantoraymond
Version 0.37.4
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update events for interactive accounts creation (#560) @sukantoraymond
- Update flowkit cadence to 5a06fec82b4a (#555) @dsainati1
Version 0.37.3
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update fcl dev wallet to 0.4.6 (#556) @sukantoraymond
- Move flowkit package to its own module (#550) @dsainati1
Version 0.37.2
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Update dev wallet to 0.4.5 (#551) @sukantoraymond
Version 0.37.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
🛠 Improvements
- Improvement/Update flow emulator dependency (#547) @sukantoraymond
Version 0.37.0
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
⭐ Features
Smarter project deploy
Project deploy command just got smarter! When running the command with an --update flag the command first checks if the contract actually changed and only updates it if there are differences. This brings optimization in update speed and costs.
Example:
> flow project deploy --update
Deploying 2 contracts for accounts: emulator-account
HelloWorld -> 0xf8d6e0586b0a20c7 (fc72a313d5942b3860d2204335ee4c3408e1f33cff86533927ec473f359f6809) (update)
HelloWorldNew -> 0xf8d6e0586b0a20c7 (8f4ba2774d19aba97bc8318a5ecaf1ad2161918ae018b4217027fcb4e186d10e)
1 contracts updated successfully
✨ All contracts deployed successfully
Decoding transactions payloads
A new transaction command allows you to decode the transaction payload and viewing its' contents. You can use this command to decode any transaction payload that was already signed or RLP encoded by running the command: flow transactions decode. Read more about this new feature in the docs. (#528) @bthaile
🛠 Improvements
- Feature/Enable host configuration for dev wallet (#517) @sukantoraymond
- Update dev wallet v0.4.4 (#519) @sideninja
- Add github actions for getting diff & calling refresh (#511) @codingone21
- Updating flow-go version to address the problem of extra-log dir creation (#531) @vishalchangrani
📖 Documentation
- Update flow.json merging examples in the documentation. (#521) @sukantoraymond
🐞 Bug Fixes
- Use emulator service account defined in flow.json for signing by default (#518) @sukantoraymond
Version 0.36.2
What's Changed
- Update to Cadence v0.24.3 and Go SDK 0.26.2 by @turbolent in #526
Full Changelog: v0.36.1...v0.36.2
Version 0.36.1
⬆️ Install or Upgrade
Follow the Flow CLI installation guide for instructions on how to install or upgrade the CLI.
What's Changed
- Update to Emulator v0.33.2 by @turbolent in #525
Full Changelog: v0.36.0...v0.36.1