Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Releases: CasperLabs/clarity

SDK v1.0.23

22 Feb 12:33
4491e80
Compare
Choose a tag to compare

1.0.23

Changed

  • Removes use of Buffer in parseKeyPair() and instead creates new Uint8Array concatenating public and private keys for use as secret key in Ed25519 key pair.

SDK v1.0.22

19 Feb 12:35
8e32e2d
Compare
Choose a tag to compare

1.0.22

Fixed

  • Parsing ExecutableDeployItem's StoredContractByHash from JSON to the ExecutableDeployItem object.

SDK v1.0.21

12 Feb 16:44
1a1aa12
Compare
Choose a tag to compare

SDK v1.0.21

Added

  • CasperClient.getDeployByHashFromRPC allows for getting Deploy instance from the Node's RPC.

Fixed

  • Secp keys generator returns Uint8Array instead of Buffer.

Changed

  • CLValue.publicKey accepts PublicKey object.

SDK v1.0.20

11 Feb 15:32
f836e5b
Compare
Choose a tag to compare

SDK v1.0.20

Fixed

  • Deserialize Deploy.hash to Uint8Array instead of Buffer.

SDK v1.0.19

09 Feb 17:11
5d4b036
Compare
Choose a tag to compare

SDK v1.0.19

Added

  • CLValue.isList and CLValue.asList.

Fixed

  • BytesArrayValue's fromBytes.

SDK v1.0.18

09 Feb 11:16
b9935be
Compare
Choose a tag to compare

SDK v1.0.18

Added

  • Partial support for the Contract object under StoredValue.

Fixed

  • Deploy's body hash derivation.

SDK v1.0.17

04 Feb 18:51
fc22685
Compare
Choose a tag to compare

Added

  • Added DeployUtils.addArgToDeploy(deploy: Deploy, name: string, value: CLValue) to be able to modify Deploy's session arguments. It creates a new deploy instance. Can not be used on signed deploys.

Changed

  • Default gasPrice changed from 10 to 1.
  • Casper balances checks return BigNumber now.

SDK v1.0.15

02 Feb 16:09
9b5a419
Compare
Choose a tag to compare

[1.0.15]

Added

  • Start using CHANGELOG.md.

Changed

  • Change CLValue's value to value() and remainder to remainder().

sdk-1.0.11

25 Jan 17:49
052c5fa
Compare
Choose a tag to compare
Merge #93

93: Deploy changes r=zie1ony a=zie1ony

#

Co-authored-by: Abner Zheng <abnerzheng@gmail.com>
Co-authored-by: Maciej Zielinski <maciek.s.zielinski@gmail.com>