algod-fetch 3.2.3
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/algod-fetch@3.2.3
Install via package.json:
"@awesome-algorand/algod-fetch": "3.2.3"
About this version
Fetch client for Algod RPC
Generated AlgodClient for Algorand based on the OpenAPI Specification. See the upstream repository for more information.
npm install @awesome-algorand/algod-fetch --save
import {AlgodClient} from '@awesome-algorand/algod-fetch';
const client = new AlgodClient({
BASE: 'https://testnet-api.algonode.cloud',
})
See the full API Documentation for more information
3.2.1 introduced a minor delay whenever a catchpoint was generated every 10,000 rounds. This fix resolves that issue for nodes that have catchpoint generation enabled (e.g. archival nodes).
- Ledger
- Bug Fix - Perform catchpoint writing outside the tracker's lock (#3311)
This release does not contain a protocol upgrade.