ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.64k stars 20.17k forks source link

Built-in ERC-4337 tracer #30546

Open s1na opened 1 month ago

s1na commented 1 month ago

ERC-4337 networks rely now on a JS tracer to protect bundlers from DoS attacks. Given this step has to be performed "for free" it is important for bundlers to have it optimized. Having it as a native tracer will go a long way in speeding up this validation.

noam-alchemy commented 1 month ago

Adding a bit more context here: