Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper JS SDK v2.8.0
2.8.0
Added
- Added support to
CLPublicKey
passed as argument toCLKey
(it gets serialized toaccount-hash
when serializing). - New
Contracts
class that basically acts as contract client (possible to install WASM, call an entrypoint, query state or dictionary) - will deprecatecasper-js-client-helper
soon. - Added
getDictionaryItemByName
that usesstate_get_dictionary_item
withdictionary_name
anddictionary_item_key
- Added
sign
andsend
method onDeploy
class.
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
.