Web3Auth / mpc-core-kit

16 stars 4 forks source link

Ability to export keys for indexed accounts #143

Closed yashovardhan closed 4 months ago

yashovardhan commented 4 months ago

With our multi accounts feature of the SDK, we can easily sign and create new MPC accounts, however when we try to export the private key, it only exports for the base account, and not for all indexed accounts.

The private key using ._UNSAFE_exportTssKey() is the same for all accounts.

Steps to reproduce:

Expected results: For each account returned a unique private key. Actual results: Identical private keys returned for both accounts.

AyushBherwani1998 commented 4 months ago

Works fine in v3 alpha 3

matthiasgeihs commented 4 months ago

Resolved in #147