What's Changed
- bug(fmt): do not iteratively call forc-fmt over members on the root dir by @bingcicle in #4038
- Support inner module doc attributes with
#!
&//!
syntax by @eureka-cpu in #4081 - Add tokens for
impl
targets by @IGI-111 in #4101 - Add and create
PassGroup
s by @vaivaswatha in #4099 - Supertraits for ABIs by @anton-trunov in #3992
- Add
mut
keyword toappend()
in theBytes
type by @bitzoic in #4110 - fix(fmt): match branch enum extra newline by @bingcicle in #4084
- fix: empty fn comments by @bingcicle in #4093
forc-tx
: Improve error handling usingthiserror
. Fixpanic!
ing version/help output. by @mitchmindtree in #4085- Limit inner doc comment attributes to
Module
by @eureka-cpu in #4113 - Support for configurable blocks in the formatter by @mohammadfawaz in #4105
- Check for storage types in impl method params by @vaivaswatha in #4119
- feat: Upon test failure, output revert code with human-readable label and associated logs by @kayagokalp in #3999
- add missing go to def tests for structs by @JoshuaBatty in #4115
- feat: Add salt flag to
forc deploy
, maturity flag todeploy
andrun
by @mitchmindtree in #4116 - Bump to
v0.35.2
by @mohammadfawaz in #4123
Full Changelog: v0.35.1...v0.35.2