Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper JS SDK v3.0.0-rc05

30 Aug 09:55
Compare
Choose a tag to compare
Pre-release

Fixed

  • Filled missing variants of TransformValue type (AddInt32|AddUInt64|AddUInt128|AddUInt256|WriteEraInfo|WriteBid|WriteWithdraw|Failure|WriteUnbonding)
  • Removed field effect from ExecutionResultV2 type (it was incorrect)
  • Added field effects to ExecutionResultV2 type and added TransformV2 type to match the node's response

Casper JS SDK v2.15.6

29 Aug 21:06
e46b818
Compare
Choose a tag to compare

Fixed

  • Backfilled missing variants of TransformValue type
    • AddInt32
    • AddUInt64
    • AddUInt128
    • AddUInt256
    • WriteEraInfo
    • WriteBid
    • WriteWithdraw
    • Failure
    • WriteUnbonding
  • Backfilled operations field in Effect type
  • Exported all types in services/types module so that they can be used by end users

Casper JS SDK v3.0.0-rc04

25 Jul 10:15
1124678
Compare
Choose a tag to compare
Pre-release

Added

  • Brought back the functionality of setting contract hash (setContractHash method) in Contract class. Previously even using that method would ignore the contract hash due to a bug in the node. Now setting it will imply that the contract endpoints need to by called by contract hash. You still can use setContractName, but setContractHash takes priority if both are used.
  • Added the possibility to muffle deprecation warnings in CasperServiceByJsonRPC. You can now pass muffleDeprecationWarnings as an optional parameter to the constructor. If set to true, the SDK will not log any deprecation warnings from that class. Defaults to false

Removed

  • TransactionSessionKind since field kind was removed from Session implementation of TransactionTarget
  • Removed usages of toHex, fromHex and toAccountHashStr since they are deprecated.

Changed

  • waitForDeploy and waitForTransaction methods will fail fast if the results for getting deploy/transaction info is present but was not successfull.

3.0.0-rc03

10 Jul 02:58
92689ee
Compare
Choose a tag to compare
3.0.0-rc03 Pre-release
Pre-release

What's Changed

  • update public key for easy conversion to key & account hash by @ryo-casper in #448

Full Changelog: 3.0.0-rc02...3.0.0-rc03

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)