Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper JS SDK v2.9.1
2.9.1
Fixed
- Got rid of unnecessary instanceof.
- Reverted StoredValue and added
{ rawData: boolean }
togetDictionaryItemByName
andgetDictionaryItemByURef
.
Casper JS SDK v2.9.0
Added
- Now all stored value contains raw JSON from RPC under
raw
key. - New method
getValidatorsInfoByBlockHeight
added.
Changed
targetPublicKeyHex
is now optional inSigner
class.
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