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
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.
The text was updated successfully, but these errors were encountered:
EIP-155
Account_authorized_message_hashes
Map<u256, bool>`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 transactionAccount_authorized_message_hashes
storage variable of this account.The text was updated successfully, but these errors were encountered: