--- tags:EIP --- # EIPs Insight (February 2022) ## Summary In February, the EIP repository received [**4** new proposals](https://hackmd.io/@poojaranjan/EIPsInsightFebruary2022#New-proposals-Draft) as `Draft`, [**3** proposals](https://hackmd.io/@poojaranjan/EIPsInsightFebruary2022#Last-Call-to-Final) are moved to `Final` and [**4** EIPs](https://hackmd.io/@poojaranjan/EthereumImprovementProposalsInsight/https%3A%2F%2Fhackmd.io%2F%40poojaranjan%2FEIPsInsightFebruary2022%23New-proposals-Draft#Draft-to-Review) moved to `Review` from `Draft`. [**2** proposals](https://hackmd.io/@poojaranjan/EIPsInsightFebruary2022#New-proposals-Review-to-Last-Call) moved to `Last Call`. One of which, [EIP-2098](https://eips.ethereum.org/EIPS/eip-2098) completed it's `Last Call` period but has changed it's type from *Informational* to *Standard Track (ERC)*. [**1** `Final` proposal](https://hackmd.io/@poojaranjan/EIPsInsightFebruary2022#Changes-to-Final-proposals) received minor edits. This month we initiated onboarding new EIP editors following a simple [process for onboarding EIP editor apprentice](https://hackmd.io/@poojaranjan/EIP-ERC-Editor-handbook#How-can-an-apprentice-make-a-request-to-be-formally-onboarded-as-an-EIP-editior). We have an open [PR](https://github.com/ethereum/EIPs/pull/4859) to onboard **Sam Wilson as a new EIP editor**. **Other stats** - This repo has **3297 Forks** and **903** users have put it on the watchlist. Open [Pull Request-79](https://github.com/ethereum/EIPs/pulls) & [Issues-92](https://github.com/ethereum/EIPs/issues). ## Dashboard: EIPs Draft vs. Final (Aug 2021 - Feb 2022) ![](https://i.imgur.com/aTeIAib.png) ## New EIPs & Status change (Last updated: Feb 28, 2022) ### New proposals (`Draft`) 1. [EIP-4788: Beacon state root in the EVM](https://eips.ethereum.org/EIPS/eip-4788) 2. [EIP-4747: Simplify EIP-161](https://eips.ethereum.org/EIPS/eip-4747) 3. [EIP-4750: EOF - Functions](https://eips.ethereum.org/EIPS/eip-4750) 4. [EIP-4527: QR Code data transmission protocol for the offline wallets](https://eips.ethereum.org/EIPS/eip-4527) ### `Draft` to `Review` 1. [EIP-4399: Supplant DIFFICULTY opcode with PREVRANDAO](https://eips.ethereum.org/EIPS/eip-4399) Ref: [PR](https://github.com/ethereum/EIPs/pull/4837) 2. [EIP-4803: Limit transaction gas to a maximum of 2^63-1](https://eips.ethereum.org/EIPS/eip-4803) Ref: [PR](https://github.com/ethereum/EIPs/pull/4830) 3. [EIP-3675: Upgrade consensus to Proof-of-Stake](https://eips.ethereum.org/EIPS/eip-3675) Ref: [PR](https://github.com/ethereum/EIPs/pull/4765) 4. [EIP-2612: permit – 712-signed approvals](https://eips.ethereum.org/EIPS/eip-2612) Ref: [PR](https://github.com/ethereum/EIPs/pull/4653) ### `Review` to `Last Call` 1. [EIP-4626: Tokenized Vault Standard](https://eips.ethereum.org/EIPS/eip-4626) Ref: [PR](https://github.com/ethereum/EIPs/pull/4751) **Last Call Deadline**: 2022-03-11 2. [EIP-2098: Compact Signature Representation](https://eips.ethereum.org/EIPS/eip-2098) Ref: [PR](https://github.com/ethereum/EIPs/pull/4611) **Last Call Deadline**: 2022-02-13 (`Last Call` period completed. Author needs to create new PR to move to `Final`.) ### `Last Call` to `Final` 1. [EIP-3448: MetaProxy Standard](https://eips.ethereum.org/EIPS/eip-3448) Ref: [PR](https://github.com/ethereum/EIPs/pull/4740) 2. [EIP-3607: Reject transactions from senders with deployed code](https://eips.ethereum.org/EIPS/eip-3607) Ref: [PR](https://github.com/ethereum/EIPs/pull/4744) 3. [EIP-3668: CCIP Read: Secure offchain data retrieval](https://eips.ethereum.org/EIPS/eip-3668) Ref: [PR](https://github.com/ethereum/EIPs/pull/4746) ### Change of EIP Type 1. [EIP-2098: Compact Signature Representation](https://eips.ethereum.org/EIPS/eip-2098) moved from ***Informational*** to ***Standard Track*** ***(ERC)*** Ref: [PR](https://github.com/ethereum/EIPs/pull/4792) ### `Stagnant` to `Draft` 1. [EIP-663: Unlimited SWAP and DUP instructions ](https://eips.ethereum.org/EIPS/eip-663) Ref: ~~[PR](https://github.com/ethereum/EIPs/pull/4749/commits/28c238eb49b6bf11a7fd08b4f680597fddd2d258) and [Revert PR](https://github.com/ethereum/EIPs/pull/4752)~~ New [PR](https://github.com/ethereum/EIPs/pull/4754) ### `Stagnant` to `Review` None ### To `Stagnant` None ### Changes to EIP-1 None ### Changes to `Final` proposals 1. [EIP-2681: Limit account nonce to 2^64-1](https://eips.ethereum.org/EIPS/eip-2681) Ref: [PR](https://github.com/ethereum/EIPs/pull/4784) Author's comment: Unfortunately we have to update the spec of this retroactive EIP, because there was misunderstanding regarding how CREATE/CREATE2 instructions report nonce overflow error. It makes much more sense to return 0 rather than abort entire execution in this case, because this is like all other create-specific errors are reported (e.g. insufficient balance for transfer, account already exists, code size above limit, code starts with 0xEF). And in fact I assumed that 0 result is the expected behavior both in [go-ethereum implementation](https://github.com/ethereum/go-ethereum/pull/23853) and in [tests](https://github.com/ethereum/tests/pull/934), and these are already merged and released. ### Other improvements None #### Report EIP-bot bugs or request new feature improvements [here](https://github.com/ethereum/EIP-Bot/issues). ## General stats (January 28, 2022 - February 22, 2022) ![](https://i.imgur.com/w7ieQ0o.png) Excluding merges, **33 authors** have pushed **77 commits** to master and **91 commits** to all branches. On master, **37 files** have changed and there have been [2290](https://github.com/ethereum/EIPs/compare/c8e80baa77fa8ecbd7bad9262f0d5df20d334e3c...master) additions and [797](https://github.com/ethereum/EIPs/compare/c8e80baa77fa8ecbd7bad9262f0d5df20d334e3c...master) deletions. ![](https://i.imgur.com/2fufwS5.png)