You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/guide/node/network-upgrades.mdx
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,8 @@ For detailed release notes and binaries, see the [Changelog](/changelog).
43
43
|---|---|
44
44
|**Scope**| Account-level TIP-20 receive policies with a `ReceivePolicyGuard` recovery precompile; admin access keys and stateful `verifyKeychain`/`verifyKeychainAdmin` on the TIP-1020 SignatureVerifier |
Copy file name to clipboardExpand all lines: src/pages/protocol/upgrades/t6.mdx
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,22 +5,20 @@ description: Details and scope for the T6 network upgrade, including account-lev
5
5
6
6
# T6 Network Upgrade
7
7
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.
9
9
10
10
:::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.
12
12
:::
13
13
14
14
## Timeline
15
15
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 |
22
20
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.
24
22
25
23
## Overview
26
24
@@ -29,15 +27,6 @@ T6 includes the following changes:
29
27
- Account-level receive policies with a `ReceivePolicyGuard` recovery precompile for blocked TIP-20 transfers and mints ([TIP-1028](https://tips.sh/1028))
30
28
- An `admin` flag on access keys plus stateful `verifyKeychain` / `verifyKeychainAdmin` helpers on the TIP-1020 SignatureVerifier ([TIP-1049](https://tips.sh/1049))
31
29
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
-
41
30
## Integration changes
42
31
43
32
T6 is mostly additive. The notes below cover behaviors that integrators, indexers, wallets, and partner infrastructure should pick up before activation.
0 commit comments