mirror of
https://github.com/getwax/zk-account-abstraction.git
synced 2026-01-09 20:47:58 -05:00
a7f4a6cafc5afe81b3d78d0ad712045c88ef26bc
* refactor handleOps * remove paymasterMode use "paymaster!=address(0)" saves 2 accesses to calldata member, and 460 gas per userOp (moved the requiredPerfund logic into ep.getPaymentInfo) * read UserOp static fields into MemoryUserOp Co-authored-by: Alex Forshtat <forshtat1@gmail.com>
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%