Skip to content

Releases: casper-ecosystem/casper-js-sdk

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

Casper JS SDK v2.7.2@next

26 Nov 10:45
5832384
Compare
Choose a tag to compare

2.7.2

Fixed

  • Fix for bundling all of the existing types defined in the library.

Casper JS SDK v2.7.1@next

18 Nov 21:19
1c78106
Compare
Choose a tag to compare

2.7.1

Fixed

  • Added support for mixed case hex representation of public keys introduced in casper-node 1.4.2.

Casper JS SDK v2.7.0@next

03 Nov 12:17
50359da
Compare
Choose a tag to compare

2.7.0

Changed

  • Now target in transfer is represented by PublicKey instead of account-hash.