aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4097luigi11112018-07-272-0/+48
|\
| * crypto: remove slight bias in key generation due to modulomoneromooo-monero2018-07-052-0/+48
* | Merge pull request #4075luigi11112018-07-191-1/+0
|\ \
| * | remove epee from link lines where it's redundantmoneromooo-monero2018-06-281-1/+0
| |/
* | Merge pull request #4061luigi11112018-07-191-4/+18
|\ \
| * | unit_tests: do not recreate the same base rct sig all the timemoneromooo-monero2018-06-271-4/+18
* | | Merge pull request #4013luigi11112018-07-191-0/+1
|\ \ \
| * | | rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-201-0/+1
* | | | Merge pull request #3981luigi11112018-07-191-18/+20
|\ \ \ \
| * | | | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-18/+20
| | |_|/ | |/| |
* | | | Merge pull request #3854luigi11112018-07-191-0/+1
|\ \ \ \
| * | | | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+1
* | | | | Merge pull request #3617luigi11112018-07-192-0/+132
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | unit_tests: add device unit testsmoneromooo-monero2018-04-122-0/+132
* | | | | Merge pull request #3716luigi11112018-06-272-11/+56
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | threadpool: allow leaf functions to run concurrentlymoneromooo-monero2018-06-261-6/+51
| * | | | replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-5/+5
| | |_|/ | |/| |
* | | | Merge pull request #3962luigi11112018-06-251-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | epee: adaptive connection timeout systemmoneromooo-monero2018-06-101-0/+1
| | |/ | |/|
* | | Merge pull request #3938luigi11112018-06-201-0/+10
|\ \ \
| * | | ringct: remove an unnecessary scalarmultBase in zeroCommitmoneromooo-monero2018-06-061-0/+10
| |/ /
* | | Merge pull request #3902luigi11112018-06-201-0/+32
|\ \ \
| * | | unit_tests: add tests for local IP range detectionmoneromooo-monero2018-06-011-0/+32
| |/ /
* | | Merge pull request #3691luigi11112018-06-172-0/+102
|\ \ \
| * | | unit_tests: add threadpool unit testmoneromooo-monero2018-05-202-0/+102
* | | | Merge pull request #3450luigi11112018-06-081-0/+1
|\ \ \ \
| * | | | core: add get_earliest_ideal_height_for_version()stoffu2018-03-211-0/+1
| | |_|/ | |/| |
* | | | Merge pull request #3444luigi11112018-06-081-0/+127
|\ \ \ \ | |_|_|/ |/| | |
| * | | unit_tests/hardfork: add tests for get_voting_info()stoffu2018-05-301-0/+49
| * | | hardfork: fix get_next_version()stoffu2018-05-301-0/+29
| * | | unit_tests/hardfork: add tests for check_for_height()stoffu2018-05-301-0/+24
| * | | hardfork: fix get_earliest_ideal_height_for_version() to support non-existent...stoffu2018-05-301-0/+25
* | | | Merge pull request #3592luigi11112018-05-312-1/+166
|\ \ \ \ | |/ / / |/| | |
| * | | unit_tests: add ringdb unit testsmoneromooo-monero2018-04-112-1/+166
| |/ /
* | | Merge pull request #3251luigi11112018-05-291-2/+4
|\ \ \
| * | | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-2/+4
* | | | unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero2018-05-211-1/+1
|/ / /
* | | speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-0/+1
* | | Merge pull request #3809Riccardo Spagni2018-05-212-8/+5
|\ \ \
| * | | unit_tests: set default data dir to the source tree at build timemoneromooo-monero2018-05-152-8/+5
| | |/ | |/|
* / | Revert "Merge pull request #3775"Riccardo Spagni2018-05-211-1/+1
|/ /
* | unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero2018-04-281-1/+1
* | Only log an error if fork version is higher AND is not known.Thaer Khawaja2018-04-221-0/+1
|/
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-1/+2
* Merge pull request #3277Riccardo Spagni2018-03-055-28/+28
|\
| * Stagenetstoffu2018-03-055-28/+28
* | Correct spelling mistakes.Edward Betts2018-03-051-1/+1
|/
* Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2018-03-042-15/+17
* Merge pull request #3245Riccardo Spagni2018-02-202-17/+28
|\
| * unit_tests.serialization: refactored with ASSERT_EQ_MAPstoffu2018-02-121-17/+21