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
EIP-7702 is about to go live in Pectra, and it contains a revolutinary improvement to all EVM networks: adding the ability to use account abstraction on existing EOA accounts.
Alternatively, plain unprefixed eth_sign can be used (to sign the hash of the transaction), but that's dangerous and was removed from the ledger firmware a while back afaik.
The text was updated successfully, but these errors were encountered:
Description
EIP-7702 is about to go live in Pectra, and it contains a revolutinary improvement to all EVM networks: adding the ability to use account abstraction on existing EOA accounts.
In order to support this, EIP-7702 transaction type 4 needs to be implemented: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7702.md#set-code-transaction
Alternatively, plain unprefixed eth_sign can be used (to sign the hash of the transaction), but that's dangerous and was removed from the ledger firmware a while back afaik.
The text was updated successfully, but these errors were encountered: