Version 0.28.4
⭐ 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
- Updated flow-emulator dependency (#408) @sideninja
- Update third-library dependencies (#396) @sideninja
Maintenance
🐞 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
- Update emulator documentation (#403) @sideninja