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 was archived by the owner on Jan 8, 2025. It is now read-only.
Inside the AccountContract, add a Account_authorized_message_hashes Map<u256, bool>`
Inside execute_from_outside, after the signature is validated, after the transaction is decoded, if transaction.chain_id is none, then this is a pre-eip155 transaction
In this case, verify that this transaction hash was registered in the Account_authorized_message_hashes storage variable of this account.