v0.62.0
What's Changed
- feat: Print the formatted bytecode size on forc build by @sdankel in #6214
- Inliner shouldn't inline a function into itself by @vaivaswatha in #6218
- better error and dca for configurables by @xunilrj in #6121
match
for string slices by @xunilrj in #6202- fix: typo in comment for ipfs fetching in forc-pkg by @kayagokalp in #6236
- Add string slices to supported types message in match expressions by @ironcev in #6243
- fix configurable tests by @xunilrj in #6242
- re-enable LDC test by @xunilrj in #6240
- chore: remove snapshot, as accounts are funded by default by @kayagokalp in #6235
- Fix
Bytes
,Vec
andString
buffer ownership by @xunilrj in #6142 - Correctly handle
Input::Message
when callingmsg_sender()
by @bitzoic in #6231 - Memory usage reduction by @jjcnn in #6249
- Unify AST nodes for parsed and typed
impl self
andimpl trait
. by @tritao in #6251 - uncomment update contract update check by @xunilrj in #6247
- Add LRU Session Cache to Reduce RAM Usage by @JoshuaBatty in #6239
- Update index.md by @Olexandr88 in #6261
- Add
Output::ContractCreated
transaction toOutput
enum by @bitzoic in #6194 - Implement a map from typed to parsed decl ids in the declaration engine. by @tritao in #6245
- Small code refactor by @ylmin in #6263
- docs: Add Core Library to introduction section of the Sway book by @calldelegation in #6193
- Feature: Reexport using
pub use
by @jjcnn in #6116 - Add tracing span macro calls to the language server for better debugging by @JoshuaBatty in #6238
- Update index.md by @operagxsasha in #6267
- Use HashSet for error deduplication by @ylmin in #6268
- chore: bump to use fuel-core v0.31.0 and sdk v0.65.1 by @kayagokalp in #6252
- Bump to v0.62.0 by @IGI-111 in #6276
New Contributors
- @Olexandr88 made their first contribution in #6261
- @ylmin made their first contribution in #6263
- @operagxsasha made their first contribution in #6267
Full Changelog: v0.61.2...v0.62.0