Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper JS SDK v2.9.1

22 Mar 11:36
7da7c50
Compare
Choose a tag to compare

2.9.1

Fixed

  • Got rid of unnecessary instanceof.
  • Reverted StoredValue and added { rawData: boolean } to getDictionaryItemByName and getDictionaryItemByURef.

Casper JS SDK v2.9.0

21 Mar 16:46
b54eb9e
Compare
Choose a tag to compare

Added

  • Now all stored value contains raw JSON from RPC under raw key.
  • New method getValidatorsInfoByBlockHeight added.

Changed

  • targetPublicKeyHex is now optional in Signer class.

Casper JS SDK v2.8.0

07 Feb 11:15
3d11e89
Compare
Choose a tag to compare

2.8.0

Added

  • Added support to CLPublicKey passed as argument to CLKey (it gets serialized to account-hash when serializing).
  • New Contracts class that basically acts as contract client (possible to install WASM, call an entrypoint, query state or dictionary) - will deprecate casper-js-client-helper soon.
  • Added getDictionaryItemByName that uses state_get_dictionary_item with dictionary_name and dictionary_item_key
  • Added sign and send method on Deploy class.

Casper JS SDK v2.7.9

04 Feb 18:06
e96fcb0
Compare
Choose a tag to compare

2.7.9

Fixed

  • Fixed problems with CLResult when it got created using different version of ts-results.

Casper JS SDK v2.7.8

03 Feb 18:17
ccd81ae
Compare
Choose a tag to compare

2.7.8

Fixed

  • Fixed problems with deserialization Tuples containing CLType which includes length parameter (eg. CLByteArray).

Casper JS SDK v2.7.7

28 Jan 17:21
18bdd79
Compare
Choose a tag to compare

2.7.7

Changed

  • Version 2.7.7 is now @latest.
  • README updated.

Casper JS SDK v2.7.6@next

21 Jan 10:18
fb76109
Compare
Choose a tag to compare

2.7.6

Fixed

  • Fixes wrong logic in newTransferWithOptionalTransferId() method.

Casper JS SDK v2.7.5@next

10 Jan 12:57
c4d9f00
Compare
Choose a tag to compare

2.7.5

Fixed

  • Fixes problems with Lists containing multiple Keys containing Hash or ByteArray
  • Fixes problem with ByteArray with size different than 32 bytes.

Casper JS SDK v2.7.4@next

17 Dec 17:35
d447349
Compare
Choose a tag to compare

2.7.4

Fixed

  • Fixes problems with getBlockInfo and mixed case block hashes. Now user can paste both all lower-case hash or mixed case hash as a parameter.

Casper JS SDK v2.7.3@next

08 Dec 10:30
3476324
Compare
Choose a tag to compare

2.7.3

Added

  • Added types missing in OpenRPC library