Skip to content

Version 0.28.4

Compare
Choose a tag to compare
@release-drafter release-drafter released this 09 Nov 19:14
· 3687 commits to master since this release
a453244

⭐ Features

New Signature Command
A new signature command was added giving you capabilities to sign an arbitrary message with an account saved in the flow.json configuration and to validate a signature of a message using those same accounts. You can easily use the command by running: flow signatures generate|verify. Read more about it in the documentation. (#390) @sideninja

🛠 Improvements

Transaction Signing Check
During transaction signing the check is performed whether the signer provided is a correct one. (#382) @sideninja

Update dependencies

Maintenance

  • Change the default event range for batch to 25 from 250 (#397) @ph0ph0

🐞 Bug Fixes

Event Fetching Fix
Don't overflow block range calculation when the last block is smaller than the end range block (#392) @sideninja

📖 Documentation