Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-16 | Copyright: Update to 2023 | mj-xmr | 1 | -1/+1 | |
Co-authored-by: plowsof <plowsof@protonmail.com> extra files | |||||
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 1 | -1/+2 | |
2019-10-04 | unit_tests: fix ringdb unit tests | moneromooo-monero | 1 | -5/+11 | |
2019-09-09 | unit tests: replace global var with lambda returning static local var | stoffu | 1 | -5/+5 | |
Fixes assertion failure (curstate == 1) in random.c in debug mode | |||||
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 1 | -5/+5 | |
Apparently some people seem to think it's a censorship list... | |||||
2018-09-29 | Merge pull request #4407 | Riccardo Spagni | 1 | -0/+24 | |
43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero) | |||||
2018-09-20 | ringdb: use cursors to be a bit faster | moneromooo-monero | 1 | -0/+24 | |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -4/+4 | |
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -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-07-28 | unit_tests: use valid key images, pub keys, etc | moneromooo-monero | 1 | -5/+9 | |
2018-07-22 | tests: ringdb: use system's temporary dir path | redfish | 1 | -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-11 | unit_tests: add ringdb unit tests | moneromooo-monero | 1 | -0/+164 | |