monero/tests/functional_tests
j-berman e6b86af931 wallet2: fix rescanning tx via scan_tx
- 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.
2023-06-15 02:21:29 -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 wallet2: check wallet compatibility with daemon's hard fork version 2022-09-12 21:24:24 -06:00
get_output_distribution.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
integrated_address.py Copyright: Update to 2023 2023-01-16 13:00:18 +01: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 Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
multisig.py Copyright: Update to 2023 2023-01-16 13:00:18 +01: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 Copyright: Update to 2023 2023-01-16 13:00:18 +01: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 wallet2: fix rescanning tx via scan_tx 2023-06-15 02:21:29 -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 Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
validate_address.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00
wallet.py Copyright: Update to 2023 2023-01-16 13:00:18 +01:00