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
Mutates the origin with a signed origin that corresponds to the AccountId of the authenticated Account, or
Fails with BadSignature error otherwise.
Finally, by changing this, the authenticate and dispatch calls should be deprecated. Backward compatibility is not expected from this point, as this pallet is not yet marked as stable.
The text was updated successfully, but these errors were encountered:
Replace the existing bypassing logic with a
TransactionExtension
that:AccountId
of the authenticatedAccount
, orBadSignature
error otherwise.Finally, by changing this, the
authenticate
anddispatch
calls should be deprecated. Backward compatibility is not expected from this point, as this pallet is not yet marked as stable.The text was updated successfully, but these errors were encountered: