Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 2.01 KB

File metadata and controls

98 lines (54 loc) · 2.01 KB

Changelog

1.1.0

Added

  • display_type_schema_template function

1.0.0

Breaking changes

  • Errors thrown from entrypoints in external_functions.rs are now proper javascript Errors.

Changes

  • 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.

0.12.0

Added

  • Methods for deriving verifiable credentials keys from a seed phrase.

0.11.1 2023-4-21

Changes

  • generateBakerKeys now also returns the private keys.

0.11.0 2023-3-22

Added

  • deserializeTypeValue

Fixed

  • Updated dependencies from concordium-base. (Which includes a bugfix for serialization of negative integers in contract values)

0.10.0 2023-2-27

Added

  • serialize_credential_deployment_payload
  • create_unsigned_credential_v1
  • generateBakerKeys

0.9.0 2023-1-4

Added

  • serializeTypeValue
  • getInitContractParameterSchema
  • getReceiveContractParameterSchema

0.8.0 2022-11-30

Added

  • createIdProof.

0.7.0 2022-11-15

Added

  • deserializeReceiveError.
  • deserializeInitError.

Changes

  • Bumped the concordium-contracts-common rust dependency version from 3.1 to 4.1.

0.6.0 2022-11-8

Added

  • deserializeReceiveReturnValue.

0.5.0

  • Add getCredentialId method for the HdWallet.

0.4.0

Changes

  • Bindings for the HdWallet methods: getAccountSigningKey, getAccountPublicKey, getPrfKey, getSignatureBlindingRandomness and getAttributeCommitmentRandomness now takes the identity provider index as parameter.

0.3.0 2022-8-15

Added

  • createCredentialV1
  • createIdRequestV1
  • createIdentityRecoveryRequest
  • Bindings for the HdWallet methods: getAccountSigningKey, getAccountPublicKey, getPrfKey, getSignatureBlindingRandomness and getAttributeCommitmentRandomness.