Skip to content

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

@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

GitHub Logo

Important

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.

Overview

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.

Changelog

  • 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


Docker images for this release are available on Docker Hub.

Details


Assets

  • indexer-fetch-3.3.0.tgz

Download activity

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