Skip to content

Commit d20fe39

Browse files
authored
Update T5 upgrade status (#475)
1 parent 52e9ba4 commit d20fe39

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/protocol/upgrades/t5.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: Details and timeline for the T5 network upgrade, including the ensh
55

66
# T5 Network Upgrade
77

8-
T5 is Tempo's next network upgrade. It introduces an enshrined TIP-20 reserve channel precompile for MPP and similar session-based payment flows (cutting channel-open gas by up to 72% versus the legacy MPP contract), payment lane classification in consensus, DEX improvements (same-tick flip orders and persistent order IDs across flips), multihop FeeAMM routing, an on-chain `logoURI` field for TIP-20 tokens, an Implicit Approvals List for gas-efficient internal transfers, and a witness digest binding for one-signature key authorization flows.
8+
T5 is Tempo's latest network upgrade. It introduces an enshrined TIP-20 reserve channel precompile for MPP and similar session-based payment flows (cutting channel-open gas by up to 72% versus the legacy MPP contract), payment lane classification in consensus, DEX improvements (same-tick flip orders and persistent order IDs across flips), multihop FeeAMM routing, an on-chain `logoURI` field for TIP-20 tokens, an Implicit Approvals List for gas-efficient internal transfers, and a witness digest binding for one-signature key authorization flows.
99

1010
:::info[T5 status]
11-
T5 is not yet active on testnet or mainnet. The features described on this page become live at the activation timestamps below.
11+
T5 is live on testnet and is not yet active on mainnet. The features described on this page are active on testnet and become live on mainnet at the activation timestamp below.
1212
:::
1313

1414
## Timeline
@@ -18,7 +18,7 @@ T5 is not yet active on testnet or mainnet. The features described on this page
1818
| Testnet | June 3, 2026 4pm CEST | 1780495200 |
1919
| Mainnet | June 9, 2026 4pm CEST | 1781013600 |
2020

21-
Node operators must upgrade to the T5-compatible release (v1.8.0) before the testnet activation timestamp.
21+
Mainnet node operators must upgrade to the T5-compatible release (v1.8.0) before the mainnet activation timestamp.
2222

2323
## Overview
2424

@@ -34,7 +34,7 @@ T5 introduces the following changes:
3434

3535
## Integration changes
3636

37-
Most of T5 is additive. The notes below cover behaviors that integrators, indexers, and tooling should pick up before activation.
37+
Most of T5 is additive. The notes below cover behaviors that integrators, indexers, and tooling should pick up before mainnet activation.
3838

3939
### Enshrined TIP-20 reserve channel (TIP-1034)
4040

vocs.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ export default defineConfig({
731731
collapsed: true,
732732
items: [
733733
{
734-
text: 'T5 (Next)',
734+
text: 'T5',
735735
link: '/protocol/upgrades/t5',
736736
},
737737
{

0 commit comments

Comments
 (0)