Releases: Concordium/concordium-wallet-crypto-swift
Releases · Concordium/concordium-wallet-crypto-swift
5.0.0
- 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)
What's Changed
Full Changelog: 4.1.0...build/5.0.0-0
4.1.0
- Functions for encoding/decoding smart contract types using a provided contract type/module schema.
4.1.0 (framework)
What's Changed
Full Changelog: 4.0.0...build/4.1.0-0
4.0.0
Switch from representing raw data as hex strings to byte sequence, i.e.
Data
in swift
4.0.0 (framework)
What's Changed
- Change representation of byte sequences from
String
toBytes
resulting in representation asData
in swift by @soerenbf in #25
Full Changelog: 3.1.1...build/4.0.0-0
3.1.1
Alignment of SecToPubTransferData
with corresponding serde version
from concordium-base
3.1.0
Adds support for construction and serialization of different transaction
payloads.
3.1.1 (framework)
What's Changed
Full Changelog: 3.1.0...build/3.1.1-0