GetScatter / ScatterWebExtension

Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
MIT License
366 stars 127 forks source link

Page for pending transactions #127

Closed friedger closed 5 years ago

friedger commented 6 years ago

Sometimes I'm losing the pop up and it would be nice to have a page in the extension that shows the current pending transaction. (that would also help for Firefox for Android support)

nsjames commented 5 years ago

Scatter does not have pending transactions, the second the window is closed a rejection is sent back to the application.

However Scatter desktop supports multiple windows, unlike the extension which can only support one window at a time.