You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey @celo-org/applications
I want to reach out today about an issue my team is having regarding a feature enhancement to our own Valora fork.
We have replaced the
@celo/wallet-base
with a wallet bridge developed by Capsule Labs which implements Multi-Party Computation using a custom signer.When it comes to signing transactions, there is a
proofOfPossession
that expects to sign a transaction withgeth
or someLocalSigner
implementation.https://github.com/celo-org/celo-monorepo/blob/339b3e3803f353662db4e5445cd2bf37375ed8e8/packages/sdk/contractkit/src/wrappers/Accounts.ts#LL335C9-L335C37
In order for us to add full support of a MPC wallet (i.e. custom wallet bridge, and signer) how should we go about this?
Beta Was this translation helpful? Give feedback.
All reactions