From f016ae29c1d0cb3828ca343e00ed2c5f122f1eea Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:30:30 +0000 Subject: [PATCH 1/2] docs: add T3 activation timestamps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fill in unix timestamps from chainspec constants: - Moderato: 1776780000 (Apr 21 16:00 CEST) - Mainnet: 1777298400 (Apr 27 16:00 CEST) Also fixes Moderato date from Apr 22 → Apr 21 to match the code. Co-authored-by: Jennifer <5339211+jenpaff@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019dabb9-35dc-730a-a1e8-559236519813 --- src/pages/guide/node/network-upgrades.mdx | 4 ++-- src/pages/protocol/upgrades/t3.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/guide/node/network-upgrades.mdx b/src/pages/guide/node/network-upgrades.mdx index 0856818c..efe1799c 100644 --- a/src/pages/guide/node/network-upgrades.mdx +++ b/src/pages/guide/node/network-upgrades.mdx @@ -40,8 +40,8 @@ For detailed release notes and binaries, see the [Changelog](/changelog). | **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) | +| **Testnet** | Moderato: Apr 21, 2026 16:00 CEST (unix: 1776780000) | +| **Mainnet** | Presto: Apr 27, 2026 16:00 CEST (unix: 1777298400) | | **Priority** | Required | All node operators should upgrade before the Moderato activation date, even if they do not plan to use the new T3 feature set directly. diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index a23585e5..61a5f817 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -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. From 52a1e20988b4e0d8b0ff850b312455168ca5ef84 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:37:11 +0000 Subject: [PATCH 2/2] docs: link v1.6.0 release for T3 Co-authored-by: Jennifer <5339211+jenpaff@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019dabb9-35dc-730a-a1e8-559236519813 --- src/pages/guide/node/network-upgrades.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/node/network-upgrades.mdx b/src/pages/guide/node/network-upgrades.mdx index efe1799c..72d8b7e8 100644 --- a/src/pages/guide/node/network-upgrades.mdx +++ b/src/pages/guide/node/network-upgrades.mdx @@ -39,7 +39,7 @@ 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 | +| **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** | Required |