algod-fetch 3.23.1
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/algod-fetch@3.23.1
Install via package.json:
"@awesome-algorand/algod-fetch": "3.23.1"
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
This release is focused on providing the necessary software functionality for non-archival relays on the network. It includes promoting archival nodes to first class citizens that can be resolved as their own class of nodes.
- Full support for non-archival relay nodes
- SRV record resolution of dedicated archival nodes
- Network: Class-based Peer Selector (#5937)
- Archival Support: Remove configurable support for catching up from "archivers" (#5920)
- Blocks: Bump min to save based on catchpoint support (#5927)
- Build: upgrade to go 1.20.14 (#5949)
- Docker: Bump debian version in algod container (#5955)
- Feat: add support to display mnemonic discreetly for
algokey generate
(#5886) - Netgoal: Use --last-part-key-round when generating a goalnet template (#5912)
- Network: Penalize peer/class rankings when peer does not have catchpoint (#5959)
- Network: Support simple liveness check via http on gossip server port. (#5944)
- Network: Archival node DNS Resolution (#5940)
- Cicd: fix package signing issues (#5934)
- Network: use network context for DNS operations in readFromSRV (#5936)
This release does not contain a protocol upgrade.