Skip to content

Releases: Concordium/concordium-wallet-crypto-swift

5.0.0

09 Oct 07:41
067a028
Compare
Choose a tag to compare
  • A number of breaking changes (check the CHANGELOG.md) providing more
    accurate types for various functionality
  • Support for decrypting encrypted amounts by generating the necessary
    keys and wrapping decryption functions from the base encryption
    library
  • Functionatity for generating proofs for both Concoridum IDs and Web3
    IDs

5.0.0 (framework)

09 Oct 07:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...build/5.0.0-0

4.1.0

12 Sep 07:58
32e4c86
Compare
Choose a tag to compare
  • Functions for encoding/decoding smart contract types using a provided contract type/module schema.

4.1.0 (framework)

12 Sep 07:38
Compare
Choose a tag to compare

What's Changed

  • Add schema encode/decode functionality by @soerenbf in #27

Full Changelog: 4.0.0...build/4.1.0-0

4.0.0

27 Aug 08:52
3d0660d
Compare
Choose a tag to compare

Switch from representing raw data as hex strings to byte sequence, i.e.
Data in swift

4.0.0 (framework)

27 Aug 08:41
Compare
Choose a tag to compare

What's Changed

  • Change representation of byte sequences from String to Bytes resulting in representation as Data in swift by @soerenbf in #25

Full Changelog: 3.1.1...build/4.0.0-0

3.1.1

06 Aug 12:59
6ad3c5c
Compare
Choose a tag to compare

Alignment of SecToPubTransferData with corresponding serde version
from concordium-base

3.1.0

06 Aug 07:02
4b62e13
Compare
Choose a tag to compare

Adds support for construction and serialization of different transaction
payloads.

3.1.1 (framework)

06 Aug 12:50
Compare
Choose a tag to compare

What's Changed

  • Align conversion with other FFI types by using serde by @soerenbf in #22

Full Changelog: 3.1.0...build/3.1.1-0

3.1.0 (framework)

06 Aug 06:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...build/3.1.0-0