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
feat: add reusable Badge pill component and use in network upgrades page (#110)
Adds a Badge component following the Demo pill style (rounded-[30px], 9px
uppercase text) with variants for all Radix color scales: red, amber,
green, blue, violet, gray.
Replaces emoji priority indicators with <Badge variant="red">Required</Badge>
on the network upgrades page.
Amp-Thread-ID: https://ampcode.com/threads/T-019c71df-8566-77cd-80ce-01c287208044
Co-authored-by: Jen <jen@tempo.xyz>
Co-authored-by: Amp <amp@ampcode.com>
Copy file name to clipboardExpand all lines: src/pages/guide/node/network-upgrades.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
description: Timeline and details for Tempo network upgrades and important releases for node operators.
3
3
---
4
4
5
+
import { Badge } from'../../../components/Badge'
6
+
5
7
# Network Upgrades and Releases
6
8
7
9
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.
@@ -12,7 +14,7 @@ For detailed release notes and binaries, see the [Changelog](/changelog).
|[v1.2.0](https://github.com/tempoxyz/tempo/releases/tag/v1.2.0)| Feb 13, 2026 | Mainnet only | Fixes validation bug rejecting transactions with gas limits above ~16.7M, blocking large contract deployments |🔴 Required |
17
+
|[v1.2.0](https://github.com/tempoxyz/tempo/releases/tag/v1.2.0)| Feb 13, 2026 | Mainnet only | Fixes validation bug rejecting transactions with gas limits above ~16.7M, blocking large contract deployments |<Badgevariant="red">Required</Badge>|
16
18
17
19
---
18
20
@@ -24,7 +26,7 @@ For detailed release notes and binaries, see the [Changelog](/changelog).
24
26
|**TIPs**|[TIP-1000: State Creation Cost Increase](https://docs.tempo.xyz/protocol/tips/tip-1000), [TIP-1009: Expiring Nonces](https://docs.tempo.xyz/protocol/tips/tip-1009), [TIP-1010: Mainnet Gas Parameters](https://docs.tempo.xyz/protocol/tips/tip-1010)|
25
27
|**Testnet**| Feb 5, 2026 15:00 UTC (unix: 1770303600) — Release: [v1.1.0](https://github.com/tempoxyz/tempo/releases/tag/v1.1.0)|
26
28
|**Mainnet**| Feb 12, 2026 15:00 UTC (unix: 1770908400) — Release: [v1.1.1](https://github.com/tempoxyz/tempo/releases/tag/v1.1.1)|
0 commit comments