3.0.0
·
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 inloginWithOAuth
andloginWithJWT
method now accepts ed25519 seed.sign
method now supports EdDSA singingWeb3AuthOptions
adds two new mandatory parameterstssLib
andstorage
getWebBrowserFactor
method is renamed togetDeviceFactor
storeWebBrowserFactor
method is renamed tosetDeviceFactor
metadatakey
getter is now removed, users can use theWeb3AuthState.postBoxKey
loginWithOauth
is now renamed tologinWithOAuth
IdTokenLoginParams
is now renamed toJWTLoginParams
- 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
- enable variable session time for mpcCoreKit by @lwin-kyaw in #89
- [IRT-1076] chore: Upgrade packages by @huggingbot in #91
- fix: build error after upgrade to customauth 18 by @ieow in #108
- update deps by @himanshuchawla009 in #136
- Feat/merge master 0605 by @ieow in #137
- [IRT-1329] refactor: Improve error messages' clarity by @huggingbot in #121
- Alpha by @himanshuchawla009 in #140
- Feat/refactor browser storage by @ieow in #139
- Feat/v3 atomic commit by @ieow in #141
- feat: remove provider, revert modified recoveryParam by @ieow in #135
- Feat/postbox key by @ieow in #144
- ed25519 support by @matthiasgeihs in #130
- updated deps and remove chainConfig by @himanshuchawla009 in #150
- Fixes v3 demo by @AyushBherwani1998 in #147
- Fix function name and it's params by @shahbaz17 in #155
- fix: react native buffer toString issue by @ieow in #153
- feat: add missing function to export ed25519 seed by @metalurgical in #160
- Enhance errors by @AyushBherwani1998 in #161
- V3 by @ieow in #109
New Contributors
- @lwin-kyaw made their first contribution in #89
- @AyushBherwani1998 made their first contribution in #147
- @metalurgical made their first contribution in #160
Full Changelog: v2.3.2...v3.0.0