js-algorand-sdk
js-algorand-sdk copied to clipboard
The official JavaScript SDK for Algorand.
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...
### Subject of the issue Our unit-tests with Circleci run in node12 which supports es2019. Our tsconfig target is es2020. ### Steps to reproduce 1. make a function that uses...
Adds types for indexer responses, similar to what we did for algod ones in v3 Fixes #847
## Problem There is no way to abort the execution of a `fetch` request mid-flight. There is limited access to the fetch options and it is currently not possible to...
Adds ARC28 (events) and ARC22 (readonly) to ABI-related interfaces
Currently the stateproof transaction fields are incorrect: https://github.com/algorand/js-algorand-sdk/blob/6fdfa116f0e47e68982281028fdc817577c6aab7/src/transaction.ts#L209-L211 `stateProof` and `stateProofMessage` are not byte arrays, the are objects. Additionally, the block header type contains an invalid representation of state proof...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Binary fields are typed as `Uint8Array` but left as base64 strings when coming from JSON
#776 added typed responses for algod, and this issue is to do the same for indexer