algod-fetch 3.13.2
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/algod-fetch@3.13.2
Install via package.json:
"@awesome-algorand/algod-fetch": "3.13.2"
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
Updates to telemetry and reporting.
- Better telemetry logging
- Report metrics on telemetry errors
- telemetry: don't report let asyncTelemetryHook wrap and log its own errors(#4932)
- metrics: count telemetry server errors (#4933)
- log: stderr offending large log messages(#4930)
This release does not contain a protocol upgrade.