aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/ringdb.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-04unit_tests: fix ringdb unit testsmoneromooo-monero1-5/+11
2019-09-09unit tests: replace global var with lambda returning static local varstoffu1-5/+5
Fixes assertion failure (curstate == 1) in random.c in debug mode
2018-10-18Rename "blackball" for claritymoneromooo-monero1-5/+5
Apparently some people seem to think it's a censorship list...
2018-09-29Merge pull request #4407Riccardo Spagni1-0/+24
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero)
2018-09-10record blackballs as amount/offset, and add export abilitymoneromooo-monero1-4/+4
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-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.
2018-08-15Merge pull request #4186luigi11111-5/+9
c8226ad unit_tests: use valid key images, pub keys, etc (moneromooo-monero)
2018-07-28unit_tests: use valid key images, pub keys, etcmoneromooo-monero1-5/+9
2018-07-22tests: ringdb: use system's temporary dir pathredfish1-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.
2018-04-11unit_tests: add ringdb unit testsmoneromooo-monero1-0/+164