From b322efd403ea144a244467736007c11d88798434 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 18:56:41 -0800 Subject: [PATCH] account abstraction gas benchmakrs, by eth-infinitism --- .../MEV_on_Ethereum/account_abstraction/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md index a3b919e..f987de4 100644 --- a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md +++ b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md @@ -6,9 +6,9 @@
-* "smart contract wallets": account abstraction that would avoid the need for consensus-layer protocol changes -* bundlers (new actors that are either block builders, or users that can send transactions to block builders through a bundle marketplace) package up a set of objects into a tx making a call to a special contract and sending objects to a separate mempool - +* "smart contract wallets": account abstraction that would avoid the need for consensus-layer protocol changes by enabling arbitrary logic to determine if an account can move funds. this enables wallets to have multi-sigs, social recovery, hardware enclaves, etc. +* ERC-4337 it implements censorship-resistant aa without making any changes to the consensus layer of ethereum, by creating a new mempool, a smart contract wallet standard, and a shared entry point contract for managing user operations. +* bundlers (new actors that are either block builders, or users that can send transactions to block builders through a bundle marketplace) package up a set of objects into a tx making a call to a special contract and sending objects to a separate mempool.
@@ -16,8 +16,10 @@
+* [account abstraction gas benchmakrs, by eth-infinitism](https://github.com/eth-infinitism/account-abstraction/blob/develop/reports/gas-checker.txt) * [ERC-4337: account abstraction using alt mempool](https://eips.ethereum.org/EIPS/eip-4337) * [account abstraction for everyone else, by cami](https://camiinthisthang.substack.com/p/account-abstraction-for-everyone) -* [safe mirror post on aa](https://safe.mirror.xyz/9KmZjEbFkmI79s28d9xar6JWYrE50F5AHpa5CR12YGI) * [unpacking erc-4337, by a. chiplunkar](https://frontier.tech/unpacking-erc-4337) +* [account abstraction, by safe](https://safe.mirror.xyz/9KmZjEbFkmI79s28d9xar6JWYrE50F5AHpa5CR12YGI) +