Commit Graph

11 Commits

Author SHA1 Message Date
tomFlowee 2973dcbe24 Make first startup much faster
We store a blockheight at which point a private key is created, allowing
us to skip merkle checks before that time.
This was was tricky for a not yet synched wallet because its blockchain
was stuck at height zero.
Causing us to sync everything anyway.

Now we store the timestamp of wallet create instead, until the time that
the blockchain is synched. After that we resolve the block that we need
to start sync from based on that timestamp.
2021-05-28 18:13:50 +02:00
tomFlowee 7e87c7d4a4 Adjust version numbers down
Allow running an older Qt with this UI
2021-05-23 00:27:34 +02:00
tomFlowee bb2e3f2369 Make sync status show even if up-to-date. 2021-04-29 12:15:22 +02:00
tomFlowee 35af4ff305 Various translation fixes
* Move colon out of translation
* Use the plural feature
  this allows us to provide two translations for 1 or more items.
* Misc issues and inconsistencies fixed
2021-01-29 10:27:24 +01:00
tomFlowee 20690a24ce Update email 2021-01-05 14:04:10 +01:00
tomFlowee 8d2840f9a9 Use expected height to indicate if wallet is behind
This helps give instant feedback before we connected to good peers.
2020-12-26 14:54:41 +01:00
TomZ fb07747ad9 Make SyncIndicator more reusable
This moves the 'visible' decision to the account page.
2020-11-05 17:59:48 +01:00
TomZ 9371a085b3 Add account info dialog
Reachable from the 'dotdotdot' menu on the account page.
2020-11-04 18:33:50 +01:00
TomZ 63902d2730 Add support for testnet addresses 2020-10-30 18:06:58 +01:00
TomZ e9df4c6e06 Hide the config dots until they do something 2020-10-29 21:51:19 +01:00
TomZ 42ea3e5bb7 UX show how far in time an account is behind 2020-10-19 17:59:04 +02:00