This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Releases: CasperLabs/clarity
Releases · CasperLabs/clarity
SDK v1.0.23
1.0.23
Changed
- Removes use of
Buffer
inparseKeyPair()
and instead creates newUint8Array
concatenating public and private keys for use as secret key in Ed25519 key pair.
SDK v1.0.22
1.0.22
Fixed
- Parsing
ExecutableDeployItem
'sStoredContractByHash
from JSON to theExecutableDeployItem
object.
SDK v1.0.21
SDK v1.0.21
Added
CasperClient.getDeployByHashFromRPC
allows for gettingDeploy
instance from the Node's RPC.
Fixed
- Secp keys generator returns
Uint8Array
instead ofBuffer
.
Changed
CLValue.publicKey
acceptsPublicKey
object.
SDK v1.0.20
SDK v1.0.20
Fixed
- Deserialize
Deploy.hash
toUint8Array
instead ofBuffer
.
SDK v1.0.19
SDK v1.0.19
Added
CLValue.isList
andCLValue.asList
.
Fixed
- BytesArrayValue's fromBytes.
SDK v1.0.18
SDK v1.0.18
Added
- Partial support for the Contract object under StoredValue.
Fixed
- Deploy's body hash derivation.
SDK v1.0.17
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 from10
to1
. - Casper balances checks return
BigNumber
now.
SDK v1.0.15
[1.0.15]
Added
- Start using CHANGELOG.md.
Changed
- Change CLValue's
value
tovalue()
andremainder
toremainder()
.
sdk-1.0.11
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>