aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-15wallet2: fix rescanning tx via scan_txj-berman1-1/+1
- 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.
2022-07-21Publish submitted txs via zmqj-berman1-1/+1
2021-05-14Doc: funtional_tests add new mining env vars and how to use themmj-xmr1-1/+20
2021-03-30[CI] Adaptive mining timeout, depending on available CPU powermj-xmr1-0/+5
Printing also available RAM. Add comprehensive description.
2019-05-12Made code block usage consistent across all .md filesRohaq1-8/+8
2019-03-14tests: fix path in instructionsmoneromooo-monero1-1/+3
Reported by notmike
2019-01-02remove trailing whitespace in README.mdDavid Meister1-2/+2
2018-06-29first new functional testsvictorsintnicolaas1-0/+14
2017-10-01Edited test readme for accuracy and depthCole Lightfighter1-122/+61
Removed some erroneous instructions, and added information about different test suites. Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
2017-09-19Added test documentation & Keccak unit testCole Lightfighter1-0/+178