Skip to content

Releases: Concordium/concordium-wallet-crypto-swift

3.0.0

26 Apr 11:09
2057706
Compare
Choose a tag to compare

This release corrects a few very minor naming/type issues:

  • Fixed a typo in ChainArData.encIdCredPubShareHex (was named endIdCredPubShareHex).
  • Changed the type of ChoiceArParameters.threshold from UInt32 to UInt8.
  • Renamed identityProviderIndex to identityProviderId 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)

25 Apr 10:53
Compare
Choose a tag to compare

What's Changed

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

2.0.0

17 Apr 20:11
b38a661
Compare
Choose a tag to compare

Implement generation of identity requests and improve stability and flexibility of internal implementation and build systems. This enables the project to be used in other contexts besides the Swift SDK.

2.0.0 (framework)

19 Mar 17:38
Compare
Choose a tag to compare

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

17 Apr 20:10
Compare
Choose a tag to compare

Initial release.

1.0.0 (framework)

02 Feb 13:17
Compare
Choose a tag to compare

Initial release.