v0.42.0
What's Changed
- feat: report the name of failing dependencies that cannot be sourced by @kayagokalp in #4715
- Minimal String type by @IGI-111 in #4716
- Implement
StorageString
to std-lib by @bitzoic in #4725 - remove unused debug flag by @JoshuaBatty in #4726
- feat: add encoding capability to forc-client for variable encoding by @kayagokalp in #4680
- Fixes invalid IR, on impl self with where clause. by @esdrubal in #4732
- Fix inlay hints by @sdankel in #4735
- Doc storage read unwrap_or clarification. by @SilentCicero in #4736
- return diagnostics from parser errors by @JoshuaBatty in #4730
- Conversion from
str
literals toString
by @IGI-111 in #4741 - ci: bump rust version to 1.70 by @kayagokalp in #4749
- filter out
CompileError::UnknownVariable
errors whenCONTRACT_ID
isn't injected into namespace by @JoshuaBatty in #4727 - Fix: Constant initializer expressions cannot use bitwise not by @xunilrj in #4739
- refactor: move
sysinfo
behind a feature flag and only enable it for non-macos builds by @kayagokalp in #4750 - Fix block height type to conform to spec by @IGI-111 in #4753
- chore: bump to v0.42.0 by @kayagokalp in #4755
New Contributors
Full Changelog: v0.41.0...v0.42.0