docs: add T6 network upgrade page and partner-impact callouts#473
Open
max-digi wants to merge 1 commit into
Open
docs: add T6 network upgrade page and partner-impact callouts#473max-digi wants to merge 1 commit into
max-digi wants to merge 1 commit into
Conversation
Adds the T6 network upgrade page and sidebar entry. Adds focused 'Coming with T6' callouts only where partners need to change something: - TIP-20 overview: TIP-1065 raw-storage masking warning for eth_getStorageAt callers (low 128 bits = balance, upper 128 bits = packed cache). - TIP-20 spec: T5 -> T6 migration appendix covering TIP-1028 receive-policy redirect on transfer/mint flows and the TIP-1065 packed user-state layout. - AccountKeychain precompile: TIP-1049 trailing optional KeyAuthorization RLP fields (is_admin?, account?) for SDK encoders/decoders and hardware-wallet firmware. - Send a payment guide: TIP-1028 sender-side reconciliation warning — a successful TIP-20 transfer no longer guarantees delivery when the receiver has a receive policy; subscribe to TransferBlocked and verify the actual Transfer recipient. - Network upgrades operator page: T6 row with integrator action items (raw-storage masking, reconciliation, base-fee authorization, SDK RLP updates). Amp-Thread-ID: https://ampcode.com/threads/T-019e923f-9c6f-70b9-b36f-cfb1de6dfa52 Co-authored-by: Amp <amp@ampcode.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.
Summary
Adds the T6 network upgrade page and sidebar entry, plus targeted "Coming with T6" callouts on existing pages where partners actually need to change something. Following the principle "if no changes, no breaking changes to mention" — feature-announcement callouts were intentionally left out where existing flows are unaffected.
What's in the T6 upgrade
Verified against the live specs at
tips.sh:ReceivePolicyGuardprecompileverifyKeychain/verifyKeychainAdminonSignatureVerifierrewardFlagcache in the existing slot)Files changed
New
src/pages/protocol/upgrades/t6.mdx— full T6 upgrade overview, integration changes, per-TIP sectionsSidebar / operator changelog
vocs.config.ts— adds T6 sidebar entry as(Next), demotes T5 (will flip to(Latest)after Presto activates June 9)src/pages/guide/node/network-upgrades.mdx— adds T6 row with operator scope and the integrator action listCallouts kept (real partner action required)
src/pages/protocol/tip20/overview.mdx—warningcallout for TIP-1065 raw-storage masking (anyone reading TIP-20balanceslots viaeth_getStorageAtMUST mask the low 128 bits)src/pages/protocol/tip20/spec.mdx— T5 → T6 migration appendix covering TIP-1028 transfer/mint redirect and the TIP-1065 packed-slot layoutsrc/pages/protocol/transactions/AccountKeychain.mdx— TIP-1049 SDK encoder/decoder note:KeyAuthorizationRLP gains trailing optionalis_admin?andaccount?fields; strict decoders MUST handle themsrc/pages/guide/payments/send-a-payment.mdx— TIP-1028 sender-side reconciliation warning: a successful TIP-20 transfer no longer guarantees delivery if the receiver has a receive policy that blocks the call; subscribe toTransferBlockedand verify the actualTransferrecipientNo callouts added (additive / opt-in, no partner action)
verify/recoverunchanged)Verification
pnpm check:typespassespnpm devtips.sh/{1028,1049,1059,1065}Follow-ups (gated, not included)
(Latest)after Presto activates June 9tip403/spec.mdxoncesetReceivePolicy/validateReceivePolicysignatures are finalized in the spec