Conversation
File
|
|
@abcoathup can you please review? |
I am not an editor. You will need one of the editors to review. In the meantime, make sure you don't have any validation errors. |
okay, thanks! the validation error comes from it's trying to link to ERC-8185. How would you suggest to handle this?
|
Replaces the ClaimableEscrow design (fixed function) with a general-purpose Identity Account. The new design exposes a single function gated to the registered owner, turning every off-chain identity into an on-chain actor that can interact with any contract — not just withdraw tokens. Includes reference implementation: IAccountFactory, AccountFactory (EIP-1167 clones), IIdentityAccount, and IdentityAccount.
Adds markdown links for the first occurrence of each ERC/EIP reference (ERC-8185, ERC-20, ERC-721, ERC-6551, EIP-1167) to satisfy the markdown-link-first rule. Renames the ERC-6551 rationale heading to avoid a bare reference before the linked mention.
|
The commit 0ee9760 (as a parent of e7f524a) contains errors. |
Adds ERC-8186, a standard for deterministic deposit addresses (CREATE2)
tied to identity registries. Enables pre-funding off-chain entities before
they have registered on-chain.
Files
ERCS/erc-8186.md— the ERCethereum-canonical-registry/assets/erc-8186/— minimal reference implementation (4 contracts, noexternal dependencies)
Dependency
Requires ERC-8185 (Off-Chain Entity Registry), submitted in a separate PR #1580.
Discussion
https://ethereum-magicians.org/t/erc-8186-identity-account/27905