v0.61.1
What's Changed
- Fixes namespace
variant_import
for parsed enum declaration variants. by @tritao in #6147 - Fix bug in IRGen for while loops by @vaivaswatha in #6146
- Add
Input::Message
case topredicate_address()
by @bitzoic in #6117 - Make CEI analysis take
burn
andmint
into account by @jjcnn in #6162 - Improving binary size for encoding v1 by @xunilrj in #6096
- fix: fix panic and improve error output in forc-debug by @sdankel in #6165
- docs: Fix nightly storage docs by @calldelegation in #6172
- Use company fork of publish-crates action by @IGI-111 in #6176
- Incomplete escape analysis and referred symbols in IR optimizations by @ironcev in #6175
- Remove
storage_vec_to_vec
inline tests from sdk-harness by @bitzoic in #6168 - Counter Example Doc Update by @Chester-King in #6164
- Verify that entry block does not have predecessors by @ironcev in #6177
- Update sdk-harness's
configurables_in_contract
test variable name fromCONTRACT_ID
toMY_CONTRACT_ID
by @bitzoic in #6167 - Cleanup
DeclRef
references fromTypeInfo::Enum
andTypeInfo::Struct
by @tritao in #6178 - Handle traits when doing namespace item imports. by @tritao in #6189
- Use
$one
fortrue
in ASM instead of using data section by @ironcev in #6186 - fix: only support hover links for vscode by @sdankel in #6181
- Fix Clippy warnings. by @tritao in #6183
- Fix bug in
Bytes::remove
andVec::remove
by @vaivaswatha in #6192 - chore: bump fuels-rs to v0.64.0, fuel-core to v0.28.0 by @kayagokalp in #6187
- Fix fn dedup miscompilation leading to
MemoryOverflow
onVec
s by @xunilrj in #6195 - Add a simple simplify-cfg optimization for assembly by @vaivaswatha in #6197
- Remove deferred monomorphization. by @tritao in #6196
- Fix u256 logarithm rounding errors by @SwayStar123 in #6163
- Fixes method application unwrap panic. by @esdrubal in #6201
- [ASM] Fix bug in modelling defs and uses of WQAM instruction by @vaivaswatha in #6203
- Enables tests that prove #418 is solved. by @esdrubal in #6206
- Refactor
StorageVec
'sload_vec()
andstore_vec()
to handle types of less than 8 bytes by @bitzoic in #6166 - Bump to v0.61.1 by @IGI-111 in #6207
New Contributors
- @Chester-King made their first contribution in #6164
Full Changelog: v0.61.0...v0.61.1