display_type_schema_template
function
- Errors thrown from entrypoints in
external_functions.rs
are now proper javascriptError
s.
- Updated reference to concordium-base, which improves error messages when serializing/deserializing using smart contract schemas.
- Added an additional parameter to contract schema serialization/deserializtion entrypoints, making it possible to receive errors in a verbose format with added detail.
- Methods for deriving verifiable credentials keys from a seed phrase.
generateBakerKeys
now also returns the private keys.
deserializeTypeValue
- Updated dependencies from concordium-base. (Which includes a bugfix for serialization of negative integers in contract values)
serialize_credential_deployment_payload
create_unsigned_credential_v1
generateBakerKeys
serializeTypeValue
getInitContractParameterSchema
getReceiveContractParameterSchema
createIdProof
.
deserializeReceiveError
.deserializeInitError
.
- Bumped the concordium-contracts-common rust dependency version from 3.1 to 4.1.
deserializeReceiveReturnValue
.
- Add
getCredentialId
method for the HdWallet.
- Bindings for the HdWallet methods:
getAccountSigningKey
,getAccountPublicKey
,getPrfKey
,getSignatureBlindingRandomness
andgetAttributeCommitmentRandomness
now takes the identity provider index as parameter.
createCredentialV1
createIdRequestV1
createIdentityRecoveryRequest
- Bindings for the HdWallet methods:
getAccountSigningKey
,getAccountPublicKey
,getPrfKey
,getSignatureBlindingRandomness
andgetAttributeCommitmentRandomness
.