trilitech / ledger-app-tezos-wallet

Tezos Wallet app for Ledger Nano & Stax devices
Apache License 2.0
2 stars 2 forks source link

Enable blindsigning for `Expression` and `Operation` separately #226

Closed emturner closed 3 months ago

emturner commented 7 months ago

When signing an expression, it might be invalid - which will result in the blindsigning flow being triggered.

Since expressions are much less critical than operations (e.g. being used for sign-in flows), it's not as bad to blind sign them, if they are formatted incorrectly.

Therefore, it could be reasonable to enable blindsigning for expressions, while wishing blindsigning to be disabled for operations still.

ajinkyaraj-23 commented 3 months ago

Blindsign flow standardized by ledger.