EIP Commits by Category

EIPs in Last Call

CategoryEIPTitleAuthorLast Call Deadline
ERC7751Wrapping of bubbled up revertsDaniel Gretzke (@gretzke), Sara Reynolds (@snreynolds), Alice Henshaw (@hensha256), Marko Veniger <[email protected]>, Hadrien Croubois (@Amxx)in 1 day
ERC7734Decentralized Identity Verification (DID)Anushka Yadav (@64anushka) <[email protected]>in about 6 hours
ERC7820Access Control RegistryShubham Khandelwal (@shubh-ta), Anushka Yadav (@anushka642000)in about 6 hours
ERC7208On-Chain Data ContainersRachid Ajaja <[email protected]>, Alexandros Athanasopulos (@Xaleee), Pavel Rubin (@pash7ka), Sebastian Galimberti Romano (@galimba), Daniel Berbesi (@berbex), Apostolos Mavropoulos (@ApostolosMavro), Barbara Marcano (@Barbara-Marcano), Daniel Ortega (@xdaniortega)6 days ago
ERC7578Physical Asset RedemptionLee Vidor (@V1d0r), David Tan <[email protected]>, Lee Smith <[email protected]>, Gabriel Stoica (@gabrielstoica)7 days ago
ERC7656Generalized Token-Linked ServicesFrancesco Sullo (@sullof)22 days ago
ERC5164Cross-Chain ExecutionBrendan Asselstine (@asselstine), Pierrick Turelier (@PierrickGT), Chris Whinfrey (@cwhinfrey)about 1 year ago
ERC6357Single-contract Multi-delegatecallGavin John (@Pandapip1)about 1 year ago
ERC5453Endorsement - Permit for Any FunctionsZainan Victor Zhou (@xinbenlv)over 1 year ago
ERC5114Soulbound BadgeMicah Zoltu (@MicahZoltu)over 1 year ago
ERC6093Custom errors for commonly-used tokensErnesto García (@ernestognw), Francisco Giordano (@frangio), Hadrien Croubois (@Amxx)over 1 year ago
ERC5008ERC-721 Nonce ExtensionAnders (@0xanders), Lance (@LanceSnow), Shrug <[email protected]>over 1 year ago
ERC5496Multi-privilege Management NFT ExtensionJeremy Z (@wnft)about 2 years ago
ERC5216ERC-1155 Allowance ExtensionIván Mañús (@ivanmmurciaua), Juan Carlos Cantó (@EscuelaCryptoES)about 2 years ago
ERC2266Atomic Swap-based American Call Option Contract StandardRunchao Han <[email protected]>, Haoyu Lin <[email protected]>, Jiangshan Yu <[email protected]>about 4 years ago
ERC1191Add chain id to mixed-case checksum address encodingJuliano Rizzo (@juli)about 5 years ago

Latest EIP Diffs

CategoryEIPTitleCommitCommittedDiscussionMessageAuthor
ERC7765Privileged Non-Fungible Tokens Tied To RWA034ed5b3 days ago4Add ERC: Privileged Non-Fungible Tokens Tied To RWA Merged by EIP-Bot.frankmint2024
ERC7562Account Abstraction Validation Scope Rules62a7f8b7 days ago15Update ERC-7562: Update erc-7562.md Merged by EIP-Bot.Dror Tirosh
ERC7821Minimal Batch Executor Interface019a7a18 days ago4Update ERC-7821: Fix incorrect code comment Merged by EIP-Bot.Vectorized
ERC7562Account Abstraction Validation Scope Rulesb62cfd08 days ago15Update ERC-7562: AA-486 add creation rules OP-31, EREP-60, EREP-61 Merged by EIP-Bot.Dror Tirosh
ERC7821Minimal Batch Executor Interface68f72158 days ago4Update ERC-7821: Update motivation Merged by EIP-Bot.Vectorized
ERC7562Account Abstraction Validation Scope Rulesdf0f2ca8 days ago15Update ERC-7562: replace by fee reputation. Merged by EIP-Bot.Dror Tirosh
ERC7573Conditional-upon-Transfer-Decryption for DvP8e94e169 days ago17Update ERC-7573: Added releaseKey method to IDecryptionContract Merged by EIP-Bot.Christian Fries
ERC6860Web3 URL to EVM Call Message Translation653f9f612 days ago21Update ERC-6860: typos Merged by EIP-Bot.FT
ERC7683Cross Chain Intents563555512 days ago21Update ERC-7683: Update comments about usage of Gasless vs Onchain Order structs Merged by EIP-Bot.nicholaspai
ERC7786Cross-Chain Messaging Gatewayfd2c3a213 days ago7Update ERC-7786: Add background to diagram Merged by EIP-Bot.Ernesto García
ERC7818Expirable ERC-20f237eb513 days ago18Update ERC-7818: Move to Review Merged by EIP-Bot.sirawt
ERC7820Access Control Registry226f23413 days ago9Update ERC-7820: Move to Last Call Merged by EIP-Bot.anushka642000
ERC7777Governance for Human Robot Societies8bbf6d813 days ago19Update ERC-7777: Move to Review Merged by EIP-Bot.Shaohong Zhong
ERC7734Decentralized Identity Verification (DID)c6d26d313 days ago3Update ERC-7734: Move to Last Call Merged by EIP-Bot.Anushka Yadav
ERC7751Wrapping of bubbled up reverts6b144fa13 days ago20Update ERC-7751: Move to Last Call Merged by EIP-Bot.Daniel Gretzke
ERC7777Governance for Human Robot Societiesca9575413 days ago19Update ERC-7777: Update erc-7777.md Merged by EIP-Bot.Thamer Dridi
ERC7527Token Bound Function Oracle AMM2f250f813 days ago13Update ERC-7527: Update erc-7527.md Agency's description() function Merged by EIP-Bot.Lanyin Z
ERC7656Generalized Token-Linked Servicesb9de3d615 days ago16Update ERC-7656: Improve security considerations Merged by EIP-Bot.Francesco Sullo
ERC7780Validation Module Extension for ERC-7579cae856220 days ago1Add ERC: Validation Module Extension for ERC-7579 Merged by EIP-Bot.Konrad
ERC7208On-Chain Data Containersfb4f04420 days ago21Move erc-7208 to last call (closes #748) (#820)Sam Wilson
ERC7578Physical Asset Redemptiond02d25620 days ago12Update ERC-7578: Move to Last Call (#819) * style: format * chore: update contract interface and reference implementation * ERC-721 reference Formatting for bot. * docs: improve documentation and standard naming * fix: first match of ERC-7578 must be a link * Update erc-7578.md ERC-721 links * Update erc-7578.md Removed external link * fix: add 'virtual' to '_update' method to allow inheritance updates * refactor: remove 'properties' field from 'PropertiesRemoved' event * fix: potential linearization issue when inheriting 'ERC721' in the child contract * docs: update 'Security Considerations' section * Add author * Review bot fix * Change to review status * docs(ERC7578): address reviewer issues and suggestions * docs(ERC7578): remove 'setProperties' method * docs(ERC7578): move requirements to the specification section * Update erc-7578.md Fix authors with github username * chore: make 'setProperties' internal * docs: update ERC7578 reference implementation * chore: add 'Of' sufix for getters and setters * chore: move ERC-7578 to Last Call * Update status and last call deadline of ERC-7578 Co-authored-by: Sam Wilson <[email protected]> * docs(ERC-7578): update 'Security Considerations' section * docs(ERC-7578): reword * Update erc-7578.md: last-call-deadline --------- Co-authored-by: gabrielstoica <[email protected]> Co-authored-by: Vidor <[email protected]> Co-authored-by: Gabriel Stoica <[email protected]>Sam Wilson
ERC7750Decentralized Employment System80b7bda20 days ago1Add ERC: Decentralized Employment System Merged by EIP-Bot.James Save Chives
ERC7579Minimal Modular Smart Accounts83f8acb21 days ago21Update ERC-7579: hook clarifications Merged by EIP-Bot.Konrad
ERC7579Minimal Modular Smart Accounts8658d1d22 days ago21Update ERC-7579: Make ERC165 optional and clarify payable execution Merged by EIP-Bot.Ernesto García
ERC7555Single Sign-On for Account Discovery3d7856627 days ago5Update ERC-7555: fix typo Merged by EIP-Bot.oliveredget
ERC7683Cross Chain Intentsbb2598f28 days ago21Update ERC-7683: fix incorrect type and comment Merged by EIP-Bot.Matt Rice
ERC5173NFT Future Rewards (nFR)47a048228 days ago15Update ERC-5173: Abstract Merged by EIP-Bot.dRadiant
ERC7734Decentralized Identity Verification (DID)1958a4828 days ago3Update ERC-7734: Move to Review Merged by EIP-Bot.Anushka Yadav
ERC7820Access Control Registry9115af428 days ago9Update ERC-7820: Move to Review Merged by EIP-Bot.shubh-ta
ERC7746Composable Security Middleware Hooks7cfcfbb28 days ago4Update ERC-7746: Move to Review Merged by EIP-Bot.Peersky
ERC7821Minimal Batch Executor Interface8388b2228 days ago4Update ERC-7821: Add comment on allowing entry point for execute Merged by EIP-Bot.Vectorized
ERC7821Minimal Batch Executor Interface5b9b30329 days ago4Update ERC-7821: Fix return type of `supportsExecutionMode` in interface definition. Merged by EIP-Bot.Hadrien Croubois
ERC7683Cross Chain Intentsea6b5c5about 1 month ago21Update ERC-7683: Add clause about not knowing minOutput.recipient at order creation time Merged by EIP-Bot.nicholaspai
ERC7683Cross Chain Intentsdd6cfe3about 1 month ago21Update ERC-7683: Fix swapped `orderData` and `originData` erc-7683.md Merged by EIP-Bot.Bugsy
ERC7786Cross-Chain Messaging Gatewayb0a86b6about 1 month ago7Update ERC-7786: ERC-7786 update Merged by EIP-Bot.Hadrien Croubois
ERC7656Generalized Token-Linked Servicesf0bea3dabout 1 month ago16Update ERC-7656: Move to Last Call Merged by EIP-Bot.Francesco Sullo
ERC7734Decentralized Identity Verification (DID)acf2554about 1 month ago3Add ERC: Decentralized Identity Verification (DID) Merged by EIP-Bot.Anushka Yadav
ERC6900Modular Smart Contract Accounts2f2b46aabout 1 month ago21Update ERC-6900: wording simplification and corrections Merged by EIP-Bot.Adam Egyed
ERC7521General Intents for Smart Contract Walletsabb3f85about 1 month ago13Update ERC-7521: updated to reflect reference implementation optimizations Merged by EIP-Bot.PixelCircuits
ERC7821Minimal Batch Executor Interface88dc1b4about 1 month ago4Add ERC: Minimal Batch Executor Interface Merged by EIP-Bot.Vectorized
ERC7774Cache invalidation in ERC-5219 mode Web3 URLd9c9436about 1 month ago1Add ERC: Cache invalidation in ERC-5219 mode Web3 URL Merged by EIP-Bot.nand2
ERC3668CCIP Read—Secure offchain data retrieval5fed912about 1 month ago21Update ERC-3668: fix typo in erc3668 lookup process (#656) * fix typo in erc3668 lookup process @Arachnid 🙏 https://discuss.ens.domains/t/erc-3668-edge-case-for-clientside-http-ssl-errors/19617/2?u=0xc0de4c0ffee * Update erc-3668.md --------- Co-authored-by: Sam Wilson <[email protected]>0xc0de4c0ffee
ERC7710Smart Contract Delegation897369cabout 1 month ago21Add ERC: Smart Contract Delegation Merged by EIP-Bot.Rob Dawson
ERC7562Account Abstraction Validation Scope Rulese5287dcabout 1 month ago15Update ERC-7562: Update ERC-7562 rules to add EIP-7702 authorizations support Merged by EIP-Bot.Alex Forshtat
ERC6900Modular Smart Contract Accountsc081c44about 1 month ago21Update ERC-6900: Security considerations update with addressed comments Merged by EIP-Bot.Nikita Belenkov
ERC6900Modular Smart Contract Accounts091905dabout 1 month ago21Update ERC-6900: Security considerations update Merged by EIP-Bot.Nikita Belenkov
ERC7818Expirable ERC-20398eb5fabout 1 month ago18Add ERC: Expirable ERC-20 Merged by EIP-Bot.Sirawit Techavanitch
ERC7787Soulbound Degradable Governance4898ab1about 1 month ago1Add ERC: Soulbound Degradable Governance Merged by EIP-Bot.0xneves.eth
ERC7820Access Control Registry480e948about 1 month ago9Add ERC: Access Control Registry Merged by EIP-Bot.shubh-ta
ERC1078Universal login / signup using ENS subdomains050e383about 1 month ago21Update ERC-1078: Typo ERC-1078 (#637) * Update erc-1078.md * Update erc-1078.md * Update ERCS/erc-1078.md Co-authored-by: Sam Wilson <[email protected]> --------- Co-authored-by: Sam Wilson <[email protected]>tesseract