mirror of
https://github.com/getwax/zk-account-abstraction.git
synced 2026-01-08 20:18:05 -05:00
bd8e11437d21c26968193b972ff511724a7d041a
Change the base for "gascheck" This is not a change in the contracts, but in the scripts to calculate the gas usage. The default sample call now calls entryPoint() in the account, which returns a constant (entrypoint) instead of a variable (nonce) The 2000 extra gas overhead seen results/gas-checker.txt in gas is actually a fix of a mistake: previously, accessing the "nonce" field was attributed to the "exec" call (because we called "nonce()"). Now it is rightfully attributed to the validation, not execution.
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%