EIP Commits by Category

EIPs in Last Call

CategoryEIPTitleAuthorLast Call Deadline
ERC7878Bequeathable ContractsWamith Mockbill (@wamith)in 2 days
ERC7786Cross-Chain Messaging GatewayFrancisco Giordano (@frangio), Hadrien Croubois (@Amxx), Ernesto Garcia (@ernestognw), CJ Cobb (@cjcobb23), Sergey Gorbunov (@sergeynog), joxes (@Joxess)in 1 day
ERC7858Expirable NFTs and SBTssirawt (@MASDXI), ADISAKBOONMARK (@ADISAKBOONMARK), parametprame (@parametprame), Nacharoen (@najaroen)11 days ago
ERC7913Signature VerifiersHadrien Croubois (@Amxx), Ernesto García (@ernestognw), Francisco Giordano (@frangio), Aryeh Greenberg (@arr00)18 days ago
ERC6224Contracts Dependencies RegistryArtem Chystiakov (@arvolear)30 days ago
ERC7746Composable Security Middleware HooksTim Pechersky (@peersky)about 1 month ago
ERC7744Code IndexTim Pechersky (@peersky) <[email protected]>about 1 month ago
ERC7291Purpose bound moneyOrchid-Dev (@proj-orchid-straitsx), Victor Liew (@alcedo), Wong Tse Jian (@wongtsejian), Jacob Shan (@Jacobshan429), Chin Sin Ong (@chinsinong), Praveen Kumar (@veenkumarr)3 months ago
ERC7627Secure Messaging ProtocolChen Liaoyuan (@chenly) <[email protected]>6 months ago
ERC5164Cross-Chain ExecutionBrendan Asselstine (@asselstine), Pierrick Turelier (@PierrickGT), Chris Whinfrey (@cwhinfrey)almost 2 years ago
ERC6357Single-contract Multi-delegatecallGavin John (@Pandapip1)almost 2 years ago
ERC5453Endorsement - Permit for Any FunctionsZainan Victor Zhou (@xinbenlv)almost 2 years ago
ERC5114Soulbound BadgeMicah Zoltu (@MicahZoltu)almost 2 years ago
ERC5008ERC-721 Nonce ExtensionAnders (@0xanders), Lance (@LanceSnow), Shrug <[email protected]>about 2 years ago
ERC5496Multi-privilege Management NFT ExtensionJeremy Z (@wnft)almost 3 years ago
ERC5216ERC-1155 Allowance ExtensionIván Mañús (@ivanmmurciaua), Juan Carlos Cantó (@EscuelaCryptoES)almost 3 years ago
ERC2266Atomic Swap-based American Call Option Contract StandardRunchao Han <[email protected]>, Haoyu Lin <[email protected]>, Jiangshan Yu <[email protected]>over 4 years ago
ERC1191Add chain id to mixed-case checksum address encodingJuliano Rizzo (@juli)almost 6 years ago

Latest EIP Diffs

CategoryEIPTitleCommitCommittedDiscussionMessageAuthor
ERC4337Account Abstraction Using Alt Mempool6aab5df3 days ago21Update ERC-4337: Move to Review Merged by EIP-Bot.Alex Forshtat
ERC7754Tamperproof Extension Wallets API (TWIST)ead747d7 days ago3Update ERC-7754: adding details on 'alg' param Merged by EIP-Bot.dgilmanuni
ERC7946Unidirectional Wallet Uplink aka UWULink0c418427 days ago6Add ERC: Unidirectional Wallet Uplink aka UWULink Merged by EIP-Bot.Moody Salem
ERC7770Fractional Reserve Tokenbcd82eb8 days ago3Add ERC: Fractional Reserve Token Merged by EIP-Bot.yaronvel
ERC8004Trustless Agentse4f7e888 days ago21Update erc-8004.mdSam Wilson
ERC7656Generalized Contract-Linked Servicesa5837a49 days ago17Update ERC-7656: Remove reference to 6551 Merged by EIP-Bot.Francesco Sullo
ERC7786Cross-Chain Messaging Gatewayd565ee19 days ago9Update ERC-7786: Move to Last Call Merged by EIP-Bot.Francisco Giordano
ERC7955Permissionless CREATE2 Factoryd33976610 days ago10Update ERC-7955: Fix DUP instruction Merged by EIP-Bot.Francisco Giordano
ERC8004Trustless Agentsd30865a11 days ago21Add ERC: Trustless Agents (#1170) * Add Trustless Agents ERC md file * add descriptive name and minor edit * Update number * minor * fix format * add category * minor * 1) Fixed authors' tags 2) Added Jordan as author 3) Put aknolwdgments in alphabetical order * include matt's comments * retrigger checks --------- Co-authored-by: lightclient <[email protected]>Davide Crapis
ERC7955Permissionless CREATE2 Factory00dcafc14 days ago10Update ERC-7955: Propagate CREATE2 Reverts Merged by EIP-Bot.Nicholas Rodrigues Lordello
ERC7682Auxiliary Funds Capabilityc90395415 days ago5Update ERC-7682: Add section on `capabilities.auxiliaryFunds` parameter, `requiredAssets` Merged by EIP-Bot.Alex Donesky
ERC7943uRWA - Universal Real World Asset Interfacef2996c816 days ago21Update ERC-7943: Make tokenId indexed for ForcedTransfer event Merged by EIP-Bot.Mihai C
ERC7955Permissionless CREATE2 Factoryc4b846e17 days ago10Add ERC: Permissionless CREATE2 Factory (#1052) * Create erc.md * Rename erc.md to erc-permissionless_create2_factory.md * Add discussion link * Fix Minor Typo Just fixes a small inconsistency where we were using `||` and `++` for byte concatenation. Prefer the former. * Fix Heading for 3rd Existing Method * Add More Context about Using Private Key (#2) * Minor Edits - Remove duplicate linking to EIP-7702 (only first one should be linked) - Remove trailing whitespace - Fix spelling error * Fix Requires Reference Requires should be _just_ numbers without the `EIP-` or `ERC-` prefix. This causes issues with the generated HTLM and proofer. * Title Case Sections Fixed some section titles that weren't titlecased correctly. * Use `RETURNDATASIZE` Instead of `PUSH0` In order to not depend on EIP-3855 `PUSH0` opcode, we refactor the factory code to use `RETURNDATASIZE` which is guaranteed to be `0` **except** for when `CREATE2` reverts. With a little bit of moving code around, we also managed to change make the code one byte smaller and fit into a 32-byte word. * Typos * Use eip number * Fix Section Lint The ERC lint does not like additional top level sections, so move the "custom" forwards compatibility section into a subsection of the backwards compatibility * Remove Non-relative Links We remove all non-relative links, as the ERC linter does not allow them. This is slightly unfortunate, since they did provide additional context to the ERC, but :shrug:. Note that we format GitHub repositories with italicized title and code for them to stand out: ``` _Title_ (`org/repo`) ``` * Edits to ERC (#4) * Edits to ERC This PR implements the suggested edits to the ERC, and adds a new section explaining the rationale why Nick's method cannot be used for generating the EIP-7702 authorization signature (since it was a question on Ethereum magicians). * Some small follow-up edits * Another small edit * Clarify reverts cause. Co-authored-by: Shebin John <[email protected]> --------- Co-authored-by: Shebin John <[email protected]> * Fix Description The description included a forbidden word, remove it. --------- Co-authored-by: Nicholas Rodrigues Lordello <[email protected]> Co-authored-by: Nicholas Rodrigues Lordello <[email protected]> Co-authored-by: Shebin John <[email protected]>Richard Meissner
ERC7947Account Abstraction Recovery Interface9f76a1918 days ago13Update ERC-7947: owner -> access Merged by EIP-Bot.Artem Chystiakov
ERC7858Expirable NFTs and SBTs467884a24 days ago2Update ERC-7858: interface id for epoch extension and incorrect args … Merged by EIP-Bot.sirawt
ERC7754Tamperproof Extension Wallets API (TWIST)5aa20fd24 days ago3Update ERC-7754: updating the acronym to avoid negative connotation Merged by EIP-Bot.Guillaume G
ERC7985Gateway Attributes for Message Control5988c3e24 days ago3Add ERC: Gateway Attributes for Message Control Merged by EIP-Bot.Ernesto García
ERC7776Transparent Financial Statements0be105e24 days ago3Update ERC-7776: Move to Review Merged by EIP-Bot.Ignacio Ceaglio
ERC7858Expirable NFTs and SBTs001033424 days ago2Update ERC-7858: Move to Last Call Merged by EIP-Bot.sirawt
ERC4361Sign-In with Ethereumfaa49e024 days ago21Update ERC-4361: Move to Final Merged by EIP-Bot.throw
ERC7913Signature Verifierse14faeaabout 1 month ago7Update ERC-7913: Update last-call-deadline Merged by EIP-Bot.Ernesto García
ERC7878Bequeathable Contracts775014cabout 1 month ago8Update ERC-7878: Move to Last Call Merged by EIP-Bot.Wamith
ERC7943uRWA - Universal Real World Asset Interface1ff395aabout 1 month ago21Update ERC-7943: Move to Review Merged by EIP-Bot.Dario
ERC7913Signature Verifiersf938b2babout 1 month ago7Update ERC-7913: Move to Last Call Merged by EIP-Bot.Hadrien Croubois
ERC7780Validation Module Extension for ERC-75797cb35d3about 1 month ago1Update ERC-7780: Fix some typos Merged by EIP-Bot.minxinyi
ERC7508Dynamic On-Chain Token Attributes Repository1452f61about 1 month ago6Update ERC-7508: Fix some typos Merged by EIP-Bot.minxinyi
ERC7858Expirable NFTs and SBTs857884babout 1 month ago2Update ERC-7858: Add use case in motivation and point new security considerations Merged by EIP-Bot.sirawt
ERC223Token with transaction handling model8f8ab9aabout 1 month ago13Update erc-223.md (#1108)VolodymyrBg
ERC5850Complex Numbers stored in `bytes32` types49c0435about 1 month ago1Update ERC-5850: Fix some typos (#985) Signed-off-by: wellweek <[email protected]>wellweek
ERC6506P2P Escrowed Governance Incentivesb7d1e9eabout 1 month ago4Update erc-6506.md (#856)kilavvy
ERC7208On-Chain Data Containers87de436about 2 months ago21Update ERC-7208: Remove duplicate word and fix some typos (#1107) Signed-off-by: curlwget <[email protected]>curlwget
ERC5725Transferable Vesting NFT328349aabout 2 months ago21Update ERC-5725: Remove duplicate word and fix some typos (#1103) Signed-off-by: chengehe <[email protected]>chengehe
ERC7291Purpose bound money4172b5fabout 2 months ago4Update ERC-7291: fix typos Merged by EIP-Bot.dxsullivan
ERC7744Code Indexc39669fabout 2 months ago21Update ERC-7744: Move to Last Call Merged by EIP-Bot.Peersky
ERC7746Composable Security Middleware Hooksfd6abafabout 2 months ago4Update ERC-7746: Move to Last Call Merged by EIP-Bot.Peersky
ERC4361Sign-In with Ethereum0b52c50about 2 months ago21Update ERC-4361: Move to Last Call Merged by EIP-Bot.throw
ERC7631Dual Nature Token Pair4314073about 2 months ago21Update ERC-7631: Move to Final Merged by EIP-Bot.Vectorized
ERC7968Owner-Authorized Token Transfer Protocol04c505fabout 2 months ago3Add ERC: Owner-Authorized Token Transfer Protocol Merged by EIP-Bot.Julius Lauterbach
ERC7965Proof-based Broadcast in ERC-7786 Gateways0cc1b7eabout 2 months ago1Add ERC: Proof-based Broadcast in ERC-7786 Gateways Merged by EIP-Bot.Ernesto García
ERC7836Wallet Call Preparation API42b6dfbabout 2 months ago2Add ERC: Wallet Call Preparation API Merged by EIP-Bot.Lukas
ERC7828Readable Interoperable Addresses using ENS5fd368babout 2 months ago16Add ERC: Readable Interoperable Addresses using ENS Merged by EIP-Bot.Josh Rudolf
ERC7786Cross-Chain Messaging Gatewayd0a7eafabout 2 months ago9Update ERC-7786: Use interoperable binary addresses, improve attributes Merged by EIP-Bot.Francisco Giordano
ERC7930Interoperable Addresses5dbb684about 2 months ago9Update erc-7930.mdSam Wilson
ERC7930Interoperable Addresses3fb6108about 2 months ago9Add ERC: Interoperable Addresses (#1002) * feat: ERC initial draft * fix: frangios feedback * add wonderland & 7828 authors * standardize appendix A & B structure and make solana chainids compatible with caip-2 * chore: fix formatting * feat: zero-length addresses or chainids * fix: add dots so human-readable names can use ENS and similar hierarchical registries * feat: we have a number! * fix: feedback from bot * chore: editorial changes * chore: appease the bot * fix: EVM EOF clarification * fix: include chain namespace in human-readableaddress * fix: remove mentions of 20-byte addresses * feat: do not truncate chain references for either eip155 or solana * chore: update examples * forward-compatibility bit * update front matter * fix wrong checksum * editorial changes * move serialization table to CASA profile * fix: small fixes to CI issues * fix: point to actual CAIP file * feat: canonicity security consideration * feat: an attempt at better naming of the standard's concepts * chore: update CAIP-350 link (which is not yet valid) * chore: editorial changes by lumi * feat: change separator * docs: L2 example * fix: typos and link uniformity * fix: typo on link * chore: dont link to CAIP-350 * chore: link to ERC-7785 * feat: walk back on separator * fix: suggestion by @0xmoebius Co-authored-by: moebius <[email protected]> * chore: correctly refer to ERC-55 * chore: link to CAIPs and fix ERC links, as suggested by sam wilson * fix: feedback from amxx * fix: incorrect hashes, reported by amxx * fix: remove trailing colon when there's no chainid * fix: address checksum without version * chore: remove example, rephrase and format * chore: remove unnecessary text * docs: new abstract defining how * docs: eip1 format for rfc 4648 * docs: move subsection into motivation section * docs: add CAIP-350 link using eip-1 --------- Co-authored-by: Skeletor Spaceman <[email protected]> Co-authored-by: moebius <[email protected]> Co-authored-by: moebius <[email protected]> Co-authored-by: euler <[email protected]>teddy
ERC7846Wallet Connection API8a16bc7about 2 months ago14Add ERC: Wallet Connection API Merged by EIP-Bot.Conner Swenberg
ERC6224Contracts Dependencies Registry8b62949about 2 months ago15Update ERC-6224: Move to Last Call Merged by EIP-Bot.Artem Chystiakov
ERC7895API for Hierarchical Accountseac63362 months ago2Add ERC: API for Hierarchical Accounts Merged by EIP-Bot.Jacob Feldman
ERC7845Universal Orchestrator RPCea325482 months ago5Add ERC: Universal Orchestrator RPC Merged by EIP-Bot.I Am Kio
ERC7861ERC-721 Verifiable Credential Extension55b19ad2 months ago1Add ERC: ERC-721 Verifiable Credential Extension Merged by EIP-Bot.Valerio Massimo
ERC7812ZK Identity Registry7b828722 months ago21Update ERC-7812: Move to Review Merged by EIP-Bot.Artem Chystiakov