Releases: casper-ecosystem/casper-js-sdk
Releases · casper-ecosystem/casper-js-sdk
Casper Client SDK v1.0.43
1.0.43
Fixed
- Missing interface for
getActivePublicKey
method from the Signer.
Casper Client SDK v1.0.42
1.0.42
Added
- Support
getActivePublicKey
method from the Signer.
Casper Client SDK v1.0.41
1.0.41
Added
DeployUtils.deployFromJson
verifiesDeploy
'shash
andbodyHash
. If not matching returnundefined
, so the interface doesn't change.
Casper Client SDK v1.0.40
1.0.40
Changed
- New url for docs.
Casper Client SDK v1.0.39
Fixed
- Reverted usage of
TextEncoder
to support Node.js versions < 11.
Casper Client SDK v1.0.38
1.0.38
Fixed
- Problem with U32 deserialization (and all values that uses Buffer polyfill).
Casper Client SDK v1.0.36
1.0.36
Fixed
- Fixed Delegator interface shape
Casper Client SDK v1.0.35
1.0.35
Changed
- Validate the size of the
Deploy
. NowCasperServiceByJsonRPC.deploy
throws an error if the size of the deploy is larger then 1 megabyte.
Casper Client SDK v1.0.34
1.0.34
Fixed
Problems with Buffer polyfill not working in browser
Casper Client SDK v1.0.33
1.0.33
Changed
rpc-client-js -> @open-rpc/client-js