mirror of
https://github.com/getwax/zk-account-abstraction.git
synced 2026-01-09 20:47:58 -05:00
37051eb42144306523801f5d07ac23c2ebf16294
* eip fixes * Added missing interfaces and fixed minor errors. * Explicitly say that op must pay at least the current `block.basefee` to be added to mempool. * Adding COINBASE to forbidden opcodes * Removed SELFDESTRUCT limitation. * depositTo appeared twice. Removed the unneeded one. * Elaborate the mutable state includes value, and mention that bundle should be first in the block or protected by access-list. * Forbid value-bearing calls during validation. Thanks tjade273. * Require all calls during validation to pass max gas. tjade273 :) * No OOG reverts in any context during validation. * Allow GAS+*CALL pattern. Co-authored-by: Yoav Weiss <yoav+github@hidden.domain.name>
Implementation of contracts for ERC 4337 account abstraction via alternative mempool.
Resources
Vitalik's post on account abstraction without Ethereum protocol changes
Description
Languages
TypeScript
98.6%
Shell
0.8%
JavaScript
0.6%