aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
Commit message (Expand)AuthorAgeFilesLines
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-3/+3
* tests: fix a bitflag test typomoneromooo-monero2016-07-261-1/+1
* unit_tests: check adding checkpoints succeededmoneromooo-monero2016-07-261-3/+3
* remove hf_starting_height dbmoneromooo-monero2016-07-131-31/+1
* fix: error: -Werror=misleading-indentationmoneroexample2016-05-181-1/+3
* Merge pull request #831Riccardo Spagni2016-05-172-2/+69
|\
| * unit_tests: add a write_varint/read_varint testmoneromooo-monero2016-05-012-1/+68
| * unit_tests: fix UNBOUND_LIBRARIES/UNBOUND_LIBRARY typomoneromooo-monero2016-05-011-1/+1
* | Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-291-4/+5
|\ \ | |/ |/|
| * Merge branch 'performance' into masterHoward Chu2016-04-051-4/+5
| |\
| | * CleanupHoward Chu2016-04-051-4/+5
* | | tests: unbound API is only accessible in static buildsmoneromooo-monero2016-04-021-0/+4
|/ /
* | tests: add test for needed OpenSSL algorithms in unboundmoneromooo-monero2016-03-292-1/+52
* | tests: obligatory hardfork unit build fix after interface changemoneromooo-monero2016-03-261-1/+1
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+1
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-214-4/+2
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-194-2/+4
|/
* unit_tests: fix hard fork unit test compilationwarptangent2016-03-051-1/+1
* Merge pull request #689Riccardo Spagni2016-02-291-1/+1
|\
| * unit_tests: update test openalias addressmoneromooo-monero2016-02-231-1/+1
* | move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero2016-02-221-2/+0
|/
* unit_tests: fix blockchain unit test after hard fork import fixmoneromooo-monero2016-02-081-1/+10
* unit_tests: fix hard fork unit test compilationmoneromooo-monero2016-02-081-0/+4
* Merge pull request #641Riccardo Spagni2016-02-081-13/+9
|\
| * unit_tests: fix mnemonics unit test testing invalid seedsmoneromooo-monero2016-02-011-13/+9
* | unit_tests: fix hard fork unit tests and add a test for major toomoneromooo-monero2016-02-011-30/+68
|/
* OpenBSD support for Monero.me0wmix2016-01-211-2/+2
* Fix 30f92f5630bbc7507708275a29a9ae7acf633a5bHoward Chu2016-01-161-0/+1
* unit_tests: initialize db object in ctor, not openmoneromooo-monero2016-01-021-1/+2
* updated copyright yearRiccardo Spagni2015-12-3125-25/+25
* unit_tests: remove an unused variablemoneromooo-monero2015-12-301-1/+0
* unit_tests: fix hardfork test buildmoneromooo-monero2015-12-301-0/+1
* tests: add a unit test for canonical decomposed amountsmoneromooo-monero2015-12-262-0/+84
* unit_tests: fix hard fork testsmoneromooo-monero2015-12-241-1/+2
* unit_tests: new test for IP blockingmoneromooo-monero2015-12-242-0/+169
* unit_tests: fix block reward test using post hard fork settingsmoneromooo-monero2015-12-131-15/+15
* tests: fix a typo in test namemoneromooo-monero2015-12-131-1/+1
* blockchain_db: make the indexing base a BlockchainDB virtual functionmoneromooo-monero2015-12-051-0/+1
* hardfork: fix more major/minor issuesmoneromooo-monero2015-11-241-44/+57
* Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth2015-11-131-7/+7
* hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero2015-11-101-0/+22
* hardfork: allow per-fork voting thresholdsmoneromooo-monero2015-11-081-0/+28
* unit_tests: fix build without berkeleydbmoneromooo-monero2015-11-031-1/+7
* Remove some old/obsolete/unused codemoneromooo-monero2015-10-271-1/+0
* Build fixes for the old blockchain_storage versionmoneromooo-monero2015-10-261-0/+5
* hardfork: switch voting to block minor versionmoneromooo-monero2015-10-211-4/+1
* unit_tests: remove leftover debug traces in hardfork testmoneromooo-monero2015-10-211-2/+0
* hardfork: rescan speedupmoneromooo-monero2015-09-271-8/+8
* hardfork: change window semantics to not count the newly added blockmoneromooo-monero2015-09-271-10/+13
* hardfork: most state now saved to the DBmoneromooo-monero2015-09-201-142/+200