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 The BlockResponse.from_obj_for_encoding() returns a class object that has incorrect typing. * Software version: 2.7.0 ### Steps to reproduce ``` const blockRespRaw = algodClient.block(12345).do() const incorrectTypedBlockResponse...

new-bug

I've been using [tsup](https://github.com/egoist/tsup) for a while to create esbuild based builds a lot faster than Webpack ever could. The webpack configuration is pretty simple, allowing for a smooth transition....

This PR requires some work, but I highly recommend considering the implications beforehand - I'm happy to bring it over the finish line if you're interested. In my last few...

This issue outlines all remaining work that's necessary to release v3 of this library (which is currently in development in #817) - [ ] Bigints should be used by default...

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...

dependencies

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 116.0.0 to 119.0.1. Commits de961e3 Hide private attributes from exports 379046e Update package dependencies 5b708ad Add tests for Node.js version 21 c99283d Bump version to 119.0.0 f6edc1e...

dependencies

### Subject of the issue I am trying to extract the rewards information from algosdk using pendingTransformationResponse but not working. Need transaction information along with rewards information using algo sdk...

new-bug

The offlineKeyReg example included `nonParticipation: true` which means the account can no longer participate, which is irreversible. This should not be shown in the example code. Also merges in latest...

## Problem when a different version of the algosdk is used from another dependency, the instanceof checks fail and result in confusing error messages. Instead we should find another way...

bug
good first issue
Team Lamprey

## Summary We use the npm [buffer](https://www.npmjs.com/package/buffer) package to allow our library to use node's `Buffer` class in the browser. I think we should stop doing this for a few...

Team Lamprey