Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/pages/guide/node/network-upgrades.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ For detailed release notes and binaries, see the [Changelog](/changelog).
| **Scope** | Enhanced access keys with periodic limits, call scoping, and an authorization ABI update; signature verification precompile; virtual addresses for TIP-20 deposit forwarding; and security hardening and gas correctness fixes |
| **TIPs** | [TIP-1011: Enhanced Access Key Permissions](/protocol/tips/tip-1011), [TIP-1020: Signature Verification Precompile](/protocol/tips/tip-1020), [TIP-1022: Virtual Addresses for TIP-20 Deposit Forwarding](/protocol/tips/tip-1022), TIP-1038: T3 security hardening and gas correctness fixes |
| **Details** | [T3 network upgrade](/protocol/upgrades/t3) |
| **Release** | T3-compatible release coming soon |
| **Testnet** | Moderato: Apr 22, 2026 16:00 CEST (unix: TBD) |
| **Mainnet** | Presto: Apr 27, 2026 16:00 CEST (unix: TBD) |
| **Release** | [v1.6.0](https://github.com/tempoxyz/tempo/releases/tag/v1.6.0) |
| **Testnet** | Moderato: Apr 21, 2026 16:00 CEST (unix: 1776780000) |
| **Mainnet** | Presto: Apr 27, 2026 16:00 CEST (unix: 1777298400) |
| **Priority** | <Badge variant="red">Required</Badge> |

All node operators should upgrade before the Moderato activation date, even if they do not plan to use the new T3 feature set directly.
Expand Down
4 changes: 2 additions & 2 deletions src/pages/protocol/upgrades/t3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The features described on this page are scheduled for T3 and are not active on M

| Network | Date | Timestamp |
|---------|------|-----------|
| Moderato (testnet) | April 22, 2026 4pm CEST | `TBD` |
| Presto (mainnet) | April 27, 2026 4pm CEST | `TBD` |
| Moderato (testnet) | April 21, 2026 4pm CEST | `1776780000` |
| Presto (mainnet) | April 27, 2026 4pm CEST | `1777298400` |

Partners should upgrade nodes to the T3-compatible release before the Moderato activation timestamp.

Expand Down
Loading