Web3Auth / mpc-core-kit

16 stars 4 forks source link

SetupProvider fixes the tss share #47

Open matthiasgeihs opened 11 months ago

matthiasgeihs commented 11 months ago

https://github.com/Web3Auth/mpc-core-kit/blob/f40779b7093a9d0f960f5d195ffd5e92f61fa13e/src/mpcCoreKit.ts#L854

Question: Function setupProvider fixes the TSS share used for signing. That is, if we later change the factor key or refresh the tss shares, the signing will not pick up on the new setup. Is this a problem? @himanshuchawla009 @ieow