good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
1077 commits behind the upstream repository.
  • Gary Rong's avatar
    adf130de
    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.
    eth/tracers: move tracing APIs into eth/tracers (#22161)
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
state_accessor.go 3.85 KiB