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
ValidateUnsigned can be deprecated with a rust attribute and #[validate_unsigned] by emitting a proc-macro-warning.
The logic should be moved to TransactionExtension.
Part of #2415
ValidateUnsignedcan be deprecated with a rust attribute and#[validate_unsigned]by emitting a proc-macro-warning.The logic should be moved to
TransactionExtension.