mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
e6b86af931
- Detach & re-process txs >= lowest scan height - ensures that if a user calls scan_tx(tx1) after scanning tx2, the wallet correctly processes tx1 and tx2 - if a user provides a tx with a height higher than the wallet's last scanned height, the wallet will scan starting from that tx's height - scan_tx requires trusted daemon iff need to re-process existing txs: in addition to querying a daemon for txids, if a user provides a txid of a tx with height *lower* than any *already* scanned txs in the wallet, then the wallet will also query the daemon for all the *higher* txs as well. This is likely unexpected behavior to a caller, and so to protect a caller from revealing txid's to an untrusted daemon in an unexpected way, require the daemon be trusted. |
||
---|---|---|
.. | ||
address_book.py | ||
bans.py | ||
blockchain.py | ||
check_missing_rpc_methods.py | ||
CMakeLists.txt | ||
cold_signing.py | ||
cpu_power_test.cpp | ||
daemon_info.py | ||
functional_tests_rpc.py | ||
get_output_distribution.py | ||
integrated_address.py | ||
main.cpp | ||
make_test_signature.cc | ||
mining.py | ||
multisig.py | ||
p2p.py | ||
proofs.py | ||
rpc_payment.py | ||
sign_message.py | ||
speed.py | ||
transactions_flow_test.cpp | ||
transactions_flow_test.h | ||
transactions_generation_from_blockchain.cpp | ||
transactions_generation_from_blockchain.h | ||
transfer.py | ||
txpool.py | ||
uri.py | ||
util_resources.py | ||
validate_address.py | ||
wallet.py |