Skip to content

Releases: Bitcoin-com/slp-indexer

Hardfork updates

20 Nov 01:31
9ca650a

Choose a tag to compare

This version is a required update since the November 15 hardfork. It includes an update to bitcoinj which now support ASERT DAA.

Updates to test vectors

04 Aug 04:56
5b4c2bc

Choose a tag to compare

This release includes some updates to the validator regarding NFT tokens. If you are using the indexer to rely on validation for NFT tokens you should update to this later version and run a resync from the beginning to make sure the validator revalidates all previous NFT tokens

Efficient queries overhaul

09 Apr 02:53
d7e2f67

Choose a tag to compare

This release is NOT backwards compatible with the old structure and will require a full resync from scratch. To resync delete the spvfile from your machine and the corresponding mongo database. Syncing has been speed up so resyncing should be much faster than before

The release includes a complete overhaul of the allOutputs collection to include parent tx validation status on the utxo which is required to make fast queries on only valid utxos. It also includes a extra fields on the tokenDetails to be able to include more information about the tokens.

In this release we are fully compatible with rest.bitcoin.com endpoints and also a overhaul of querying for large tokens. Large tokens are now cached and refreshed on an interval and the endpoints are served by a cache. It gives you faster queries for large tokens and tokens that would otherwise take long to fetch.

Stability improvements

15 Mar 10:53
0225cfe

Choose a tag to compare

Merge pull request #9 from Bitcoin-com/0.0.3-SNAPSHOT

0.0.3 snapshot

Stability improvements

13 Feb 01:18

Choose a tag to compare

This release includes fixes for token validations. Some issues with parsing of the op_return was detected and fixed in this release.

Open-source

22 Jan 00:47

Choose a tag to compare

First release of the open-source version of Bitcoin.com slp-indexer