Skip to content

indexer-fetch 3.4.0

Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/indexer-fetch@3.4.0
Install via package.json:
"@awesome-algorand/indexer-fetch": "3.4.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

This release supports go-algorand 3.21, which itself includes a consensus upgrade. Runners will have to upgrade their indexer/conduit installs in order to remain on the network once the upgrade goes into effect.

Indexer v3.4.0 uses Conduit for data loading. This is a change from the 2.x version (no longer supported as of November 1, 2023), which managed data loading internally. See our Using Conduit to Populate an Indexer Database tutorial for more information on how to use Conduit.

Changelog

  • 3e9446a Merge pull request #1590 from gmalouf/resource-shared-accounts-indexing
  • d1008ac Potential fix for panic on call to block w/ group resource sharing.
  • 50a40d7 Typo fix.
  • 92a5e7c Bump go-algorand-sdk dependency to v2.4.0 to support v39 consensus protocol.
  • 9ef21ad Merge pull request #1588 from gmalouf/protocol-update-sync
  • ad95dba ci: Use parameterized version in conduit notice. (#1585)

Docker images for this release are available on Docker Hub.

Details


Assets

  • indexer-fetch-3.4.0.tgz

Download activity

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