--- title: 帐户抽象链接树(Account Abstraction Link Tree) tags: Account, Abstraction, Link Tree image: (https://i.imgur.com/5uHsClx.jpg) --- # 帐户抽象链接树(Account Abstraction Link Tree) 这是多年来对帐户抽象主题的主要贡献的粗略概述。当然,它并不详尽,并且在它涉及的帐户抽象的确切领域(协议、ERC、钱包等)上有所不同。我希望你会发现它很有用。 #### 账户抽象在 zkSync 上的应用 * [[Argent钱包] ](https://www.argent.xyz/) ### 2022 * [EIP-5003:使用 AUTHUSURP (Q) 将代码插入 EOA ](https://eips.ethereum.org/EIPS/eip-5003) * [EIP-5792:钱包抽象交易发送 API(M)](https://github.com/ethereum/EIPs/pull/5792) ### 2021 * [EIP-4337:通过入口点合约规范 (VY) 抽象账户](https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-protocol-changes-d75c9d94dc4a) * [超越 EOA (V)](https://ethereum-magicians.org/t/we-should-be-moving-beyond-eoas-not-enshrining-them-even-further-eip-3074-related/6538) * [以验证为中心的智能合约钱包(Q)](https://ethereum-magicians.org/t/validation-focused-smart-contract-wallets/6603) ### 2020 * [EIP-2938:帐户抽象(VQ)](https://eips.ethereum.org/EIPS/eip-2938) * [DoS 攻击分析 (Q)](https://ethresear.ch/t/dos-vectors-in-account-abstraction-aa-or-validation-generalization-a-case-study-in-geth/7937) * [帐户抽象:开放式问题 (Q)](https://hackmd.io/@KuiKHwIPT4e8_VWfnKLHvw/Byd91DvKI) * [帐户抽象实施,基本原理文档 (Q)](https://hackmd.io/y7uhNbeuSziYn1bbSXt4ww?view) * [元交易 <-> AA (Q)](https://hackmd.io/@matt/S1Jg85588) * [在 eth1.x (V) 中实现账户抽象](https://ethereum-magicians.org/t/implementing-account-abstraction-as-part-of-eth1-x/4020) * [EIP-3074:AUTH 和 AUTHCALL 操作码(Q)](https://eips.ethereum.org/EIPS/eip-3074) ### 2019 * [没有gas退款的最简单的帐户抽象(V)](https://ethresear.ch/t/maximally-simple-account-abstraction-without-gas-refunds/5007) ### 2018 * [回顾我们在帐户抽象上的位置 (V)](https://ethresear.ch/t/a-recap-of-where-we-are-at-on-account-abstraction/1721) * [一种抽象的新账户类型(五)](https://ethresear.ch/t/a-new-account-type-in-abstraction/1379) * [应用层账户抽象(J)](https://ethresear.ch/t/application-layer-account-abstraction/1734) * [Layer 2 gas 支付抽象(五)](https://ethresear.ch/t/layer-2-gas-payment-abstraction/4513) * [EIP-859:主链账户抽象(五)](https://github.com/ethereum/EIPs/issues/859) ### 2017 * [账户抽象提议的权衡(五)](https://ethresear.ch/t/tradeoffs-in-account-abstraction-proposals/263) * [账户抽象、矿工数据和自动更新见证(J)](https://ethresear.ch/t/account-abstraction-miner-data-and-auto-updating-witnesses/332) * [EIP-86:交易来源和签名的抽象(V)](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-86.md) ### 2016 * [从合约余额中消耗gas (A)](https://github.com/ethereum/EIPs/issues/61) ### 2015 * [EIP-101:货币和加密抽象(V)](https://github.com/ethereum/EIPs/issues/28) * [论抽象(五)](https://blog.ethereum.org/2015/07/05/on-abstraction/) ##### Legend ``` A: Alex Beregszaszi J: Justin Drake M: Moody Salem Q: Quilt V: Vitalik Buterin Y: Yoav Weiss