diff --git a/site/pages/tempo/actions/accessKey.isAdmin.mdx b/site/pages/tempo/actions/accessKey.isAdmin.mdx index 204f1df90d..cf9935533f 100644 --- a/site/pages/tempo/actions/accessKey.isAdmin.mdx +++ b/site/pages/tempo/actions/accessKey.isAdmin.mdx @@ -2,10 +2,6 @@ import ReadParameters from '../../../snippets/tempo/read-parameters.mdx' # `accessKey.isAdmin` -:::warning -**Coming soon:** [TIP-1049](https://tips.sh/1049) ships in the **T6** hardfork, live on **Testnet** June 18, 2026 at 4pm CEST and **Mainnet** June 23, 2026 at 4pm CEST. -::: - Checks whether an access key is an admin key for an account. Returns `true` for the account's root key or for an active admin access key (see [`accessKey.authorize`](/tempo/actions/accessKey.authorize) with `admin: true`). diff --git a/site/pages/tempo/actions/accessKey.watchAdminAuthorized.mdx b/site/pages/tempo/actions/accessKey.watchAdminAuthorized.mdx index 1d7fefadb2..0ffab7537d 100644 --- a/site/pages/tempo/actions/accessKey.watchAdminAuthorized.mdx +++ b/site/pages/tempo/actions/accessKey.watchAdminAuthorized.mdx @@ -1,9 +1,5 @@ # `accessKey.watchAdminAuthorized` -:::warning -**Coming soon:** [TIP-1049](https://tips.sh/1049) ships in the **T6** hardfork, live on **Testnet** June 18, 2026 at 4pm CEST and **Mainnet** June 23, 2026 at 4pm CEST. -::: - Watches for admin key authorization events (`AdminKeyAuthorized`), emitted when an admin key is authorized (see [`accessKey.authorize`](/tempo/actions/accessKey.authorize) with `admin: true`). [TIP-1049](https://tips.sh/1049) diff --git a/site/pages/tempo/actions/receivePolicy.burn.mdx b/site/pages/tempo/actions/receivePolicy.burn.mdx index bf295fc53c..25fd5a9a28 100644 --- a/site/pages/tempo/actions/receivePolicy.burn.mdx +++ b/site/pages/tempo/actions/receivePolicy.burn.mdx @@ -2,10 +2,6 @@ import WriteParameters from '../../../snippets/tempo/write-parameters.mdx' # `receivePolicy.burn` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Burns the funds backing a blocked receipt. Requires the caller to hold the token's `BURN_BLOCKED_ROLE`, and is only valid when the receipt's policy subject is currently unauthorized as a sender under the token's TIP-403 policy. [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.claim.mdx b/site/pages/tempo/actions/receivePolicy.claim.mdx index 55cd51f8ef..9472138304 100644 --- a/site/pages/tempo/actions/receivePolicy.claim.mdx +++ b/site/pages/tempo/actions/receivePolicy.claim.mdx @@ -2,10 +2,6 @@ import WriteParameters from '../../../snippets/tempo/write-parameters.mdx' # `receivePolicy.claim` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Claims blocked funds for a receipt, releasing them to a destination. The caller must be authorized to reclaim the funds per the policy's `claimer` setting. [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.get.mdx b/site/pages/tempo/actions/receivePolicy.get.mdx index 5aa6169651..18002e5863 100644 --- a/site/pages/tempo/actions/receivePolicy.get.mdx +++ b/site/pages/tempo/actions/receivePolicy.get.mdx @@ -1,9 +1,5 @@ # `receivePolicy.get` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Gets the receive policy configured for an account. [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.getBlockedBalance.mdx b/site/pages/tempo/actions/receivePolicy.getBlockedBalance.mdx index 7166f0741b..560e07b2c9 100644 --- a/site/pages/tempo/actions/receivePolicy.getBlockedBalance.mdx +++ b/site/pages/tempo/actions/receivePolicy.getBlockedBalance.mdx @@ -1,9 +1,5 @@ # `receivePolicy.getBlockedBalance` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Gets the blocked balance held by the `ReceivePolicyGuard` for an encoded claim receipt. [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.set.mdx b/site/pages/tempo/actions/receivePolicy.set.mdx index fe0f81b03b..636fc44d4f 100644 --- a/site/pages/tempo/actions/receivePolicy.set.mdx +++ b/site/pages/tempo/actions/receivePolicy.set.mdx @@ -2,10 +2,6 @@ import WriteParameters from '../../../snippets/tempo/write-parameters.mdx' # `receivePolicy.set` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Sets the receive policy for the calling account. A receive policy controls which TIP-20 tokens and which senders an account accepts. Inbound transfers and mints that violate the policy are not reverted – instead the funds are redirected to the `ReceivePolicyGuard` and can be reclaimed later (see [`receivePolicy.claim`](/tempo/actions/receivePolicy.claim)). [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.validate.mdx b/site/pages/tempo/actions/receivePolicy.validate.mdx index c5b8ccc5b0..bb9e3d4770 100644 --- a/site/pages/tempo/actions/receivePolicy.validate.mdx +++ b/site/pages/tempo/actions/receivePolicy.validate.mdx @@ -1,9 +1,5 @@ # `receivePolicy.validate` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Checks whether a transfer or mint to a receiver is allowed by the receiver's receive policy. [Learn more about transfer policies](https://docs.tempo.xyz/protocol/tip403/spec) ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.watchBlocked.mdx b/site/pages/tempo/actions/receivePolicy.watchBlocked.mdx index b95b3947e6..0c4c5a8684 100644 --- a/site/pages/tempo/actions/receivePolicy.watchBlocked.mdx +++ b/site/pages/tempo/actions/receivePolicy.watchBlocked.mdx @@ -1,9 +1,5 @@ # `receivePolicy.watchBlocked` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Watches for blocked transfer events (`TransferBlocked`) emitted by the `ReceivePolicyGuard` when an inbound transfer or mint violates a receive policy. ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.watchBurned.mdx b/site/pages/tempo/actions/receivePolicy.watchBurned.mdx index 7477be0d7b..e8863f083b 100644 --- a/site/pages/tempo/actions/receivePolicy.watchBurned.mdx +++ b/site/pages/tempo/actions/receivePolicy.watchBurned.mdx @@ -1,9 +1,5 @@ # `receivePolicy.watchBurned` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Watches for receipt burned events (`ReceiptBurned`) emitted by the `ReceivePolicyGuard` when blocked funds are burned. ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.watchClaimed.mdx b/site/pages/tempo/actions/receivePolicy.watchClaimed.mdx index c823d9873f..4e2e32d6c3 100644 --- a/site/pages/tempo/actions/receivePolicy.watchClaimed.mdx +++ b/site/pages/tempo/actions/receivePolicy.watchClaimed.mdx @@ -1,9 +1,5 @@ # `receivePolicy.watchClaimed` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Watches for receipt claimed events (`ReceiptClaimed`) emitted by the `ReceivePolicyGuard` when blocked funds are reclaimed. ## Usage diff --git a/site/pages/tempo/actions/receivePolicy.watchUpdated.mdx b/site/pages/tempo/actions/receivePolicy.watchUpdated.mdx index 7c892e347d..3c3005b2a5 100644 --- a/site/pages/tempo/actions/receivePolicy.watchUpdated.mdx +++ b/site/pages/tempo/actions/receivePolicy.watchUpdated.mdx @@ -1,9 +1,5 @@ # `receivePolicy.watchUpdated` -:::warning -**Coming soon:** [TIP-1028](https://tips.sh/1028) ships in the **T6** hardfork — live on **Testnet** June 11 and **Mainnet** June 15. -::: - Watches for receive policy update events (`ReceivePolicyUpdated`) on the TIP-403 Registry. ## Usage diff --git a/site/pages/tempo/guides/access-keys/admin.mdx b/site/pages/tempo/guides/access-keys/admin.mdx index 0581cf8d3e..ec933bd767 100644 --- a/site/pages/tempo/guides/access-keys/admin.mdx +++ b/site/pages/tempo/guides/access-keys/admin.mdx @@ -13,11 +13,6 @@ as authorizing and revoking them, without using the root key each time. Admin ke an `expiry`, `limits`, or `scopes` (those are ignored), so treat them as powerful as the root key itself. -:::warning -Admin access keys require the T6 hardfork ([TIP-1049](https://tips.sh/1049)), live on Testnet -June 18, 2026 at 4pm CEST and Mainnet June 23, 2026 at 4pm CEST. -::: - ## Recipes These recipes assume you have [set up a Tempo client](/tempo). diff --git a/site/pages/tempo/guides/receive-policies/blocked.mdx b/site/pages/tempo/guides/receive-policies/blocked.mdx index b58d673e10..35b63833a2 100644 --- a/site/pages/tempo/guides/receive-policies/blocked.mdx +++ b/site/pages/tempo/guides/receive-policies/blocked.mdx @@ -15,11 +15,6 @@ balance and resolving it. [See the Policy Registry specification](https://docs.tempo.xyz/protocol/tip403/overview) -:::warning -Receive policies require the T6 hardfork ([TIP-1028](https://tips.sh/1028)), live on Testnet June 11 -and Mainnet June 15. -::: - ## Recipes These recipes assume you have [set up a Tempo client](/tempo). Each recipe uses the claim receipt diff --git a/site/pages/tempo/guides/receive-policies/index.mdx b/site/pages/tempo/guides/receive-policies/index.mdx index 85d5b7ba1f..4d9c6b3439 100644 --- a/site/pages/tempo/guides/receive-policies/index.mdx +++ b/site/pages/tempo/guides/receive-policies/index.mdx @@ -15,11 +15,6 @@ their account. [See the Policy Registry specification](https://docs.tempo.xyz/protocol/tip403/overview) -:::warning -Receive policies require the T6 hardfork ([TIP-1028](https://tips.sh/1028)), live on Testnet June 11 -and Mainnet June 15. -::: - ## See More diff --git a/site/pages/tempo/guides/receive-policies/set.mdx b/site/pages/tempo/guides/receive-policies/set.mdx index 4c9d55d9b1..02d132a919 100644 --- a/site/pages/tempo/guides/receive-policies/set.mdx +++ b/site/pages/tempo/guides/receive-policies/set.mdx @@ -14,11 +14,6 @@ funds that get blocked. Set the policy once and update it whenever your requirem [See the Policy Registry specification](https://docs.tempo.xyz/protocol/tip403/overview) -:::warning -Receive policies require the T6 hardfork ([TIP-1028](https://tips.sh/1028)), live on Testnet June 11 -and Mainnet June 15. -::: - ## Recipes These recipes assume you have [set up a Tempo client](/tempo). diff --git a/site/pages/tempo/guides/receive-policies/validate.mdx b/site/pages/tempo/guides/receive-policies/validate.mdx index 22f340d966..1a9dfa4d0c 100644 --- a/site/pages/tempo/guides/receive-policies/validate.mdx +++ b/site/pages/tempo/guides/receive-policies/validate.mdx @@ -14,11 +14,6 @@ Validation reports whether the transfer is authorized and, if not, why it was bl [See the Policy Registry specification](https://docs.tempo.xyz/protocol/tip403/overview) -:::warning -Receive policies require the T6 hardfork ([TIP-1028](https://tips.sh/1028)), live on Testnet June 11 -and Mainnet June 15. -::: - ## Recipes These recipes assume you have [set up a Tempo client](/tempo). diff --git a/site/vocs.config.ts b/site/vocs.config.ts index a495400976..5cd6cf1ea9 100644 --- a/site/vocs.config.ts +++ b/site/vocs.config.ts @@ -2111,7 +2111,6 @@ export default defineConfig({ link: '/tempo/guides/access-keys/manage', }, { - badge: { text: 'T6', variant: 'warning' }, text: 'Admin Access Keys', link: '/tempo/guides/access-keys/admin', }, @@ -2174,7 +2173,6 @@ export default defineConfig({ ], }, { - badge: { text: 'T6', variant: 'warning' }, text: 'Receive Policies', collapsed: true, items: [