v0.60.0
What's Changed
- fix: add forc-doc impls for enums and fix sidebar by @sdankel in #6020
- fix dca for encoding v1 autogenerated code by @xunilrj in #6006
- Don't contrain type arguments of StorageMap by @IGI-111 in #6034
- TryFrom< B512 > for b256, u256 by @SwayStar123 in #6010
- Allow storage access in fallback only contracts by @IGI-111 in #6031
- Fix containing
StorageString
s inStorageVec
s by @ironcev in #6043 - Add
AbiEncode
andAbiDecode
forString
by @bitzoic in #6037 - fix bug in fndedup for fuelvm instructions by @vaivaswatha in #6045
- Introduce
Self::zero
andself::is_zero()
for 13 types by @bitzoic in #5973 - Optimization pipeline: switch order of fndedup and inlining by @vaivaswatha in #6024
- Enable OrdEq on U128 by @IGI-111 in #6048
- Bump to v0.60.0 by @IGI-111 in #6049
Full Changelog: v0.59.0...v0.60.0