You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
Sadly, yes. We recently learned that the whole thing was useless since the scope in which the right hand side of #[weight = { ... }]was being evaluated in already had access to all the parameters. So this is useless, adds only noise. It should be deprecated.
@athei I think this by itself would be mostly code removal and pretty trivial for substrate/polkadot. But, I'd surely flag it as clientnoteworthy, and maybe even consider communicating it in public channels since it might break other projects.
Sadly, yes. We recently learned that the whole thing was useless since the scope in which the right hand side of
#[weight = { ... }]
was being evaluated in already had access to all the parameters. So this is useless, adds only noise. It should be deprecated.FunctionOf
as#[deprecated]
A good candidate for something to be done #6040.
The text was updated successfully, but these errors were encountered: