From 9a86cde552c17f2bccb3e3984950a561947cb948 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:39:09 +0000 Subject: [PATCH 1/6] docs: update T3 compatible SDK releases Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> --- src/pages/protocol/upgrades/t3.mdx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index a898ccc0..7b221d7f 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -68,13 +68,11 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ | SDK | T3-compatible release | |-----|-----------------------| -| TypeScript | `TBD` | -| Rust | `TBD` | -| Go | `TBD` | -| Python | `TBD` | -| Foundry | `TBD` | - -Versions will be added here once a T3-compatible release has been published for each SDK. +| [TypeScript](https://github.com/tempoxyz/tempo-ts) | [`0.14.2`](https://github.com/tempoxyz/tempo-ts/releases/tag/tempo.ts%400.14.2) | +| [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | +| [Go](https://github.com/tempoxyz/tempo-go) | `TBD` | +| [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | +| [Foundry](https://github.com/tempoxyz/tempo-foundry) | [`v1.6.0-t1c1`](https://github.com/tempoxyz/tempo-foundry/releases/tag/v1.6.0-t1c1) | ## Related docs Guides about TIPs coming soon. From eb05c6a227000cd9e4a93bc35ade935ec66bb86a Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:47:35 +0000 Subject: [PATCH 2/6] fix: TypeScript SDK is viem, not tempo-ts Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d7689-8182-75f9-b14a-8ce8bd1bb33b --- src/pages/protocol/upgrades/t3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index 7b221d7f..7d287a9c 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -68,7 +68,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ | SDK | T3-compatible release | |-----|-----------------------| -| [TypeScript](https://github.com/tempoxyz/tempo-ts) | [`0.14.2`](https://github.com/tempoxyz/tempo-ts/releases/tag/tempo.ts%400.14.2) | +| [TypeScript](https://github.com/wevm/viem) | [`viem@2.47.11`](https://github.com/wevm/viem/releases/tag/viem%402.47.11) | | [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | | [Go](https://github.com/tempoxyz/tempo-go) | `TBD` | | [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | From 3ec6997e8ada1283e135e66e48e676fe2b1adbae Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:49:05 +0000 Subject: [PATCH 3/6] docs: add ox@0.14.13 to TypeScript SDK releases Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d7689-8182-75f9-b14a-8ce8bd1bb33b --- src/pages/protocol/upgrades/t3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index 7d287a9c..9bc0f457 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -68,7 +68,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ | SDK | T3-compatible release | |-----|-----------------------| -| [TypeScript](https://github.com/wevm/viem) | [`viem@2.47.11`](https://github.com/wevm/viem/releases/tag/viem%402.47.11) | +| [TypeScript](https://github.com/wevm/viem) | [`viem@2.47.11`](https://github.com/wevm/viem/releases/tag/viem%402.47.11), [`ox@0.14.13`](https://github.com/wevm/ox/releases/tag/ox%400.14.13) | | [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | | [Go](https://github.com/tempoxyz/tempo-go) | `TBD` | | [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | From 66dd545cfbf80d4580ce2e745ff4b2940d1c8dae Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:54:37 +0000 Subject: [PATCH 4/6] docs: add tempo-go v0.4.0 as pending release Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d7689-8182-75f9-b14a-8ce8bd1bb33b --- src/pages/protocol/upgrades/t3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index 9bc0f457..5ed7a7ce 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -70,7 +70,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ |-----|-----------------------| | [TypeScript](https://github.com/wevm/viem) | [`viem@2.47.11`](https://github.com/wevm/viem/releases/tag/viem%402.47.11), [`ox@0.14.13`](https://github.com/wevm/ox/releases/tag/ox%400.14.13) | | [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | -| [Go](https://github.com/tempoxyz/tempo-go) | `TBD` | +| [Go](https://github.com/tempoxyz/tempo-go) | [`v0.4.0`](https://github.com/tempoxyz/tempo-go/releases/tag/v0.4.0) (pending release) | | [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | | [Foundry](https://github.com/tempoxyz/tempo-foundry) | [`v1.6.0-t1c1`](https://github.com/tempoxyz/tempo-foundry/releases/tag/v1.6.0-t1c1) | From feba42f8bce930ed1ce70a293f8aa283f4597a56 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:56:00 +0000 Subject: [PATCH 5/6] docs: drop pending release note from tempo-go Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d7689-8182-75f9-b14a-8ce8bd1bb33b --- src/pages/protocol/upgrades/t3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index 5ed7a7ce..58aa2f56 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -70,7 +70,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ |-----|-----------------------| | [TypeScript](https://github.com/wevm/viem) | [`viem@2.47.11`](https://github.com/wevm/viem/releases/tag/viem%402.47.11), [`ox@0.14.13`](https://github.com/wevm/ox/releases/tag/ox%400.14.13) | | [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | -| [Go](https://github.com/tempoxyz/tempo-go) | [`v0.4.0`](https://github.com/tempoxyz/tempo-go/releases/tag/v0.4.0) (pending release) | +| [Go](https://github.com/tempoxyz/tempo-go) | [`v0.4.0`](https://github.com/tempoxyz/tempo-go/releases/tag/v0.4.0) | | [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | | [Foundry](https://github.com/tempoxyz/tempo-foundry) | [`v1.6.0-t1c1`](https://github.com/tempoxyz/tempo-foundry/releases/tag/v1.6.0-t1c1) | From 31b8376720c2ed38c37b52c2c9446cc89fbaf43c Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 10 Apr 2026 09:49:14 +0000 Subject: [PATCH 6/6] docs: update Foundry release to v1.6.0-t3 Co-Authored-By: 0xrusowsky <90208954+0xrusowsky@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d7689-8182-75f9-b14a-8ce8bd1bb33b --- src/pages/protocol/upgrades/t3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/protocol/upgrades/t3.mdx b/src/pages/protocol/upgrades/t3.mdx index 58aa2f56..6b8bef0b 100644 --- a/src/pages/protocol/upgrades/t3.mdx +++ b/src/pages/protocol/upgrades/t3.mdx @@ -72,7 +72,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/ | [Rust](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | [`tempo-alloy@1.5.1`](https://github.com/tempoxyz/tempo/releases/tag/tempo-alloy%401.5.1) | | [Go](https://github.com/tempoxyz/tempo-go) | [`v0.4.0`](https://github.com/tempoxyz/tempo-go/releases/tag/v0.4.0) | | [Python](https://github.com/tempoxyz/pytempo) | [`0.5.0`](https://github.com/tempoxyz/pytempo/releases/tag/pytempo%400.5.0) | -| [Foundry](https://github.com/tempoxyz/tempo-foundry) | [`v1.6.0-t1c1`](https://github.com/tempoxyz/tempo-foundry/releases/tag/v1.6.0-t1c1) | +| [Foundry](https://github.com/tempoxyz/tempo-foundry) | [`v1.6.0-t3`](https://github.com/tempoxyz/tempo-foundry/releases/tag/v1.6.0-t3) | ## Related docs Guides about TIPs coming soon.