feat: add state size delta and trie depth#722
Open
weiihann wants to merge 4 commits intoethpandaops:masterfrom
Open
feat: add state size delta and trie depth#722weiihann wants to merge 4 commits intoethpandaops:masterfrom
weiihann wants to merge 4 commits intoethpandaops:masterfrom
Conversation
Savid
reviewed
Jan 12, 2026
Author
|
Converted to draft since we have to implement the live tracer in geth first |
93d3cbc to
2021e11
Compare
This was referenced Jan 14, 2026
rename add parent root add bytes fix refactor: use map for depth feat(proto): add execution block state metrics feat(event-ingester): add execution block state metrics chore feat: add new module revert
2021e11 to
e6c6f79
Compare
Resolve conflicts: - Renumber event enum values: LIBP2P_TRACE_IDENTIFY=88 (upstream), EXECUTION_STATE_SIZE_DELTA=89, EXECUTION_MPT_DEPTH=90 - Renumber migrations: 105=libp2p_identify (upstream), 106=execution_state_size_delta, 107=execution_mpt_depth - Regenerate protobuf Go code Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In discussion with @samcm to utilize ethereum/go-ethereum@01b39c9 because there are issues with the
debug_stateSizemethod for state size collection.