Add web tool methodology pages#662
Draft
juandolealt wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Adds three methodology pages under Tools & SDKs that back the tempo.xyz
/toolscalculators shipping in tempoxyz/tempo-web#421:/developers/docs/tools/fee-estimator— fee formula (ceil(base_fee × gas_used ÷ 10^12)microdollars), unit table, TIP-1010 base fee provenance with the liveeth_gasPricerefresh, gas figures per operation (documented vs. estimated), exclusions, and the full/api/fee-estimateJSON contract (parameters, response fields, caching, CORS)./developers/docs/tools/cross-border-cost— corridor math from the World Bank Remittance Prices Worldwide Q3 2025 dataset (simple means on a $200-equivalent send, reproducing the published 6.36% global average), per-row formulas, the eight corridors with exact figures, stated assumptions, refresh cadence, and the verbatim CC BY 4.0 attribution./developers/docs/tools/settlement-time— arrival engine rules (cutoffs, business days, holiday handling, virtual ET clock with the CET ≈ ET + 6 caveat), float cost formula (SOFR 3.66% as of July 1, 2026), the complete eight-rail reference with per-rail sources, and the 2026–2027 Federal Reserve holiday and TARGET closing-day calendars.Also adds a Web tool methodologies sidebar group in
vocs.config.tsand three cards on the Tools & SDKs overview page.Merge ordering
The web tool pages in tempoxyz/tempo-web#421 link to
/developers/docs/tools/<slug>, so this PR should merge before or together with the web PR to avoid dead links from the live tools. Conversely, thehttps://tempo.xyz/tools/...links on these pages (and their.mdmirrors) return 404 until #421 deploys, so the lychee external-link check may flag them until then.Live URLs once both PRs deploy:
Validation
pnpm check(Biome): clean, no fixes needed in changed filespnpm check:types(tsgo): cleanpnpm build(includescheckDeadlinks): clean, 427 files generated, all three pages emitted underdist/public/docs/tools/src/pages/docs/protocol/fees/spec-fee.mdx,fees/index.mdx, andblockspace/consensus.mdx; a callout notes the T7 dynamic base fee.🤖 Generated with Claude Code