wownero/src/wallet
j-berman 65e13dbef1 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-03-13 12:57:43 -07:00
..
api wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_store.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_store.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_transporter.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
message_transporter.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
node_rpc_proxy.cpp wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
node_rpc_proxy.h wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
ringdb.cpp wallet2: speedup large tx construction: batch ringdb lookups 2022-05-13 17:43:22 +00:00
ringdb.h wallet2: speedup large tx construction: batch ringdb lookups 2022-05-13 17:43:22 +00:00
wallet2.cpp wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
wallet2.h wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
wallet_args.cpp Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_args.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_errors.h wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
wallet_light_rpc.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_helpers.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_payments.cpp Refactored rx-slow-hash.c 2022-12-14 07:21:00 +01:00
wallet_rpc_server.cpp wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
wallet_rpc_server.h Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
wallet_rpc_server_commands_defs.h add an option to force-update multisig key exchange under some circumstances 2022-09-21 12:51:19 -05:00
wallet_rpc_server_error_codes.h disable multisig by default 2022-05-17 19:52:03 +00:00