Deprecate ValidateUnsigned
and #[validate_unsigned]
#2436
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
T13-deprecation
The current issue/pr is, or should be, part of a deprecation process.
Part of #2415
ValidateUnsigned
can be deprecated with a rust attribute and#[validate_unsigned]
by emitting a proc-macro-warning.The logic should be moved to
TransactionExtension
.The text was updated successfully, but these errors were encountered: