Skip to content

Commit 865a806

Browse files
committed
Add a release note for chronik
Summary: As per title. Test Plan: Read it. Reviewers: #bitcoin_abc, bytesofman Reviewed By: #bitcoin_abc, bytesofman Subscribers: bytesofman Differential Revision: https://reviews.bitcoinabc.org/D15881
1 parent eae9e73 commit 865a806

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/release-notes.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Bitcoin ABC version 0.29.0 is now available from:
44

55
<https://download.bitcoinabc.org/0.29.0/>
66

7+
Chronik
8+
-------
9+
10+
The Chronik indexer is now available as an opt-in option to the Bitcoin ABC
11+
node software for Linux and Windows. Chronik gives you access to a brand new API
12+
to get notified of finalized blocks, retrieve transaction history by eCash
13+
address, gather eToken transaction data, and much more. To enable Chronik,
14+
simply turn it on with the `-chronik` option.
15+
16+
Take a look at the full [setup and API documentation](https://docs.chronik.xyz/)
17+
to get an overview of the features, and start building your own application with
18+
the [chronik-client](https://www.npmjs.com/package/chronik-client) npm package.
19+
720
Network upgrade
821
---------------
922

0 commit comments

Comments
 (0)