1 repo
Systems for recording detailed state changes and context at each step of transaction execution.
Distinguishing note: Distinct from profilers: focuses on granular, step-by-step state capture rather than statistical pattern analysis.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Instruction Loggers. 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 records opcode execution and context at every step of a transaction, with configurable options for capturing memory, stack, storage, and return data.