summaryrefslogtreecommitdiff
path: root/tests/unit_tests/ringdb.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unit_tests: fix ringdb unit testsmoneromooo-monero2019-10-041-5/+11
|
* unit tests: replace global var with lambda returning static local varstoffu2019-09-091-5/+5
| | | | Fixes assertion failure (curstate == 1) in random.c in debug mode
* Rename "blackball" for claritymoneromooo-monero2018-10-181-5/+5
| | | | Apparently some people seem to think it's a censorship list...
* Merge pull request #4407Riccardo Spagni2018-09-291-0/+24
| | | | 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
* record blackballs as amount/offset, and add export abilitymoneromooo-monero2018-09-101-4/+4
|
* store secret keys encrypted where possiblemoneromooo-monero2018-08-161-1/+1
| | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
* Merge pull request #4186luigi11112018-08-151-5/+9
|\ | | | | | | c8226ad unit_tests: use valid key images, pub keys, etc (moneromooo-monero)
| * unit_tests: use valid key images, pub keys, etcmoneromooo-monero2018-07-281-5/+9
| |
* | tests: ringdb: use system's temporary dir pathredfish2018-07-221-4/+4
|/ | | | | | | | | Fixes failing test during Arch package build (due to attempt to write to ~/.bitmonero/...). Prefix temp dir path with "monero-" because we are not putting it on the system, so good to identify ourselves in case the dir gets left over due to crash, etc.
* unit_tests: add ringdb unit testsmoneromooo-monero2018-04-111-0/+164