summaryrefslogtreecommitdiff
path: root/tests/unit_tests/hardfork.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-101-1/+1
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1758Riccardo Spagni2017-02-211-1/+2
|\
| * unit_tests: hardfork unit test now needs get_block_blob_from_heightmoneromooo-monero2017-02-211-1/+2
* | More for PR #1724Howard Chu2017-02-211-1/+1
|/
* blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-1/+3
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-1/+1
* unit_tests: fix missing return after batch_start prototype changemoneromooo-monero2017-01-211-1/+1
* Merge pull request #1506Riccardo Spagni2017-01-151-1/+1
|\
| * Use batch transactions when syncingHoward Chu2017-01-141-1/+1
* | blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero2017-01-071-0/+1
|/
* Fixed undefined behavior in TestDBLee Clagett2016-11-231-2/+2
* unit_tests: fix build after get_output_histogram signature changemoneromooo-monero2016-10-191-1/+1
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+1
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-5/+1
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-281-0/+4
* Fake outs set is now decided by the walletmoneromooo-monero2016-08-111-3/+3
* remove hf_starting_height dbmoneromooo-monero2016-07-131-31/+1
* fix: error: -Werror=misleading-indentationmoneroexample2016-05-181-1/+3
* Merge branch 'performance' into masterHoward Chu2016-04-051-4/+5
|\
| * CleanupHoward Chu2016-04-051-4/+5
* | 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
|/
* unit_tests: fix hard fork unit test compilationwarptangent2016-03-051-1/+1
* unit_tests: fix hard fork unit test compilationmoneromooo-monero2016-02-081-0/+4
* unit_tests: fix hard fork unit tests and add a test for major toomoneromooo-monero2016-02-011-30/+68
* 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-311-1/+1
* unit_tests: remove an unused variablemoneromooo-monero2015-12-301-1/+0
* unit_tests: fix hardfork test buildmoneromooo-monero2015-12-301-0/+1
* unit_tests: fix hard fork testsmoneromooo-monero2015-12-241-1/+2
* 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
* 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
* 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
* New hardfork classmoneromooo-monero2015-09-121-0/+394