concordium-node-sdk-js icon indicating copy to clipboard operation
concordium-node-sdk-js copied to clipboard

TypeScript SDK for using the Concordium blockchain

Results 25 concordium-node-sdk-js issues
Sort by recently updated
recently updated
newest added

**Description** Currently, the user needs to install `@grpc/grpc-js` to use the SDK, so it should be put as a peer dependency in `package.json`.

[Size] Small
[Type] Change Request

The recommended way to run prettier is to run it on its own and not as a plugin of something else (source https://prettier.io/docs/en/integrating-with-linters.html). I think we should integrate `prettier --check`...

[Size] Small
[Type] Maintenance
[Type] Task

- [ ] Deprecate/remove encrypted transfers - [ ] Support changes to account cooldown handling and available balance calculation - [ ] Support changes to baker pool responses.

Breaking changes

The enum `AttributesKeys` does not include the company attributes tags. The list of attributes can be found here [https://docs.google.com/spreadsheets/d/1CxpFvtAoUcylHQyeBtRBaRt1zsibtpmQOVsk7bsHPGA/edit#gid=0](https://docs.google.com/spreadsheets/d/1CxpFvtAoUcylHQyeBtRBaRt1zsibtpmQOVsk7bsHPGA/edit#gid=0)

[Size] Small

**Task description** It would be nice to have the process of releasing new versions of the SDK and dependency packages automated through CI. Can have a look at the deploy...

[Type] Task

To give developers a better idea of the what types they're working with do, it would be good to have documentation in the form of doc comments to everything we...

[Type] Task

**Description** When using the SDK, the user will need to install [`buffer`](https://www.npmjs.com/package/buffer) as a dependency, since types from this library is exposed in the public API of our SDK. Currently,...

[Type] Change Request
Breaking changes

**Task description** It would be good to have a `simulate` transaction/feature in the webSDK, so a front-end can first call to simulate a specific transaction to see if it would...

[Type] Task

In the current version of the SDK, transaction types are numbered according to the V1 API specification. Our other SDK's seem to follow the GRPC V2 `TransactionType` in terms of...

Breaking changes
[Project] js-sdk

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions