What's Changed
- fix: Sway formatter removing generic traits type parameters by @kayagokalp in #3257
- Rename constant_decleration to constant_declaration to fix spelling by @JoshuaBatty in #3259
- Add tests for generics and
Vec
in the abi (just as an input for now) by @mohammadfawaz in #3209 - Type check trait methods during trait declaration. by @emilyaherbert in #3213
- Update the list of crates to verify the tag for by @mohammadfawaz in #3269
- Address Clippy warnings due to Rust 1.65 by @mohammadfawaz in #3274
- Workaround clippy::result_large_err error with Rust 1.65. by @tritao in #3276
- LSP: Show fn signature and type info, visibility, and mutability on hover requests. by @JoshuaBatty in #3258
- Sway unit test (i.e.
#[test]
fn) compilation by @mitchmindtree in #2985 - LSP: Collect declaration tokens from std lib prelude and dependencies by @JoshuaBatty in #3212
- Provide a way to obtain workspace member order by @kayagokalp in #3134
- fix: create message to sign from transaction id bytes by @kayagokalp in #3201
- Tests revert in an if branch by @esdrubal in #3285
- Fixes "Unknown attribute: inline." warnings. by @esdrubal in #3289
- fix: remove std dependency for the workspace test by @kayagokalp in #3293
- Bump to
v0.30.1
by @mohammadfawaz in #3290
Full Changelog: v0.30.0...v0.30.1