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
Context
The current implementation of Signer is broken. It is supposed to allow us to do multiple implementations of signers to be able to sign, for example, using Massa Wallet, a Secret Key from env etc. We only used it for MW in MS, and overtime, things got mixed up and the implementation is now tied to MW.
We need to modify the implementation to allow more modularity and ensure that any kind of Signer implementation is possible.
Context
The current implementation of Signer is broken. It is supposed to allow us to do multiple implementations of signers to be able to sign, for example, using Massa Wallet, a Secret Key from env etc. We only used it for MW in MS, and overtime, things got mixed up and the implementation is now tied to MW.
We need to modify the implementation to allow more modularity and ensure that any kind of Signer implementation is possible.
How to
QA testing
The text was updated successfully, but these errors were encountered: