Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
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
.
Casper JS SDK v2.6.2@next
2.6.2
Added
- Now minimal bundle without any polyfills included is a part of distribution package.
Casper JS SDK v2.6.1@next
2.6.1
Fixed
- Added workaround for historical deploys with invalid serialized
0
.
Casper JS SDK v2.6.0@next
2.6.0
Added
- Added
CasperProvider
Casper JS SDK v2.5.2@next
2.5.2
Fixed
- Problem when serializing U128, U256 ad U512
toBytes
.
Casper JS SDK v2.5.1@next
2.5.1
Fixed
- Added stronger validation to
PublicKey.fromHex
method - Fix for deploy's
execution_result
type signatures - Fix instanceof problem in
CLValueParser
which caused problems when two different versions of SDK was used in one project - Signer methods fixes
Casper JS SDK v2.5.0@next
2.5.0
Added
signMessage
- added method to sign arbitrary string messageverifyMessageSignature
- added method to verify signature of arbitrary string message