aboutsummaryrefslogtreecommitdiff
path: root/tests/README.md
Commit message (Collapse)AuthorAgeFilesLines
* wallet2: fix rescanning tx via scan_txj-berman2023-03-131-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.
* Publish submitted txs via zmqj-berman2022-07-211-1/+1
|
* Doc: funtional_tests add new mining env vars and how to use themmj-xmr2021-05-141-1/+20
|
* [CI] Adaptive mining timeout, depending on available CPU powermj-xmr2021-03-301-0/+5
| | | | Printing also available RAM. Add comprehensive description.
* Made code block usage consistent across all .md filesRohaq2019-05-121-8/+8
|
* tests: fix path in instructionsmoneromooo-monero2019-03-141-1/+3
| | | | Reported by notmike
* remove trailing whitespace in README.mdDavid Meister2019-01-021-2/+2
|
* first new functional testsvictorsintnicolaas2018-06-291-0/+14
|
* Edited test readme for accuracy and depthCole Lightfighter2017-10-011-120/+59
| | | | | | | Removed some erroneous instructions, and added information about different test suites. Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
* Added test documentation & Keccak unit testCole Lightfighter2017-09-191-0/+178