Releases: Bitcoin-com/slp-indexer
Hardfork updates
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
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
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
Merge pull request #9 from Bitcoin-com/0.0.3-SNAPSHOT 0.0.3 snapshot
Stability improvements
This release includes fixes for token validations. Some issues with parsing of the op_return was detected and fixed in this release.
Open-source
First release of the open-source version of Bitcoin.com slp-indexer