Skip to content

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

@awesome-algorand/indexer-fetch

Fetch client for Indexer

Generated IndexerClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.

Installation

npm install @awesome-algorand/indexer-fetch --save

Usage

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

Change Log

Important

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.

Highlights

This is a maintenance release with a few small changes:

  1. Version 3.0.0 was not properly reporting its version. This has been fixed.
  2. The release artifacts now include the version in their filenames.

Changelog

  • 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)

Details


Assets

  • indexer-fetch-3.1.0.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0