docs: add TIP-1028 and TIP-1049 pages for T6 network upgrade#611
Open
bennytimz wants to merge 1 commit into
Open
docs: add TIP-1028 and TIP-1049 pages for T6 network upgrade#611bennytimz wants to merge 1 commit into
bennytimz wants to merge 1 commit into
Conversation
|
@bennytimz is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
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
Adds TIP documentation pages for the two features shipped with the T6 network upgrade (testnet June 18 2026, mainnet June 23 2026):
TIP-1028 — Address-Level Receive Policies (
src/pages/docs/protocol/tips/tip-1028.mdx): documentssetReceivePolicy, theReceivePolicyGuardprecompile, evaluation order (token filter → sender policy), theTransferBlocked/ReceiptClaimed/ReceiptBurnedevents, resume vs. reroute claim types, and protocol invariants.TIP-1049 — Admin Access Keys (
src/pages/docs/protocol/tips/tip-1049.mdx): documentsauthorizeAdminKey,isAdminKey, the newAdminKeyAuthorizedevent,AuthorizedKeyslot byte layout (byte 11 =is_admin), RLP trailing optionals,verifyKeychain/verifyKeychainAdminadditions to the TIP-1020 SignatureVerifier precompile, and invariants distinguishing admin keys from limited keys.Both pages follow the existing TIP page format (frontmatter with
id,title,description,authors,status,related,protocolVersion) and will be auto-discovered by theTipsListcomponent viaimport.meta.glob.Related: T6 changelog
Test plan
TipsListon the TIPs index page includes TIP-1028 and TIP-1049TIP-403,TIP-20,TIP-1011,TIP-1020,TIP-1022,TIP-1049,TIP-1028) resolve correctly