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
- Download MS
- Install MS
- Install MW
- Try to do some operations on buildnet
- Everything should work fine
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