latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
692 stars 174 forks source link

Enable JS tracing on RPC #2904

Open joalavedra opened 3 weeks ago

joalavedra commented 3 weeks ago

Hi, I'm trying to deploy our infra to support 4337 on mud but I see your RPC don't support js tracing and this is a limitation for some bundler providers.

holic commented 2 days ago

are you referring to Redstone RPC? and what do you mean by JS tracing?

joalavedra commented 4 hours ago

Hi @holic, to make smart account compatible with 4337 (https://eips.ethereum.org/EIPS/eip-4337#rpc-methods-debug-namespace) debug_traceCall is required. Wondering if the Redstone RPC could enable this