algod-fetch
/
3.25.0
algod-fetch 3.25.0
Install from the command line:
Learn more about npm packages
$ npm install @awesome-algorand/algod-fetch@3.25.0
Install via package.json:
"@awesome-algorand/algod-fetch": "3.25.0"
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
- Network optimization - fixes for ERL resources management
- Performance enhancement - add expired stake cache to reduce db lookups
- Miscellaneous debugging improvements
- Other bug fixes, test improvements, and optimizations
- REST API: /debug/settings/pprof admin endpoint for debugging (#6018)
- AVM: incentive opcodes (#5984)
- Agreement: log current player state for VoteBroadcast and ProposalBroadcast events (#6007)
- Build: bump golang.org/x/net from 0.17.0 to 0.23.0 (#5979)
- Ci: upgrade github checkout action to v4 (#6010)
- Cicd: Update to switch e2e_expect to large (#6004)
- Ledger: introduce expired stake cache (#6014)
- Metrics: Add TagCounterFiltered metrics for handler calls (#6013)
- Typos: Correct some spelling mistakes (#6001)
- Cicd: update OS support in test release script (#6012)
- Logger: fix data race in tests (#5999)
- Tests: set communication timeout in kmd.init_wallet_handle (#6021)
- Tests: Fix flakey htlc test (#6017)
- Tests: Fix e2e kmd timeout (#6016)
- Tests: Fix flakey ECDSA testing (#6005)
- Tools: Fix Cloudflare SRV update utility after API change (#6020)
- Txhandler: fixes to ERL resources management (#6019)
This release does not contain a protocol upgrade.