feat(internal-explorer): local txn links, inclusion latency, and zeronet active blocks - #104
Open
niran wants to merge 3 commits into
Open
feat(internal-explorer): local txn links, inclusion latency, and zeronet active blocks#104niran wants to merge 3 commits into
niran wants to merge 3 commits into
Conversation
…tency Block rows always go to the local transaction page, and txn On-chain status links out to Basescan and Blockscout. When inclusion events exist, each row also shows total latency from first observed event.
Collaborator
🟡 Heimdall Review Status
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…locks Zeronet heads are often L1-attributes-only. The block list can jump to the latest block with user transactions, and every zeronet block page can walk back to the previous one.
Stop the block-row latency span at the first BUILDER_FLASHBLOCK_PUBLISHED instead of waiting for a later block-inclusion event.
montycheese
reviewed
Aug 27, 2026
| # Per-chain block explorer for Internal Explorer links (client-visible). Defaults: | ||
| # Per-chain Blockscout URL for Internal Explorer links (client-visible). Defaults: | ||
| # mainnet=https://base.blockscout.com, sepolia=https://base-sepolia.blockscout.com. | ||
| # Transaction pages also link to Basescan on mainnet and sepolia. Zeronet has |
Contributor
There was a problem hiding this comment.
you mean blockscout here, right?
| // is not mistaken for a nested package of the parent lockfile. | ||
| outputFileTracingRoot: dir, | ||
| turbopack: { | ||
| root: dir, |
Contributor
There was a problem hiding this comment.
did something change that required this?
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.
Summary
BUILDER_FLASHBLOCK_PUBLISHEDcounts as inclusion; later block-inclusion events are ignored when that flashblock confirmation exists.Test plan
/internal-explorer/txn/<hash>, not Blockscout and not the bundle page.BUILDER_INCLUDED.type=routine
risk=low
impact=sev5