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 37 concordium-node-sdk-js issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies
github_actions

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 5. Release notes Sourced from actions/configure-pages's releases. v5.0.0 Breaking Changes :warning: This version contains breaking changes! :warning: When using the input param static_site_generator: next: Added...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

[Type] Documentation

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 2 to 4. Release notes Sourced from actions/deploy-pages's releases. v4.0.0 Changelog Deploy pages using artifact IDs @​konradpabjan (#251) This version requires the permission actions: read in the...

dependencies
github_actions

**Bug Description** Building the `rust-bindings` using rust version `1.79` (maybe other newer versions as well) and `wasm-pack` version `0.12.1` is causing runtime error: `unreachable`. This seems to be fixed by...

[Type] Maintenance
[group] SDK

* `GetScheduledReleaseAccounts` * `GetPrePreCooldownAccounts` * `GetPreCooldownAccounts` * `GetCooldownAccounts` node client tests (`packages/sdk/test/client/clientv2.ts`) should be updated with tests for these, and if time permits it would be good to add examples...

[Type] Task
[Project] js-sdk
[group] SDK
toRefine

To enable transfer with `memo` in-browser wallet, we would like to support it on `js-sdk`

[Type] Task
[group] SDK

## Purpose To introduce support for TransferToPublic serialize and deserialize functions as part of ensuring serialize and deserialize are available for all account transactions which are currently supported. ## Changes...

## Purpose To introduce support for UpdateCredentialKeys serialize and deserialize functions as part of ensuring serialize and deserialize are available for all account transactions which are currently supported. ## Changes...

## Purpose Ref [RUN-68](https://linear.app/concordium/issue/RUN-68/change-web-sdk-to-reflect-the-changes). ## Changes _Describe the changes that were needed. ## Checklist - [ ] My code follows the style of this project. - [ ] The code...