Skip to content

Releases: Web3Auth/mpc-core-kit

v3.4.0

17 Dec 04:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.7...v3.4.0

v3.3.0

07 Nov 03:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.3.0

v3.2.5

06 Nov 10:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.3

03 Oct 03:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.1

23 Sep 03:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Sep 06:28
Compare
Choose a tag to compare

What's Changed

  • Throws error on passing useDKG flag for ed25519 keys
  • Added a new param (useClientGeneratedTSSKey) to generate tss keys on client side.

Full Changelog: v3.1.2...v3.2.0

v3.1.2

09 Sep 08:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

23 Aug 09:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

Release 3.1.0

20 Aug 05:47
Compare
Choose a tag to compare
  • Add a option in constructor to generate keys without dkg

3.0.0

12 Aug 12:27
Compare
Choose a tag to compare

Overview

  • v3.0.0 now includes TSS support for the Ed25519 curve
  • Adds new getPubKeyEd25519 method to retrieve user's ed25519 public key.
  • importTss parameter in loginWithOAuth and loginWithJWT method now accepts ed25519 seed.
  • sign method now supports EdDSA singing
  • Web3AuthOptions adds two new mandatory parameters tssLib and storage
  • getWebBrowserFactor method is renamed to getDeviceFactor
  • storeWebBrowserFactor method is renamed to setDeviceFactor
  • metadatakey getter is now removed, users can use the Web3AuthState.postBoxKey
  • loginWithOauth is now renamed to loginWithOAuth
  • IdTokenLoginParams is now renamed to JWTLoginParams
  • Various bug fixes and enhancements to improve developer experience.

Please check out our migration guide for breaking changes, and new additions: MPC CoreKit JS SDK Migration guide from v2.x to v3.0.0

Changelog

New Contributors

Full Changelog: v2.3.2...v3.0.0