aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/hardfork.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-1/+0
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-04-17testdb: add override keyword where missingstoffu1-6/+6
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-20/+21
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-87/+7
2018-11-01core: avoid unnecessary tx/blob conversionsmoneromooo-monero1-1/+1
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-2/+2
2018-07-30blockchain_db: remove unused get_output_key variantmoneromooo-monero1-1/+0
2018-07-19Merge pull request #4013luigi11111-0/+1
2018-07-19Merge pull request #3981luigi11111-18/+20
2018-07-19Merge pull request #3854luigi11111-0/+1
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-18/+20
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+1
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero1-0/+1
2018-05-30unit_tests/hardfork: add tests for get_voting_info()stoffu1-0/+49
2018-05-30hardfork: fix get_next_version()stoffu1-0/+29
2018-05-30unit_tests/hardfork: add tests for check_for_height()stoffu1-0/+24
2018-05-30hardfork: fix get_earliest_ideal_height_for_version() to support non-existent...stoffu1-0/+25
2018-05-29Merge pull request #3251luigi11111-2/+4
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-2/+4
2018-05-21unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero1-1/+1
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero1-0/+1
2018-05-21Revert "Merge pull request #3775"Riccardo Spagni1-1/+1
2018-04-28unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero1-1/+1
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-1/+2
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero1-1/+1
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-2/+2
2017-09-17Use actual batch size for resize estimatesHoward Chu1-1/+1
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-0/+1
2017-08-19DB cleanupHoward Chu1-1/+1
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero1-0/+1
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu1-1/+1
2017-05-25Move txpool to the databasemoneromooo-monero1-0/+9
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-1/+1
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1758Riccardo Spagni1-1/+2
2017-02-21unit_tests: hardfork unit test now needs get_block_blob_from_heightmoneromooo-monero1-1/+2
2017-02-21More for PR #1724Howard Chu1-1/+1
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-1/+3
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-21unit_tests: fix missing return after batch_start prototype changemoneromooo-monero1-1/+1
2017-01-15Merge pull request #1506Riccardo Spagni1-1/+1
2017-01-14Use batch transactions when syncingHoward Chu1-1/+1
2017-01-07blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero1-0/+1
2016-11-23Fixed undefined behavior in TestDBLee Clagett1-2/+2
2016-10-19unit_tests: fix build after get_output_histogram signature changemoneromooo-monero1-1/+1
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-1/+1
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-5/+1
2016-08-28blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero1-0/+4
2016-08-11Fake outs set is now decided by the walletmoneromooo-monero1-3/+3
2016-07-13remove hf_starting_height dbmoneromooo-monero1-31/+1
2016-05-18fix: error: -Werror=misleading-indentationmoneroexample1-1/+3
2016-04-05Merge branch 'performance' into masterHoward Chu1-4/+5
2016-04-05CleanupHoward Chu1-4/+5
2016-03-26tests: obligatory hardfork unit build fix after interface changemoneromooo-monero1-1/+1
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+1
2016-03-05unit_tests: fix hard fork unit test compilationwarptangent1-1/+1
2016-02-08unit_tests: fix hard fork unit test compilationmoneromooo-monero1-0/+4
2016-02-01unit_tests: fix hard fork unit tests and add a test for major toomoneromooo-monero1-30/+68
2016-01-16Fix 30f92f5630bbc7507708275a29a9ae7acf633a5bHoward Chu1-0/+1
2016-01-02unit_tests: initialize db object in ctor, not openmoneromooo-monero1-1/+2
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-30unit_tests: remove an unused variablemoneromooo-monero1-1/+0
2015-12-30unit_tests: fix hardfork test buildmoneromooo-monero1-0/+1
2015-12-24unit_tests: fix hard fork testsmoneromooo-monero1-1/+2
2015-12-05blockchain_db: make the indexing base a BlockchainDB virtual functionmoneromooo-monero1-0/+1
2015-11-24hardfork: fix more major/minor issuesmoneromooo-monero1-44/+57
2015-11-10hardfork: add a get_ideal_version(uint64_t) functionmoneromooo-monero1-0/+22
2015-11-08hardfork: allow per-fork voting thresholdsmoneromooo-monero1-0/+28
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-1/+0
2015-10-26Build fixes for the old blockchain_storage versionmoneromooo-monero1-0/+5
2015-10-21hardfork: switch voting to block minor versionmoneromooo-monero1-4/+1
2015-10-21unit_tests: remove leftover debug traces in hardfork testmoneromooo-monero1-2/+0
2015-09-27hardfork: rescan speedupmoneromooo-monero1-8/+8
2015-09-27hardfork: change window semantics to not count the newly added blockmoneromooo-monero1-10/+13
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-142/+200
2015-09-12New hardfork classmoneromooo-monero1-0/+394