Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper JS SDK v3.0.0-rc02

05 Jul 19:48
Compare
Choose a tag to compare
Pre-release

[3.0.0-rc02] - 2024-07-05

This release candidate is compatible with #node RC3

Added

  • Mappings for Key.Unbond and Key.AddressableEntity
  • Github action now should include lib.js in every release

Casper JS SDK v3.0.0-rc01

25 Jun 14:38
Compare
Choose a tag to compare
Pre-release

This release candidate is compatible with #node RC3

Added

  • CLKeyVariant type witch supports for new CLKey variants (HashAddr, TransferAddr, DeployHash, EraInfo, Balance, Bid, Withdraw, Dictionary, SystemEntityRegistry, EraSummary, Unbound, ChainspecRegistry, ChecksumRegistry, BidAddr, KeyPackage, EntityAddr)
  • variants TransactionProcessed, TransactionExpired and TransactionAccepted of enum EventName in EventStream.ts

Removed

  • variants DeployProcessed and DeployAccepted of enum EventName in EventStream.ts

Casper JS SDK v3.0.0-rc00

11 Jun 16:55
Compare
Choose a tag to compare
Pre-release

Added

  • Condor functionalities added

Casper JS SDK v2.15.5

22 Apr 20:55
c7790ce
Compare
Choose a tag to compare

Fixed

  • invalid seed usage in the HDKey (#410)

Casper JS SDK v2.15.4

Casper JS SDK v2.15.3

16 Oct 16:59
a6ddf98
Compare
Choose a tag to compare

[2.15.3] - 2023-10-16

Fixed

  • replace legacy sendAsync with request (#373)

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)