chore(subsecond): add third-party live verification of ~1s finalization lag#2267
Open
Flotapponnier wants to merge 1 commit into
Open
chore(subsecond): add third-party live verification of ~1s finalization lag#2267Flotapponnier wants to merge 1 commit into
Flotapponnier wants to merge 1 commit into
Conversation
…n lag Add a Callout tip below the finalization table pointing readers to a live third-party benchmark (OpenChainBench L1 finality) that independently measures the TON masterchain commit at ~0.4s p50 via tonapi.io. This confirms the ~1s finalization lag claim from the table using an external source and clarifies that the benchmark lists TON under the Gram ticker following the community rename vote.
Contributor
|
Skipping AI review because this PR is from a fork. A maintainer can start the review by commenting /review in this PR. |
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
Add a
<Callout type="tip">below the finalization table oncontent/subsecond.mdxthat points readers to an independent, live benchmark of TON masterchain finalization latency. Confirms the ~1s finalization lag figure from the table with an external data source, and clarifies that the benchmark lists TON under the Gram ticker following the recent rename vote.Why
The Catchain 2.0 upgrade shipped April 9th 2026 with a stated target of ~1s finalization lag. OpenChainBench has been continuously measuring TON masterchain commit latency via
tonapi.iosince launch and currently reports ~0.4 s (p50, 24h), which independently validates the upgrade delivered on its target and gives readers a live dashboard to monitor it.Third-party verification of a marketing-relevant claim is generally more persuasive than the same claim without external corroboration. This link adds one such source without changing anything the page already says.
Bonus: OCB currently ranks TON as #1 for finality time across the 11 L1 chains it tracks (ahead of SUI, Stellar, Solana, Ethereum, etc.).
About OpenChainBench
tonapi.iofor TON masterchain polling, no private endpoint or paid tierNote on the "Gram" ticker
Following the community vote to rename Toncoin → Gram, OCB lists the L1 under the Gram ticker with the same underlying chain (masterchain commit via
tonapi.io). The Callout mentions this explicitly so readers do not confuse the entries.Test plan
<Callout type="tip">styleHappy to reword, move to a plain note, or drop entirely if this does not fit the docs' tone.