| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | wallet2: fix rescanning tx via scan_tx | j-berman | 2023-03-13 | 1 | -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 zmq | j-berman | 2022-07-21 | 1 | -1/+1 |
| | | |||||
| * | Doc: funtional_tests add new mining env vars and how to use them | mj-xmr | 2021-05-14 | 1 | -1/+20 |
| | | |||||
| * | [CI] Adaptive mining timeout, depending on available CPU power | mj-xmr | 2021-03-30 | 1 | -0/+5 |
| | | | | | Printing also available RAM. Add comprehensive description. | ||||
| * | Made code block usage consistent across all .md files | Rohaq | 2019-05-12 | 1 | -8/+8 |
| | | |||||
| * | tests: fix path in instructions | moneromooo-monero | 2019-03-14 | 1 | -1/+3 |
| | | | | | Reported by notmike | ||||
| * | remove trailing whitespace in README.md | David Meister | 2019-01-02 | 1 | -2/+2 |
| | | |||||
| * | first new functional tests | victorsintnicolaas | 2018-06-29 | 1 | -0/+14 |
| | | |||||
| * | Edited test readme for accuracy and depth | Cole Lightfighter | 2017-10-01 | 1 | -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 test | Cole Lightfighter | 2017-09-19 | 1 | -0/+178 |
