monero/tests/functional_tests
j-berman e71c8bf190 wallet: background sync with just the view key
- 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.
2024-05-24 23:11:58 -07:00
..
CMakeLists.txt wallet2: fix rescanning tx via scan_tx 2023-06-15 02:21:29 -07:00
address_book.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
bans.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
blockchain.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
check_missing_rpc_methods.py tests: fix missing error on missing python entry point 2020-05-27 13:11:01 +00:00
cold_signing.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
cpu_power_test.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
daemon_info.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
functional_tests_rpc.py functional_tests: test HTTP digest auth 2024-03-11 23:54:50 -05:00
get_output_distribution.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
http_digest_auth.py functional_tests: test HTTP digest auth 2024-03-11 23:54:50 -05:00
integrated_address.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
k_anonymity.py blockchain_db: add k-anonymity to txid fetching 2023-08-01 17:25:25 -05:00
main.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
make_test_signature.cc Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
mining.py core_rpc_server: return ID of submitted block 2023-06-30 15:31:35 -05:00
multisig.py functional_tests: fix multisig tests noutputs assertion 2023-08-19 22:09:51 -05:00
p2p.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
proofs.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
rpc_payment.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
sign_message.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
speed.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
transactions_flow_test.cpp Enforce Tx unlock_time is Zero by Relay Rule 2024-02-24 14:27:17 -06:00
transactions_flow_test.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
transactions_generation_from_blockchain.cpp Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
transactions_generation_from_blockchain.h Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
transfer.py wallet: background sync with just the view key 2024-05-24 23:11:58 -07:00
txpool.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
uri.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
util_resources.py wallet: background sync with just the view key 2024-05-24 23:11:58 -07:00
validate_address.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
wallet.py wallet: background sync with just the view key 2024-05-24 23:11:58 -07:00