Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper JS SDK v2.15.2

04 Aug 16:26
Compare
Choose a tag to compare

[2.15.2] - 2023-8-4

Fixed

  • Reintroduced getStateRootHash fix as its not specific for casper-node 1.5 (#339)

Casper JS SDK v2.15.1

04 Aug 15:11
Compare
Choose a tag to compare

[2.15.1] - 2023-8-4

Fixed

  • Reverted broken 1.4.x compatibility. The version compatible with protocol version 1.5.x will be released as a separate one. (#351)

Casper JS SDK v2.15.0

03 Aug 12:33
Compare
Choose a tag to compare

Added

  • checkApproval optional parameter (false by default) to the deploy method of CasperServiceByJsonRPC class. (#348)

Fixed

  • Fixed JSON RPC request issues with 1.5 node. (#339,#344)

Changed

  • waitForDeploy method of CasperServiceByJsonRPC class now supports deploy hash in string

Casper JS SDK v2.14.0

13 Jul 19:39
3fbf22c
Compare
Choose a tag to compare

Fixed

  • StoredValue TypedJSON serialization issue. (#312)

Added

  • Added BaseSigner class for further wallet & signer integrations, support CasperWallet. (#300)

  • Support node URL without /rpc like casper-client does. (#298)

  • Added to field to the TransferJson. (#312)

Casper JS SDK v2.13.3

05 Jul 14:41
cb17347
Compare
Choose a tag to compare

Fixed

  • Fixed to support 64 bytes Ed25519 private key generated using v2.10

Casper JS SDK v2.13.2

22 Jun 15:17
53d7d9a
Compare
Choose a tag to compare

Fixed

  • Fix for wrong signatures being generated for SECP256K1 keys - it was missing der: false setting in a function call

Casper JS SDK v2.13.1

01 Jun 13:38
958a065
Compare
Choose a tag to compare

Added

  • New method makeDeployWithAutoTimestamp that fetches timestamp and then uses it to create deploy header. Recommended to use it in browsers env.

Casper JS SDK v2.13.0

25 May 13:25
1045d65
Compare
Choose a tag to compare

Added

  • Added getEraSummary
  • Added getEraSummaryByBlockHeight
  • Added Ed25519 HD Wallet support
  • Added timeout param to all CasperServiceByJsonRPC methods
  • Deterministic Asymmetric keys can be generated by using HD Wallet following BIP-0032

Changed

  • Switched from tweetnacl-ts and eccrypto to noble libraries

Casper JS SDK v2.12.1

30 Mar 09:38
Compare
Choose a tag to compare

Fixed

  • Fix in CI job that broke README.md attached to NPM Package and tgz archive to the release
  • Fix links to the examples in docs

Casper JS SDK v2.12.0

27 Mar 18:35
72f8734
Compare
Choose a tag to compare

Added

  • HTTPS Event stream without breaking browsers support
  • New docs generator
  • Add missing types for ExecutionResult
  • Added missing CLType Any
  • Added tests in browser env
  • Added source maps to build version

Changed

  • Move generated docs to github pages