waves icon indicating copy to clipboard operation
waves copied to clipboard

The extension TS code can access localStorage directly

Open bonomat opened this issue 4 years ago • 0 comments

In some cases we could access localStorage through the extension frontend (TS code) directly instead of going all the way through the wasm code. One particular example is load_loan_backup.

The issue here is that we would need to know the transaction id which is not available atm.

Originally posted by @thomaseizinger in https://github.com/comit-network/waves/pull/226#discussion_r687270743

bonomat avatar Aug 12 '21 03:08 bonomat