aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/subaddress.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-11-23unit_tests: do not rethrow a copy of an exceptionmoneromooo-monero1-1/+1
Found by codacy.com
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-19tests: test wallets don't need a dummy temp file anymoremoneromooo-monero1-16/+1
2017-10-19unit tests: OOB indexes & adding subaddressCole Lightfighter1-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>
2017-10-17Subaddress unit testsCole Lightfighter1-0/+92
Basic unit test fixture, and initialization of a subaddress account. Signed-off-by: Cole Lightfighter <cole@onicsla.bz>