Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tenderly Experimental live tracing support #408

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daleksov
Copy link

@daleksov daleksov commented Feb 7, 2025

Tenderly - Live Tracing Support - MVP

This PR introduces a minimalistic live tracing implementation that hooks into Geth for real-time block and transaction tracking. While this is a simplified version, our production tracer is significantly more robust, efficiently capturing blocks, transactions, and all relevant events.

The core idea is to track blockchain events in a highly performant way. The tracer constructs a block from OnBlockStart to OnBlockEnd, capturing key execution data. Once the block is fully traced, it is sent to our processing pipeline for further processing and analysis.

This serves as a foundational example of how live tracing can be integrated, offering a lightweight yet functional approach to monitoring Ethereum execution flow.

simple tracer

simple tracer
Copy link

cla-bot bot commented Feb 7, 2025

We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, please sign the linked documents below to get yourself added. https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=b15c81cc-b5ea-42a6-9107-3992526f2898&env=na3&acct=6e152afc-6284-44af-a4c1-d8ef291db402&v=2

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants