Skip to content

Commit b7c1671

Browse files
authored
update deprecation/migration notices (#1125)
1 parent 0115e12 commit b7c1671

File tree

7 files changed

+10
-29
lines changed

7 files changed

+10
-29
lines changed

content/docs/en/apis/ordinals-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Ordinals API provides comprehensive inscription data for Bitcoin ordinals th
1111

1212
:::callout
1313
### Deprecation Notice
14-
The Ordinals API will be deprecated on March 1st, 2026. Refer to the [migration guide](/apis/ordinals-api/migration) to migrate your application to using Xverse's Ordinals API instead.
14+
The Ordinals API will be deprecated on March 9th, 2026. Refer to the [migration guide](/apis/ordinals-api/migration) to migrate your application to using Xverse's Ordinals API instead.
1515
:::
1616

1717
## Key features

content/docs/en/apis/ordinals-api/migration.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ llm: true
66

77
As part of the deprecation of Hiro’s L1 APIs for Ordinals, Runes, BRC-20, Ordhooks, and Runehooks, we’re recommending developers move to using the L1 APIs from Xverse, who have built a robust set of tooling for Bitcoin metaprotocols. We’ve put together this guide for developers on how to migrate your applications to using their APIs.
88

9-
:::callout
10-
### Using Xverse's L1 APIs
11-
NOTE: The Xverse L1 APIs are in private beta, but we’ve worked with them to create an expedited approval path for those coming from Hiro APIs, so just [fill out this form](https://form.typeform.com/to/HkwDUt9P?typeform-source=docs.xverse.app) and they will get back to you quickly.
12-
:::
13-
149
## Timeline
15-
- Announcement date: Feburary 7th, 2026
16-
- Deprecation effective: March 1st, 2026
10+
- Announcement date: Feburary 6th, 2026
11+
- Deprecation effective: March 9th, 2026
1712

1813
## What you'll learn
1914

content/docs/en/apis/runes-api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Runes API provides comprehensive data for Bitcoin Runes through a high-perfo
1111

1212
:::callout
1313
### Deprecation Notice
14-
The Runes API will be deprecated on March 1st, 2026. Refer to the [migration guide](/apis/runes-api/migration) to migrate your application to using Xverse's Runes API instead.
14+
The Runes API will be deprecated on March 9th, 2026. Refer to the [migration guide](/apis/runes-api/migration) to migrate your application to using Xverse's Runes API instead.
1515
:::
1616

1717
## Key features

content/docs/en/apis/runes-api/migration.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ llm: true
66

77
As part of the deprecation of Hiro’s L1 APIs for Ordinals, Runes, BRC-20, Ordhooks, and Runehooks, we’re recommending developers move to using the L1 APIs from Xverse, who have built a robust set of tooling for Bitcoin metaprotocols. We’ve put together this guide for developers on how to migrate your applications to using their APIs.
88

9-
:::callout
10-
### Using Xverse's L1 APIs
11-
NOTE: The Xverse L1 APIs are in private beta, but we’ve worked with them to create an expedited approval path for those coming from Hiro APIs, so just [fill out this form](https://form.typeform.com/to/HkwDUt9P?typeform-source=docs.xverse.app) and they will get back to you quickly.
12-
:::
13-
149
## Timeline
15-
- Announcement date: Feburary 7th, 2026
16-
- Deprecation effective: March 1st, 2026
10+
- Announcement date: Feburary 6th, 2026
11+
- Deprecation effective: March 9th, 2026
1712

1813
## What you'll learn
1914

content/docs/en/tools/bitcoin-indexer/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Bitcoin Indexer connects to your Bitcoin node, processes blocks in real-time
1111

1212
:::callout
1313
### Deprecation Notice
14-
Ongoing maintainence and updates to the Bitcoin Indexer will stop on March 1st, 2026. The [Bitcoin Indexer repo](https://github.com/hirosystems/bitcoin-indexer) will continue to be open-sourced.
14+
Ongoing maintainence and updates to the Bitcoin Indexer will stop on March 9th, 2026. The [Bitcoin Indexer repo](https://github.com/hirosystems/bitcoin-indexer) will continue to be open-sourced.
1515
:::
1616

1717
## Key features

content/docs/en/tools/chainhooks/(overview)/migration.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: Guide for migrating legacy chainhooks to v2
44
---
55

66
:::callout
7-
### Managing v1 chainhooks
8-
Legacy v1 chainhooks remain read-only in the Platform UI, but you manage them through the [Platform API](/apis/platform-api/reference/chainhooks/list).
7+
### Deprecation of Chainhooks v1
8+
Legacy v1 chainhooks will be deprecated on March 9th, 2026.
99
:::
1010

1111
## What you'll learn
@@ -228,12 +228,10 @@ For more details, check out the [Filters](/tools/chainhooks/reference/filters) r
228228

229229
Chainhooks v2 does not have the ability to specify a **start block** in a hook’s configuration for past block scans.
230230

231-
However, you can use the [Replay Block API endpoint](https://docs.hiro.so/en/tools/chainhooks/evaluate) to request any block replay you need at any time. Once requested, you will receive that block’s information through the same webhook payload endpoint you use for real-time updates within a couple seconds.
231+
However, you can use the [Replay Block API endpoint](/tools/chainhooks/evaluate) to request any block replay you need at any time. Once requested, you will receive that block’s information through the same webhook payload endpoint you use for real-time updates within a couple seconds.
232232

233233
This method ensures you have complete control over which blocks you need to replay whenever you need to.
234234

235-
See [Replay a block](/tools/chainhooks/(chainhook-sdk)/evaluate) for more information.
236-
237235
## Next steps
238236

239237
:::next-steps

content/docs/en/tools/chainhooks/index.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@ title: Chainhooks
33
sidebarTitle: Overview
44
description: Chainhooks is a webhook service for the Stacks blockchain that lets you register event streams and define precise filters to capture on-chain data as it happens.
55
llm: false
6-
isBeta: true
76
---
87

9-
:::callout
10-
type: warn
11-
### Chainhooks 2.0 (Beta)
12-
Chainhooks is currently in beta. If you encounter issues or have feedback, please reach out to [beta@hiro.so](mailto:beta@hiro.so).
13-
:::
14-
158
## Overview
169

1710
Chainhooks makes it easy to subscribe to blockchain activity on Stacks by registering event streams, filtering for exactly the data you care about, and sending it straight to your app in real time.

0 commit comments

Comments
 (0)