Skip to content

Releases: casper-ecosystem/casper-js-sdk

Casper Client SDK v1.0.43

23 Apr 14:45
2509ebf
Compare
Choose a tag to compare

1.0.43

Fixed

  • Missing interface for getActivePublicKey method from the Signer.

Casper Client SDK v1.0.42

23 Apr 10:37
a47b2a0
Compare
Choose a tag to compare

1.0.42

Added

  • Support getActivePublicKey method from the Signer.

Casper Client SDK v1.0.41

21 Apr 15:56
aa166b9
Compare
Choose a tag to compare

1.0.41

Added

  • DeployUtils.deployFromJson verifies Deploy's hash and bodyHash. If not matching return undefined, so the interface doesn't change.

Casper Client SDK v1.0.40

15 Apr 11:41
2ef49ce
Compare
Choose a tag to compare

1.0.40

Changed

  • New url for docs.

Casper Client SDK v1.0.39

13 Apr 21:37
a930ecd
Compare
Choose a tag to compare

Fixed

  • Reverted usage of TextEncoder to support Node.js versions < 11.

Casper Client SDK v1.0.38

13 Apr 16:16
8062d76
Compare
Choose a tag to compare

1.0.38

Fixed

  • Problem with U32 deserialization (and all values that uses Buffer polyfill).

Casper Client SDK v1.0.36

01 Apr 09:49
d1fe832
Compare
Choose a tag to compare

1.0.36

Fixed

  • Fixed Delegator interface shape

Casper Client SDK v1.0.35

31 Mar 19:12
8f01b1b
Compare
Choose a tag to compare

1.0.35

Changed

  • Validate the size of the Deploy. Now CasperServiceByJsonRPC.deploy throws an error if the size of the deploy is larger then 1 megabyte.

Casper Client SDK v1.0.34

26 Mar 21:27
a69eb5b
Compare
Choose a tag to compare

1.0.34

Fixed

Problems with Buffer polyfill not working in browser

Casper Client SDK v1.0.33

23 Mar 08:59
edf881e
Compare
Choose a tag to compare

1.0.33

Changed

rpc-client-js -> @open-rpc/client-js