rundler
rundler copied to clipboard
pool: Improve simulation latency
Describe the feature Simulation using the javascript tracer is highly inefficient call that takes in the 100s of ms to complete. We can improve our hardware efficiency by improving this call.
To do this, we likely will need to incorporate native tracers and provide configuration/logic that allows Rundler to call into these if they are configured on a node.
Targets should initially be Geth (go) and Reth (Rust)