js-algorand-sdk icon indicating copy to clipboard operation
js-algorand-sdk copied to clipboard

The official JavaScript SDK for Algorand.

Results 122 js-algorand-sdk issues
Sort by recently updated
recently updated
newest added

### Subject of the issue Decoding transaction using `algosdk.decodeObj` will fail. The same procedure using `msgpack-lite` decode function will go thru without problems. ### Your environment ### Steps to reproduce...

external contribution
Team Scytale
new-bug

### Subject of the issue I noticed that the TypeScript interface for `algosdk.modelsv2.Account` is incorrect. The interface uses camel-case keys (`createdApps`) but the actual object uses hyphenated keys (`created-apps`). I...

new-bug
Team Lamprey

I'm sure there are more of these and really we should just fix the null checker

Fix issue #414 Checks are expected to fail and will need to be rewritten to allow this query param.

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

### Subject of the issue I'm trying to lookup holders of a given asset where they hold >0 tokens. When I call `client.lookupAssetBalances(asset_id).currencyGreaterThan(0).do()` the resultant request has no `currency-greater-than` GET...

good first issue
tech debt
Team Lamprey

## Problem verifyBytes() checks for the prefix appended with MX, but sign functions such as signTransaction() append TX to the front. This then causes the verifyBytes() function to return false...

new-feature-request