concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
TypeScript SDK for using the Concordium blockchain
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...
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...
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...
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...
**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...
* `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...
To enable transfer with `memo` in-browser wallet, we would like to support it on `js-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...