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
Copy file name to clipboardExpand all lines: src/pages/protocol/upgrades/t3.mdx
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ T3 is Tempo's next network upgrade. It introduces the following changes:
26
26
- 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))
27
27
- A signature verification precompile for secp256k1, P256, and WebAuthn signatures ([TIP-1020](/protocol/tips/tip-1020))
28
28
- Virtual addresses for TIP-20 deposit forwarding ([TIP-1022](/protocol/tips/tip-1022))
29
-
- Security hardening and gas correctness fixes (TIP-1038)
30
29
31
30
**Action required for integrators:** Partners that create or update access keys should upgrade to a T3-compatible SDK release before activation.
32
31
@@ -37,7 +36,6 @@ T3 is Tempo's next network upgrade. It introduces the following changes:
37
36
| 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. |
38
37
| 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. |
39
38
| 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. |
40
-
| 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. |
41
39
42
40
## Breaking changes
43
41
@@ -76,8 +74,7 @@ Tempo's broader tooling ecosystem is available in [Developer tools](/quickstart/
76
74
Versions will be added here once a T3-compatible release has been published for each SDK.
77
75
78
76
## Related docs
79
-
- Virtual addresses guide: coming soon
80
-
- Subscription and recurring-permissions guide: coming soon
0 commit comments