What's Changed
⭐ Features
- Add
UFix128
type to Cadence by @SupunS in #4147 - [Compiler] Support
Fix128
andUFix128
types in compiler by @SupunS in #4164 - Add
Fix128
andUFix128
types to Cadence by @SupunS in #4131
🛠 Improvements
- Improve fixedpoint conversions by @SupunS in #4151
- Handle external overflow/underflow errors from library by @SupunS in #4170
- Update to latest fixed-point version by @SupunS in #4194
🐞 Bug Fixes
- [Compiler] Fix enums by @RZhang05 in #4189
- Use truncation instead of rounding for
big.Int
division by @SupunS in #4184 - [Compiler] Do not transfer and convert moved value by @turbolent in #4193
🧪 Testing
- Add more tests for
Fix128
type/value by @SupunS in #4140 - Test least-significant decimal point truncation by @SupunS in #4155
📖 Documentation
- Add release badge to README by @Olexandr88 in #4190
Other Changes
- Merge
release/v1.7.0-preview.2
tomaster
by @github-actions[bot] in #4188 - Bump fixed-point version to
v0.1.1
by @SupunS in #4196
New Contributors
- @Olexandr88 made their first contribution in #4190
Full Changelog: v1.7.0-preview.2...v1.7.0-preview.3