v0.63.2
What's Changed
- No limit on the depth of the return path analysis by @jjcnn in #6435
- Fix sway templates by @xunilrj in #6446
- Guarantee only valid bools are being decoded by @xunilrj in #6436
- Optimize manifest directory lookup with efficient caching by @JoshuaBatty in #6444
- Updated the emitted event in the search page by @laishawadhwa in #6454
- Add
RUST_BACKTRACE: full
to lsp CI tests by @JoshuaBatty in #6457 - std-lib/auth: update in-line docs for
caller_address()
by @K1-R1 in #6449 - Fixes panic on unwrapping in type_check_trait_implementation. by @esdrubal in #6434
- Add the
indoc
crate toswayfmt
tests for better readability. by @JoshuaBatty in #6450 - Handle Out of Bounds Read In Input Message Data by @bitzoic in #6439
- Fix trait-related type inference propagation bug by @tritao in #6455
- eliminate dead block args by @vaivaswatha in #6459
- chore: remove comment by @sdankel in #6463
- Handle formatting new types in
StorageField
by @JoshuaBatty in #6451 - Parse error on illegal statement by @jjcnn in #6443
- Better error array numerics by @xunilrj in #6420
- docs: Update debugging_with_cli.md by @sdankel in #6472
- Improves TraitMap performance. by @esdrubal in #6471
- Fixes Numeric type propagation by @esdrubal in #6461
- check if all required generic arguments are valid by @xunilrj in #6462
- Bump to v0.63.2 by @IGI-111 in #6476
New Contributors
- @laishawadhwa made their first contribution in #6454
Full Changelog: v0.63.1...v0.63.2