algod-fetch 3.9.4
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/algod-fetch@3.9.4
Install via package.json:
"@awesome-algorand/algod-fetch": "3.9.4"
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
Fix for node_exporter and added timeout to stateproof API.
- StateProofs: Add timeout to stateproof API (#4515)
- Metrics: TagCounter gains a tag set to filter on (#4503)
- Metrics: set filtered TagCounters from init() (#4524)
- Tools: Update node_exporter to include algorand/node_exporter#6 (#4518)
This release does not contain a protocol upgrade.