Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper JS SDK v2.7.9
2.7.9
Fixed
- Fixed problems with CLResult when it got created using different version of ts-results.
Casper JS SDK v2.7.8
2.7.8
Fixed
- Fixed problems with deserialization Tuples containing CLType which includes length parameter (eg. CLByteArray).
Casper JS SDK v2.7.7
Casper JS SDK v2.7.6@next
2.7.6
Fixed
- Fixes wrong logic in newTransferWithOptionalTransferId() method.
Casper JS SDK v2.7.5@next
2.7.5
Fixed
- Fixes problems with
Lists
containing multipleKeys
containingHash
orByteArray
- Fixes problem with
ByteArray
with size different than 32 bytes.
Casper JS SDK v2.7.4@next
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
2.7.3
Added
- Added types missing in OpenRPC library
Casper JS SDK v2.7.2@next
2.7.2
Fixed
- Fix for bundling all of the existing types defined in the library.
Casper JS SDK v2.7.1@next
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
2.7.0
Changed
- Now
target
in transfer is represented byPublicKey
instead ofaccount-hash
.