keep-network / tbtc-dapp

Deposit BTC and redeem TBTC
http://dapp.test.tbtc.network/
MIT License
33 stars 31 forks source link

Add information about how to recover if browser closes during deposit or redemption #372

Open john-light opened 3 years ago

john-light commented 3 years ago

Currently the dapp does not pick up where it left off. There is not currently documentation about how to recover if the browser tab/window closes for whatever reason.

Edit: Recovery instructions could be documented here: https://github.com/keep-network/tbtc-website/blob/master/src/pages/developers/how-to-use-the-tbtc-dapp.md

Shadowfiend commented 3 years ago

There are two prongs here:

Both issues are solved once we've implemented a page where we list any deposits you currently own, their current state, and a button to resume the deposit or redemption flow if they're in it.

tdickman commented 3 years ago

For the first prong, there also appears to be a 50 block timer, after which the page stops watching for its creation (with no way to ask it to continue).

Agreed that a page listing deposits a user owns would solve this.