indexer-fetch 3.1.0
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/indexer-fetch@3.1.0
Install via package.json:
"@awesome-algorand/indexer-fetch": "3.1.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.1.0 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 is a maintenance release with a few small changes:
- Version 3.0.0 was not properly reporting its version. This has been fixed.
- The release artifacts now include the version in their filenames.
- 61f0d13 Initial commit of release (#1553) (#1556)
- 5ede011 Validator: check same round for retry (#1564)
- 66ca346 Merge branch 'v3' into develop
- 6b6be24 bug-fix: update module path and version (#1558)
- a6cd341 build: add version to release filename. (#1566)
- efe92f5 e2e: set algod version and default values (#1560)