indexer-fetch 3.3.0
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/indexer-fetch@3.3.0
Install via package.json:
"@awesome-algorand/indexer-fetch": "3.3.0"
About this version
Fetch client for Indexer
Generated IndexerClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.
npm install @awesome-algorand/indexer-fetch --save
import {IndexerClient} from '@awesome-algorand/indexer-fetch';
const client = new IndexerClient({
BASE: 'https://testnet-idx.algonode.cloud/',
})
See the full API Documentation for more information
Indexer 3.x uses Conduit for data loading. This is a change from the 2.x version, which managed data loading internally. See our Using Conduit to Populate an Indexer Database tutorial for more information on how to use Conduit.
This release includes a performance improvement to transaction by address searches. When paginating through results, subsequent calls would often get slower and slower until eventually timing out completely.
- 0f41c6d Fix markdown syntax. (#1576)
- 89c3fed Indexer 2.x to 3.x Migration FAQ. (#1575)
- 2517879 Update system requirements. (#1581)
- e498ab7 Update the Indexer 3.x migration document. (#1579)
- 76f36ea Use INDEXER_DATA throughout the entrypoint script in docker (#1583)
- 6ef871c add txn_participation.round filter (#1578)
Full Changelog: https://github.com/algorand/indexer/compare/v3.2.0...v3.3.0