Closed JoeGruffins closed 6 months ago
Some things we still want to change, but maybe in a new commit or pr because not critical. They need ui changes for us:
TODO list:
@martonp added four and five for watching only to this TODO list.
3. We don't want to give out an address before sync is complete, so need to disable the receive screen or something until synced.
I think this is critical because if we currently give out an address before sync completes and the address is used to receive funds, the user may not see those funds if the wallet upgrades the address derivation path at the end of the sync (as it does for newly-created wallets).
I think this is critical because if we currently give out an address before sync completes and the address is used to receive funds, the user may not see those funds if the wallet upgrades the address derivation path at the end of the sync (as it does for newly-created wallets).
It doesn't give them out currently. It fails silently, so the user will be wondering what is going on but they won't get an address.
Adds all the stuff.