Releases: Concordium/concordium-wallet-crypto-swift
Releases · Concordium/concordium-wallet-crypto-swift
3.0.0
This release corrects a few very minor naming/type issues:
- Fixed a typo in
ChainArData.encIdCredPubShareHex
(was namedendIdCredPubShareHex
). - Changed the type of
ChoiceArParameters.threshold
fromUInt32
toUInt8
. - Renamed
identityProviderIndex
toidentityProviderId
for (approximate) consistency with the SDK.
Although this is a small change, it's a breaking one and therefore warrants a major version bump.
3.0.0 (framework)
What's Changed
- Fix type of AR threshold and rename parameter by @bisgardo in #13
- Update release instructions by @bisgardo in #12
Full Changelog: 2.0.0...build/3.0.0-0
2.0.0
2.0.0 (framework)
What's Changed
- Migrate crypto library from ConcordiumSwiftSdk by @bisgardo in #2
- Port tests from SDK and add CI workflow by @bisgardo in #5
- Update readme and add changelog by @bisgardo in #4
- Replace build script with makefile by @bisgardo in #7
- Restructure: Move tests and rename library by @bisgardo in #8
- SwiftPM: Add ability to use local framework by @bisgardo in #9
- CI: Run tests on all platforms and verify build by @bisgardo in #10
- Implement identity (recovery) request by @bisgardo in #6
Full Changelog: build/1.0.0-1...build/2.0.0-1
1.0.0
1.0.0 (framework)
Initial release.