aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/subaddress.cpp
Commit message (Collapse)AuthorAgeFilesLines
* wallet: improve lookahead logic & make rpc persistentJustin Berman2025-07-071-8/+93
|
* wallet: ensure subaddress keys table is at least size of requested lookaheadbenevanoff2025-07-031-0/+27
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* unit_tests: do not rethrow a copy of an exceptionmoneromooo-monero2018-11-231-1/+1
| | | | Found by codacy.com
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* tests: test wallets don't need a dummy temp file anymoremoneromooo-monero2017-12-191-16/+1
|
* unit tests: OOB indexes & adding subaddressCole Lightfighter2017-10-191-15/+41
| | | | | | | Tests for checking proper error throwing for out-of-bounds subaddress indexes, and proper addition of subaddresses. Signed-off-by: Cole Lightfighter <cole@onicsla.bz>
* Subaddress unit testsCole Lightfighter2017-10-171-0/+92
Basic unit test fixture, and initialization of a subaddress account. Signed-off-by: Cole Lightfighter <cole@onicsla.bz>