Skip to content

Releases: Web3Auth/mpc-core-kit

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

v2.3.3

07 May 05:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.3

v2.3.0

18 Mar 09:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.3.0-0

01 Mar 05:43
Compare
Choose a tag to compare
v2.3.0-0 Pre-release
Pre-release

What's Changed

  • HD account derivation support added using soft nonce

v2.2.0

28 Feb 07:36
Compare
Choose a tag to compare
  • Optimize login and new share retrieval time using prefetch
  • Add a option to skip blockchain provider connection while login.

v2.1.0

16 Feb 08:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

Release 2.0.0

29 Jan 05:36
Compare
Choose a tag to compare

What's Changed

  • feat: mpc-gating by @ieow in #86
  • [IRT-996] Add CI and override @toruslabs/http-helpers to 6.0.0 by @huggingbot in #88

New Contributors

Full Changelog: v1.4.0...v2.0.0

Release 1.4.0

05 Jan 06:46
Compare
Choose a tag to compare

What's Changed

  • feat: import recover tss key by @ieow in #83

Full Changelog: v1.3.0...v1.4.0