# EntryPoint v0.8 Released

By [erc4337](https://paragraph.com/@erc4337official) · 2025-03-31

---

The upcoming Pectra upgrade will introduce [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702), which will allow Externally Owned Accounts (EOAs) to function like smart contracts, upgrading them with AA features such as gas sponsorship, transaction batching and custom permissions.

Therefore, we have made sure that **EntryPoint v0.8 will offer native support for EIP-7702 authorizations**. This will allow any EOA that utilizes EIP-7702 to also make use of the pre-existing and comprehensive ERC-4337 ecosystem of bundlers and paymasters.

In addition, as part of the v0.8 focus on EIP-7702, we added the [Simple7702Account](https://github.com/eth-infinitism/account-abstraction/blob/v0.8.0/contracts/accounts/Simple7702Account.sol) contract to the core of the ERC-4337 smart contract distribution. This is a fully audited minimalist smart contract wallet that can be safely authorized by any Externally Owned Account (EOA) and adds full support for all the major features of Smart Contract Accounts.

EntryPoint v0.8 also includes the following changes:

*   Native support for ERC-712 based UserOperation hash and signatures
    
*   The [unused gas penalty](https://eips.ethereum.org/EIPS/eip-4337#required-entry-point-contract-functionality) no longer applies if unused gas is below 40,000 gas
    
*   Native Go implementation of [ERC-7562 tracer](https://github.com/ethereum/go-ethereum/pull/31006) for ERC-4337 bundlers (expected to be merged in Pectra mainnet)
    
*   Minor relaxations to ERC-7562 validation rules
    
*   Bug fixes for issues discovered as part of the AA Bug Bounty Program:
    
    *   Prevent initCode front-running
        
    *   Fix errors in calculating Paymaster postOp actualGasUsed value
        
    *   Prevent explicitly setting Paymaster as zero address
        

For a deeper dive please check out:

[Audit report](https://github.com/eth-infinitism/account-abstraction/blob/develop/audits/SpearBit%20Account%20Abstraction%20Security%20Review%20-%20Mar%202024.pdf) by Spearbit

[Release notes](https://github.com/eth-infinitism/account-abstraction/releases/tag/v0.8.0) on our GitHub repo

[EntryPoint v0.8](https://etherscan.io/address/0x4337084D9E255Ff0702461CF8895CE9E3b5Ff108) on EtherScan

---

*Originally published on [erc4337](https://paragraph.com/@erc4337official/entrypoint-v0-8-released)*
