good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Loading
  • Gary Rong's avatar
    eth/tracers: move tracing APIs into eth/tracers (#22161) · adf130de
    Gary Rong authored
    This moves the tracing RPC API implementation to package eth/tracers.
    By doing so, package eth no longer depends on tracing and the duktape JS engine.
    
    The change also enables tracing using the light client. All tracing methods work with the
    light client, but it's a lot slower compared to using a full node.
    adf130de
Code owners