Skip to content

Releases: Web3Auth/mpc-core-kit

Release 1.3.0

12 Dec 05:46
Compare
Choose a tag to compare

What's Changed

  • feat: support async storage by @ieow in #84

Release 1.2.0

24 Nov 09:57
Compare
Choose a tag to compare
  • node.js support added

Release 1.1.2

13 Oct 09:25
Compare
Choose a tag to compare

What's Changed

  • fix: pad exported key with zeroes to 32 bytes by @schmanu in #61
  • fix: nodeindexes by @ieow in #64

Full Changelog: v1.1.1...v1.1.2

Release 1.1.1

13 Oct 06:53
Compare
Choose a tag to compare

What's Changed

  • fix: sign using nodeIndexes from getTssPubKey by @ieow in #63

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Oct 08:27
Compare
Choose a tag to compare

What's Changed

  • feat: add remove func in Storage by @ieow in #50
  • fix: redirect flow handling during init by @ieow in #51
  • fix: change security question flow by @ieow in #52
  • fix: flexible mfa for recovery share by @ieow in #54
  • master merge by @ieow in #53
  • Improve documentation and revise naming by @matthiasgeihs in #49
  • Add Auth0 Popup & Redirect example by @shahbaz17 in #55
  • fix: getWebBrowserFactor can return undefined by @schmanu in #57
  • update README by @ieow in #58
  • fix: manual sync core kit by @ieow in #56

New Contributors

Full Changelog: v1.0.3...v1.1.0

Release 1.0.3

29 Sep 09:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

23 Sep 01:54
Compare
Choose a tag to compare

What's Changed

  • fix: delete hashed factorMetadata on reset account by @ieow in #41
  • fix: get-status by @ieow in #42

Full Changelog: 1.0.1...v1.0.2

1.0.1

21 Sep 11:35
c095588
Compare
Choose a tag to compare

What's Changed

  • fix: tssPubKey SEC1 to raw by @ieow in #40

Full Changelog: 1.0.0...1.0.1

MPC Core Kit 1.0.0

20 Sep 10:22
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Multiple changes in the API and flow of the overall SDK
  • Bug Fixes
  • Standardised flow across SDKs for easy integrations overall

Features

  • provider signing with web3auth's mpc
  • support creation and deletion factorkey up to 10 factors
  • support single factor signing
  • support 2/2 and 2/3 threshold signing (tss share)
  • support security question factor
  • support oauth login (popup and redirect flow)
  • support jwt (idToken) login
  • export final MPC (tss) private key

Full Changelog: 0.3.2...1.0.0-rc.1

What's Changed

  • Revise API and add third factor flow (Breaking change) by @yashovardhan in #23

New Contributors

Full Changelog: 0.3.2...1.0.0

Release 0.3.2

04 Sep 10:49
Compare
Choose a tag to compare
  • Fixes signature padding issue