js-algorand-sdk
js-algorand-sdk copied to clipboard
The official JavaScript SDK for Algorand.
## Problem There was recently a new `disassemble` endpoint implemented on the node software to allow you to get human-readable TEAL code from bytecode: https://github.com/algorand/go-algorand/pull/3908. However, there is no corresponding...
### Subject of the issue Somehow we've got an issue when trying to format the error message returned from a post to the transactions endpoint. The result of a 400...
## Problem It appears that most response types for API calls are `Promise`. For us TS users, rather than knowing the shape of these responses, we have to look up...
## Problem The `waitForConfirmation` function is responsible for returning a promise with the following properties: * Successfully resolves when the identified transaction has been confirmed in a block * Errors...
## Summary This SDK provides the functions `signMultisigTransaction` and `appendSignMultisigTransaction` which are used to create and add signatures to an encoded multisig transaction. These functions work well if the SDK...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...