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