Version 0.15.0
·
1470 commits
to master
since this release
⭐ Features
- Added seals to
BlockPayload(#147) @beaugunderson - Added client method for getting latest protocol state snapshot (#144) @jordanschalm
- Added template to remove contract from an account (#152) @bjartek
🛠 Improvements
- Updated to Cadence v0.13.0 (#155) @turbolent (Cadence v0.13.0 Release Notes)
- Deleted internal crypto package (#118) @tarakby
📖 Documentation
- Added FLOW token transfer example (#146) @psiemens
- Updated examples to work with transaction fees (#139) @janezpodhostnik
- Split SDK examples into separate documents (#142) @10thfloor
- Fixed outdated information in
docs/creating-accounts.mdx(#145) @yihau