wownero/src
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
..
blockchain_db Fix use of rtxn without a mdb_txn_safe wrapper 2022-07-22 12:30:14 +01:00
blockchain_utilities blockchain-stats: print any remaining data at end of loop 2023-01-29 11:09:02 +00:00
blocks build: prepare v0.18.2.0 2023-02-08 22:18:30 +01:00
checkpoints build: prepare v0.18.2.0 2023-02-08 22:18:30 +01:00
common Merge pull request #8676 2023-01-11 12:28:08 -05:00
crypto Demote large pages warning to `mdebug` 2023-01-17 18:16:47 +01:00
cryptonote_basic Refactored rx-slow-hash.c 2022-12-14 07:21:00 +01:00
cryptonote_core build: prepare v0.18.2.0 2023-02-08 22:18:30 +01:00
cryptonote_protocol Fix dandelion++ fluff/stem bug with local txes 2022-10-25 16:01:09 -04:00
daemon Boring Old Deletes 2022-04-18 09:55:20 -05:00
daemonizer Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
debug_utilities Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
device Merge pull request #8463 2022-08-09 17:42:25 -05:00
device_trezor allow exporting outputs in chunks 2022-09-07 06:22:07 +00:00
gen_multisig add an option to force-update multisig key exchange under some circumstances 2022-09-21 12:51:19 -05:00
gen_ssl_cert Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
hardforks hardforks: set mainnet and stagenet v15/16 fork height 2022-07-01 01:49:59 +02:00
lmdb CMake: Add missing headers via monero_find_all_headers macro 2022-04-06 08:12:44 +02:00
mnemonics CMake: Add missing headers via monero_find_all_headers macro 2022-04-06 08:12:44 +02:00
multisig add an option to force-update multisig key exchange under some circumstances 2022-09-21 12:51:19 -05:00
net p2p: fix exclusive node DNS resolution for certain hosts [release] 2022-11-17 18:57:04 -06:00
p2p p2p: add plowsof seed nodes 2023-01-27 14:17:54 +01:00
platform Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
ringct Cache successful `verRctNonSemanticsSimple` calls 2022-12-20 22:19:00 +01:00
rpc Refactored rx-slow-hash.c 2022-12-14 07:21:00 +01:00
serialization allow exporting outputs in chunks 2022-09-07 06:22:07 +00:00
simplewallet wallet2: fix rescanning tx via scan_tx 2023-03-13 12:57:43 -07:00
wallet 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
cryptonote_config.h derive multisig tx secret keys from an entropy source plus the tx inputs' key images 2022-07-13 12:40:34 -05:00
version.cpp.in build: prepare v0.18.2.0 2023-02-08 22:18:30 +01:00
version.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00