Skip to content

Commit f2ae9a2

Browse files
committed
Align T6 page with upgrade format
1 parent 03b89ca commit f2ae9a2

2 files changed

Lines changed: 8 additions & 20 deletions

File tree

src/pages/guide/node/network-upgrades.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ For detailed release notes and binaries, see the [Changelog](/changelog).
4343
|---|---|
4444
| **Scope** | Account-level TIP-20 receive policies with a `ReceivePolicyGuard` recovery precompile; admin access keys and stateful `verifyKeychain`/`verifyKeychainAdmin` on the TIP-1020 SignatureVerifier |
4545
| **TIPs** | [TIP-1028: Account-Level Receive Policies](https://tips.sh/1028), [TIP-1049: Admin Access Keys](https://tips.sh/1049) |
46-
| **Status** | Audited scope finalized; internal release candidate planned for the week of June 8, 2026 |
4746
| **Details** | [T6 network upgrade](/protocol/upgrades/t6) |
48-
| **Release** | Planned for Monday, June 15, 2026 |
47+
| **Release** | TBD |
4948
| **Testnet** | TBD |
5049
| **Mainnet** | TBD |
5150
| **Priority** | <Badge variant="red">Required</Badge> |

src/pages/protocol/upgrades/t6.mdx

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,20 @@ description: Details and scope for the T6 network upgrade, including account-lev
55

66
# T6 Network Upgrade
77

8-
T6 is Tempo's next network upgrade after T5. Its scope is limited to the audited TIPs that are ready to ship: account-level TIP-20 receive policies with a new `ReceivePolicyGuard` recovery precompile, and admin access keys that can manage other keys on behalf of an account.
8+
T6 is Tempo's next network upgrade after T5. It introduces account-level TIP-20 receive policies with a new `ReceivePolicyGuard` recovery precompile, and admin access keys that can manage other keys on behalf of an account.
99

1010
:::info[T6 status]
11-
All TIPs in the T6 scope have been audited. The release candidate is planned for internal rollout during the week of June 8, 2026, and the T6 release is planned for Monday, June 15, 2026. T6 is not yet active on testnet or mainnet; activation timestamps remain TBD.
11+
T6 is not yet active on testnet or mainnet. The features described on this page become live at the activation timestamps below.
1212
:::
1313

1414
## Timeline
1515

16-
| Milestone | Date |
17-
|---------|------|
18-
| Internal release candidate | Week of June 8, 2026 |
19-
| T6 release | Monday, June 15, 2026 |
20-
| Testnet activation | TBD |
21-
| Mainnet activation | TBD |
16+
| Network | Date | Timestamp |
17+
|---------|------|-----------|
18+
| Testnet | TBD | TBD |
19+
| Mainnet | TBD | TBD |
2220

23-
Node operators must upgrade to the T6-compatible release before the activation timestamp for their network.
21+
Node operators must upgrade to the T6-compatible release before the testnet activation timestamp.
2422

2523
## Overview
2624

@@ -29,15 +27,6 @@ T6 includes the following changes:
2927
- Account-level receive policies with a `ReceivePolicyGuard` recovery precompile for blocked TIP-20 transfers and mints ([TIP-1028](https://tips.sh/1028))
3028
- An `admin` flag on access keys plus stateful `verifyKeychain` / `verifyKeychainAdmin` helpers on the TIP-1020 SignatureVerifier ([TIP-1049](https://tips.sh/1049))
3129

32-
New TIPs outside this audited scope are targeted for T7 so T6 can keep moving with the finalized work.
33-
34-
## Scope updates
35-
36-
The following items were previously discussed for T6 but are no longer part of this release:
37-
38-
- [TIP-1059: Discounted Pure Payment Transfers](https://tips.sh/1059) has been deprioritized in favor of [TIP-1067: Dynamic Base Fee](https://tips.sh/1067). TIP-1067 targets the same payment-cost goal, keeping TIP-20 transfers below 0.1 cent, and TIP-1067 together with [TIP-1060](https://tips.sh/1060) is now the preferred path for handling payment fees and state-cost pressure.
39-
- [TIP-1065: TIP-20 Packed User State](https://tips.sh/1065) has been removed from T6. Its performance goal will instead be addressed by removing TIP-20 rewards in later work. TIP-20 rewards has not seen enough customer usage to justify keeping the mechanism as-is; the intent is to revisit a better rewards design when there is a clearer use case.
40-
4130
## Integration changes
4231

4332
T6 is mostly additive. The notes below cover behaviors that integrators, indexers, wallets, and partner infrastructure should pick up before activation.

0 commit comments

Comments
 (0)