1 repo
High-performance mechanisms for executing tracing logic directly within the node runtime.
Distinguishing note: Distinct from general transaction tracers: focuses on performance-critical native implementations rather than interpreted scripts.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Native Tracing Hooks. Refine with filters or upvote what's useful.
Geth is a comprehensive execution client for the Ethereum network, serving as a foundational node implementation that processes transactions, maintains the distributed ledger state, and participates in peer-to-peer consensus. It provides a robust infrastructure for synchronizing, validating, and serving blockchain data
Geth enables high-performance tracing by registering hooks that execute directly within the node, avoiding the overhead of script interpretation during transaction execution.