1 repo
Tools and hooks for inspecting and recording the execution flow of transactions within a virtual machine.
Distinguishing note: Focuses on native execution hooks for performance-critical transaction inspection.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Transaction Tracers. 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 allows defining custom tracers using scripts to filter and extract specific execution data by implementing lifecycle methods that process transaction logs.