PerformanceBlog
Tempo MCP serverGive agents search and read tools for Tempo docs
Skip to content
LogoLogo

Network Upgrades and Releases

Tempo uses scheduled network upgrades to introduce protocol changes. Each upgrade goes through testnet activation before mainnet. This page also tracks important releases that node operators should be aware of.

For detailed release notes and binaries, see the Changelog.

Node Operator Updates

ReleaseDateNetworkDescriptionPriority
v1.10.1Jun 29, 2026Testnet + MainnetRequired for T7; includes storage credits for DEX order storage and TIP-20 channel storage, dynamic base fee behavior, and TIP-20 rewards deprecation.Required
v1.9.1Jun 19, 2026Testnet + MainnetPatch release with follow-mode stability fixes, payload-builder latency fixes, Reth/Rust dependency updates, and transaction-pool/RPC improvements.Recommended
v1.9.0Jun 15, 2026Testnet + MainnetRequired for T6; adds account-level receive policies for safer TIP-20 deposits and admin access keys for smoother passkey, device, and delegated-key management. Operators were required to run this release before the T6 activation timestamp on each network.Required
v1.8.2Jun 8, 2026Testnet + MainnetHigh-priority patch release that fixes a --minimal node issue when requesting historical blocks through the commonware marshal interface.Recommended
v1.8.1Jun 1, 2026Testnet + MainnetRequired for T5; reverts builder prewarming and execution cache sharing defaults from v1.8.0 to avoid stale-state validation errors while retaining T5 compatibility.Required
v1.8.0May 28, 2026Testnet + MainnetRequired for T5; introduces the enshrined TIP-20 reserve channel precompile, payment lane classification, DEX flip-order improvements, multihop FeeAMM routing, optional on-chain TIP-20 logoURI, implicit approvals, and key authorization witnesses. Operators should use v1.8.2 for the latest patch fixes.Required
v1.7.1May 21, 2026Moderato + MainnetAdds validator migration support for minimal snapshots, trustless RPC certificate checks on Moderato, and automatic pruning for finalized consensus blocks.Recommended
v1.7.0Mon, May 11, 2026Moderato + MainnetRequired for T4; embeds consensus context into the block header to unlock deferred verification (TIP-1031) and bundles T4 bug fixes and security hardening (TIP-1046).Required
v1.6.0Apr 16, 2026Moderato + MainnetRequired for T3; implements enhanced access key permissions with periodic limits and call scoping (TIP-1011), the signature verification precompile (TIP-1020), and virtual addresses for TIP-20 deposit forwarding (TIP-1022).Required
v1.5.3Apr 9, 2026Moderato + MainnetPatch release that restores OTLP HTTPS telemetry and fixes an epoch-transition consensus race that could incorrectly block straggling peers. Validators that skipped v1.5.2 should upgrade directly to this release.Recommended
v1.5.2Apr 8, 2026Moderato + MainnetMaintenance release with the latest reth update, payload builder and RPC improvements, plus transaction validation and mempool hardening.Recommended
v1.5.1Mar 29, 2026Moderato + MainnetSecurity patch for RPC endpoints that accept stateOverride, including eth_call and debug_traceCall. This release is required for RPC providers and other public RPC nodes, and low priority for validators.RPC only
v1.5.0Mar 26, 2026Moderato + MainnetRequired for T2; implements compound transfer policies (TIP-1015), permit support for TIP-20 (TIP-1004), ValidatorConfig V2 (TIP-1017), and 14 audit-driven bug fixes (TIP-1036)Required
v1.4.3Mar 18, 2026Moderato + MainnetFixes gas price oracle poisoning that caused inflated fee estimates for wallet transactionsRecommended
v1.4.2Mar 16, 2026Moderato + MainnetStrict payment calldata validation in the transaction pool and block builder, rejecting malformed payment transactions earlierRecommended
v1.4.1Mar 12, 2026Moderato + MainnetTransaction pool DoS-hardening, consensus resilience improvements (DKG recovery), hardfork-aware gas estimation, and payload builder enhancementsRecommended
v1.4.0Mar 5, 2026Moderato + MainnetRequired for T1C; introduces keychain signature migration so only V2 signatures and hashes are accepted after activationRequired
v1.3.1Feb 22, 2026Testnet + MainnetFixes high-load issues and finalizes T1A/T1B hardening for expiring nonce replay protection and keychain precompile gas handlingRequired
v1.2.0Feb 13, 2026Mainnet onlyFixes validation bug rejecting transactions with gas limits above ~16.7M, blocking large contract deploymentsRequired

T7

ScopeStorage credits for DEX order storage and TIP-20 channel storage; lower the base fee when gas is below the target threshold; deprecate new TIP-20 rewards
TIPsTIP-1060: Storage Credits, TIP-1064: StablecoinDEX Order Storage Credits, TIP-1066: TIP-20 Channel Storage Credits, TIP-1067: Dynamic Base Fee, TIP-1075: Deprecate TIP-20 Rewards
DetailsT7 network upgrade
Releasev1.10.1
TestnetPlanned: July 2, 2026
MainnetPlanned: July 9, 2026
PriorityRequired

T7 is supported by v1.10.1, published on June 29, 2026. Node operators should upgrade before the activation timestamp on each network.


T6

ScopeAccount-level receive policies for safer TIP-20 deposits; admin access keys for smoother passkey, device, and delegated-key management
TIPsTIP-1028: Account-Level Receive Policies, TIP-1049: Admin Access Keys
DetailsT6 network upgrade
Releasev1.9.0
TestnetJune 18, 2026 4pm CEST (unix: 1781791200)
MainnetJune 23, 2026 4pm CEST (unix: 1782223200)
PriorityRequired

Who is affected?

Node operators were required to run v1.9.0 before the T6 activation timestamp on each network. Non-upgraded nodes fall out of consensus once T6 activates on their network.

Integrators, indexers, wallets, explorers, and SDK maintainers should review the T6 network upgrade page for feature benefits and integration notes.


T5

ScopeEnshrined TIP-20 reserve channel precompile; payment lane classification; DEX same-tick flip orders and persistent order IDs across flips; multihop FeeAMM routing; optional on-chain TIP-20 logoURI; implicit approvals; and key authorization witnesses
TIPsTIP-1034: Enshrined TIP-20 Reserve Channel, TIP-1045: Payment Lane Classification, TIP-1030: Allow Same-Tick Flip Orders, TIP-1056: Keep Order IDs Across Flips, TIP-1033: Multihop FeeAMM Routing, TIP-1026: Optional logoURI Field in TIP-20, TIP-1035: Implicit Approvals List, TIP-1053: Witness Digest in Key Authorizations
DetailsT5 network upgrade
Releasev1.8.1
TestnetJune 3, 2026 16:00 CEST (unix: 1780495200)
MainnetJune 9, 2026 16:00 CEST (unix: 1781013600)
PriorityRequired

Who is affected?

All node operators needed to upgrade before the T5 activation timestamp.

Integrators, indexers, wallets, explorers, and SDK maintainers should review the T5 network upgrade page for the T5 surfaces and migration notes.


T4

ScopeEmbed consensus context into the block header to unlock deferred verification, plus T4 bug fixes and security hardening
TIPsTIP-1031: Embed Consensus Context in the Block Header, TIP-1046: T4 Hardfork Meta TIP
DetailsT4 network upgrade
Releasev1.7.0
TestnetModerato: May 14, 2026 16:00 CEST (unix: 1778767200)
MainnetPresto: May 18, 2026 16:00 CEST (unix: 1779112800)
PriorityRequired

Who is affected?

All node operators needed to upgrade before the T4 activation timestamp. TIP-1031 changed how block headers are produced and verified; non-upgraded nodes have their proposals rejected and have fallen out of consensus.

Smart contract developers and integrators are not directly affected by TIP-1031, but should review TIP-1046 for the bundled gas accounting changes and access-key scope validation updates that may affect transaction gas usage post-T4.


T3

ScopeEnhanced access keys with periodic limits, call scoping, and an authorization ABI update; signature verification precompile; and virtual addresses for TIP-20 deposit forwarding
TIPsTIP-1011: Enhanced Access Key Permissions, TIP-1020: Signature Verification Precompile, TIP-1022: Virtual Addresses for TIP-20 Deposit Forwarding
DetailsT3 network upgrade
Releasev1.6.0
TestnetModerato: Apr 21, 2026 16:00 CEST (unix: 1776780000)
MainnetPresto: Apr 27, 2026 16:00 CEST (unix: 1777298400)
PriorityRequired

See the T3 network upgrade page for breaking changes, migration checklist, and integration guidance.


T2

ScopeCompound transfer policies, ValidatorConfig V2, and audit-driven bug fixes
TIPsTIP-1015: Compound Transfer Policies, TIP-1004: Permit for TIP-20, TIP-1017: Validator Config V2, TIP-1036: T2 Hardfork Bug Fixes
Releasev1.5.0
TestnetModerato: Mar 26, 2026 16:00 CET (unix: 1774537200)
MainnetMar 31, 2026 16:00 CEST (unix: 1774965600)
PriorityRequired

T1C

ScopeSecurity hardening, includes breaking change on keychain signatures
Releasev1.4.0
TestnetModerato: Mar 9, 2026 15:00 UTC (unix: 1773068400)
MainnetMar 12, 2026 15:00 UTC (unix: 1773327600)
PriorityRequired

T1A / T1B

ScopeT1A removes the 16.7M per-transaction gas limit in favor of Tempo's 30M cap; T1B adds keychain precompile gas metering and expiring nonce replay-protection hardening
TIPsT1A: TIP-1010: Mainnet Gas Parameters; T1B: upgrade hardening release
Releasev1.3.1
TestnetT1A + T1B: Feb 23, 2026 15:00 UTC (unix: 1771858800)
MainnetT1A: Feb 12, 2026 15:00 UTC (unix: 1770908400); T1B: Feb 23, 2026 15:00 UTC (unix: 1771858800)
PriorityRequired

T1 (Bach)

ScopeMainnet-ready gas economics, expiring nonces, and security hardening
TIPsTIP-1000: State Creation Cost Increase, TIP-1009: Expiring Nonces, TIP-1010: Mainnet Gas Parameters
TestnetFeb 5, 2026 15:00 UTC (unix: 1770303600) — Release: v1.1.0
MainnetFeb 12, 2026 15:00 UTC (unix: 1770908400) — Release: v1.1.1
PriorityRequired

T0 (Genesis)

ScopeInitial mainnet launch
MainnetJan 16, 2026 (genesis) — Release: v1.0.0
PriorityRequired