What's Changed
- Script to generate docs for forc commands + examples by @binggh in #1047
- Remove
std
from the list of dependencies in the default Forc.toml by @mohammadfawaz in #1226 - Checking E2E contract test receipts by @mohammadfawaz in #1205
- Quick warning for storage. by @SilentCicero in #1227
- Exposing methods of a trait to its subtraits and some additional things by @mohammadfawaz in #1223
- Fix forc init --template counter by @JoshuaBatty in #1245
- Updated
from_dir
to check parent directories by @eureka-cpu in #1232 - Missing span for TypeProperty by @mohammadfawaz in #1250
- Fix typo stabilized by @SilentCicero in #1247
- Added optional trailing
,
touse
statements insway-pest
by @eureka-cpu in #1253 - Properly handle TypeProperty in
dead_code_analysis
by @mohammadfawaz in #1251 - Introduce a path-aware
ManifestFile
type by @mitchmindtree in #1249 - Expanding storage documentation by @SilentCicero in #1228
- Update tx.sw to use const values by @nfurfaro in #1255
- Remove workaround for including
lib-std
from the Sway Book by @mohammadfawaz in #1264 - Added test for trailing
,
in import lists by @eureka-cpu in #1269 - add log_b256 method to std library by @SilentCicero in #1259
- Specify Rust version in install docs by @SilentCicero in #1266
- forc init welcome message by @SilentCicero in #1257
- docs: add short instruction to install forc lsp by @binggh in #1275
- Re-introduce the single arg contract call optimisation for IR. by @otrho in #1272
- Fix import of submodules within
std::context
by @mitchmindtree in #1287 - Fix bug where
forc
panics if dependency declared with bothpackage
andpath
by @mitchmindtree in #1289 - Bump to 0.10.2 by @mohammadfawaz in #1290
Full Changelog: v0.10.1...v0.10.2