Skip to content

3.0.0

Compare
Choose a tag to compare
@himanshuchawla009 himanshuchawla009 released this 12 Aug 12:27
· 119 commits to master since this release

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