docs: add T5 network upgrade page + T4 → T5 migration appendices#405
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…; drop TIP-1034 from external integration changes Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
… (what changes) + action-items-only migration appendices (what to update) Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
…uide Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
…per guides (DEX, AccountKeychain, TIP-20, FeeAMM) Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
- vocs.config.ts: mark T4 as Active in sidebar - t4.mdx: remove 'not live yet' callout (T4 activated) - t5.mdx: timestamps -> TBD; remove TIP-1047 (overview, related-docs, feature TIP); remove channel lifecycle paragraph; swap all GitHub TIP URLs to tips.sh shortlinks; remove Related docs section - tokenlist.mdx: remove T4 -> T5 migration appendix; update Coming-with-T5 callout to point to T5 page - create-a-stablecoin.mdx, manage-stablecoin.mdx: re-point dangling appendix links to T5 page; switch TIP-1026 link to tips.sh Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
- t5.mdx: add Integration changes subsection for TIP-1034 noting that the existing MPP escrow contract still works but MPP libs need new versions to use the precompile path; remove the now-inaccurate 'no external integration impact' line. - t5.mdx: extend TIP-1033 feature TIP block with issuer-facing guidance — pair against a single liquid quote (pathUSD) and let multihop routing handle validator payout tokens. - guide/issuance/use-for-fees.mdx: add Coming with T5 callout above Add fee pool liquidity step pointing to the same simplification. Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
joshitzko
left a comment
There was a problem hiding this comment.
TIP-1026 scope LGTM. One change before merge: recommend SVG for logoURI in the Coming with T5 callouts on create-a-stablecoin.mdx and manage-stablecoin.mdx (and optionally the TIP-1026 section of t5.mdx). Non-SVG icons render poorly across wallets and explorers, so this should mirror the tokenlist Icon Requirements.
Dismissing — will re-review with author directly.
Co-authored-by: malleshpai <mallesh.pai@gmail.com>
Co-authored-by: malleshpai <mallesh.pai@gmail.com>
Co-authored-by: malleshpai <mallesh.pai@gmail.com>
- exchange/index.mdx: extend Coming-with-T5 callout with TIP-1035 (Implicit Approvals List) — DEX users no longer need to pre-approve. - managing-fee-liquidity.mdx: link to FeeAMM explorer view (https://explore.tempo.xyz/fee-amm). - t5.mdx (TIP-1034 integration changes): link the new precompile contract address (0x4D50500...0 / ASCII 'MPP'). - t5.mdx (TIP-1033 feature TIP): link to FeeAMM explorer view. - vocs.config.ts: revert T4 sidebar label to bare 'T4' (mainnet activation pending Presto May 18). - t4.mdx: small status callout clarifying T4 active on Moderato, mainnet pending Presto. Amp-Thread-ID: https://ampcode.com/threads/T-019e218f-4b73-7337-a0ca-d3921dc84735 Co-authored-by: Amp <amp@ampcode.com>
Replaces the multihop callout copy with the more accurate two-hop description from Mallesh's review suggestion (insufficient-direct-pool condition + explicit route via quote token). Switches the TIP link to tips.sh for consistency.
Adds an SVG-recommendation note to the TIP-1026 'Coming with T5' callouts on the issuance guides and to the TIP-1026 integration changes section on the T5 page, mirroring the tokenlist Icon Requirements. Non-SVG icons render poorly across wallets and explorers.
|
@joshitzko addressed in f52186e — added an SVG recommendation to the TIP-1026 |
Switches the SVG recommendation from 'non-SVG icons render poorly' to 'use an SVG so it renders crisply at any resolution'.
Adds the public-facing T5 network upgrade page following the structure of the existing T3/T4 pages, plus "Coming with T5" callouts and migration appendices on affected existing pages so users get the heads-up before activation.
What's included
New:
src/pages/protocol/upgrades/t5.mdxSidebar:
vocs.config.ts(Active)now that T4 has activated on Moderatot4.mdxT4 → T5 migrationappendix onsrc/pages/protocol/exchange/providing-liquidity.mdxFollowing the T2 → T3 migration appendix pattern. The body of the page is unchanged (still describes pre-T5 behavior); appendix at the bottom flags upcoming changes:
flipTick == tickallowed; downstream code assertingflipTick != tickwill stop holding.orderIdreused across flips, newOrderFlippedevent in place ofOrderPlaced,nextOrderIdno longer advances per flip. Indexer migration guidance included.Coming with T5calloutsAdded on the affected DEX, FeeAMM, account-keychain, issuance, and tokenlist pages so readers see the heads-up in context. Each callout links to the relevant section of the T5 page.
Tokenlist (
src/pages/quickstart/tokenlist.mdx)logoURIfield, with a link to the T5 pagelogoURIis optional)TIPs covered
logoURIField in TIP-20Release info
Verification
pnpm install && pnpm run checkruns clean (3 pre-existing warnings inscripts/lighthouse.ts, unrelated)#t4--t5-migrationconfirmed againstgithub-slugger(matches the existing#t2--t3-migrationconvention)tempoxyz/tempotips/tip-1026.mdReview feedback addressed
All inline review comments from @jenpaff have been resolved in the latest commit:
(Active)t5.mdx: timestamps → TBD; TIP-1047 removed (overview, related docs, feature TIP); channel lifecycle paragraph removed; all TIP links switched totips.sh; entireRelated docssection removedtokenlist.mdx: migration appendix removed (token issuers don't need to act; tooling extension flagged for follow-up with @0xrusowsky)