Skip to content
Merged
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
5 changes: 1 addition & 4 deletions src/pages/protocol/upgrades/t3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ T3 is Tempo's next network upgrade. It introduces the following changes:
- Enhanced access key permissions with periodic spending limits, call scoping, and a protocol-level ban on access-key contract creation ([TIP-1011](/protocol/tips/tip-1011))
- A signature verification precompile for secp256k1, P256, and WebAuthn signatures ([TIP-1020](/protocol/tips/tip-1020))
- Virtual addresses for TIP-20 deposit forwarding ([TIP-1022](/protocol/tips/tip-1022))
- Security hardening and gas correctness fixes (TIP-1038)

**Action required for integrators:** Partners that create or update access keys should upgrade to a T3-compatible SDK release before activation.

Expand All @@ -37,7 +36,6 @@ T3 is Tempo's next network upgrade. It introduces the following changes:
| Access keys | Wallets, account SDKs, and apps using connected apps or subscriptions | Existing authorized access keys remain valid for delegated transaction flows. T3 adds optional periodic limits and call scoping, bans contract creation from access-key transactions, and changes the authorization ABI used to create or rotate keys. |
| Signature verification precompile | Smart contract teams, account integrators, and wallet SDKs | Contracts can verify secp256k1, P256, and WebAuthn signatures through one precompile instead of custom verifier contracts. |
| Virtual addresses | Exchanges, ramps, custodians, payment processors, explorers, and indexers | Partners can generate per-user TIP-20 deposit addresses that forward to a registered master wallet. Explorers and indexers should display and attribute forwarded deposits correctly. |
| Node upgrades | Node operators, RPC providers, and infra teams | T3 also includes security hardening and gas correctness fixes. All operators should roll out the T3-compatible release before activation, even if they do not plan to use the new features directly. |

## Breaking changes

Expand Down Expand Up @@ -76,8 +74,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/
Versions will be added here once a T3-compatible release has been published for each SDK.

## Related docs
- Virtual addresses guide: coming soon
- Subscription and recurring-permissions guide: coming soon
Guides about TIPs coming soon.

## Feature TIPs

Expand Down
Loading