summaryrefslogtreecommitdiff
path: root/tests/unit_tests/wipeable_string.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wallet: background sync with just the view keyj-berman2024-05-241-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | - When background syncing, the wallet wipes the spend key from memory and processes all new transactions. The wallet saves all receives, spends, and "plausible" spends of receives the wallet does not know key images for. - When background sync disabled, the wallet processes all background synced txs and then clears the background sync cache. - Adding "plausible" spends to the background sync cache ensures that the wallet does not need to query the daemon to see if any received outputs were spent while background sync was enabled. This would harm privacy especially for users of 3rd party daemons. - To enable the feature in the CLI wallet, the user can set background-sync to reuse-wallet-password or custom-background-password and the wallet automatically syncs in the background when the wallet locks, then processes all background synced txs when the wallet is unlocked. - The custom-background-password option enables the user to open a distinct background wallet that only has a view key saved and can be opened/closed/synced separately from the main wallet. When the main wallet opens, it processes the background wallet's cache. - To enable the feature in the RPC wallet, there is a new `/setup_background_sync` endpoint. - HW, multsig and view-only wallets cannot background sync.
* Copyright: Update to 2022mj-xmr2022-03-041-1/+2
|
* unit_tests: fix wipeable_string parse_hexstr test with latest gtestxiphon2021-01-271-9/+9
| | | | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973196
* wipeable_string: split - treat CR, LF and Tabs as separatorsxiphon2020-02-121-0/+1
|
* Merge pull request #4424Riccardo Spagni2018-09-291-4/+4
| | | | 92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero)
* wipeable_string: add hex_to_pod functionmoneromooo-monero2018-09-121-0/+7
|
* wallet: wipe seed from memory where appropriatemoneromooo-monero2018-08-161-0/+204