massalabs / DeWeb

On-chain Decentralized Web Gateway
MIT License
2 stars 1 forks source link

Add batch signing to Massa Wallet #92

Open thomas-senechal opened 2 months ago

thomas-senechal commented 2 months ago

Context ATM, Massa Wallet can only sign a single operation at a time. For tools like DeWeb, it can be really annoying as it forces users to sign each chunk one by one, and a 1MB website is roughly 16 chunks, so 16 operations. Add one for the deployment. Really annoying.

Even if https://github.com/massalabs/DeWeb/issues/102 aims to add the possibility to sign automatically using a SecretKey, as we plan to have a MS Plugin and/or a website to publish websites, we will still need the possibility to sign multiple operations at once.

How To

TDB