docs: add T5 network upgrade page + T4 → T5 migration appendices#405
Open
max-digi wants to merge 10 commits into
Open
docs: add T5 network upgrade page + T4 → T5 migration appendices#405max-digi wants to merge 10 commits into
max-digi wants to merge 10 commits into
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>
jenpaff
reviewed
May 14, 2026
| link: '/protocol/upgrades/t5', | ||
| }, | ||
| { | ||
| text: 'T4', |
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 the public-facing T5 network upgrade page following the structure of the existing T3/T4 pages, plus T4 → T5 migration appendices on the affected existing pages so users get the heads-up before activation.
What's included
New:
src/pages/protocol/upgrades/t5.mdxSidebar:
vocs.config.tsT5 entry added above T4 to match the most-recent-on-top pattern.
T4 → 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.T4 → T5 migrationappendix onsrc/pages/quickstart/tokenlist.mdxSame pattern. Body unchanged; appendix covers TIP-1026 on-chain
logoURI:logoURI()view,setLogoURI(string)setter,LogoURIUpdatedevent (emitted from token's own address)createTokenfactory overload signature from tip-1026.mdhttps/http/ipfs/data)logoURIvs the registry (most issuers will want both)Open placeholders (intentional)
vX.Y.ZTIPs covered
logoURIField in TIP-20Verification
pnpm install && pnpm run checkruns clean (3 pre-existing warnings inscripts/lighthouse.ts, unrelated)AGENTS.md)#t4--t5-migrationconfirmed againstgithub-slugger(matches the existing#t2--t3-migrationconvention)tempoxyz/tempotips/tip-1026.md