aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Update copyright year to 2020SomaticFanatic35-35/+35
2020-03-26Adding Dandelion++ support to public networks:Lee Clagett4-2/+44
2020-03-14Correct key image check in tx_poolLee Clagett3-0/+64
2020-02-28Merge pull request #6061Alexander Blair4-5/+0
2020-01-24Merge pull request #6300Alexander Blair1-4/+10
2020-01-24Merge pull request #6146Alexander Blair1-2/+2
2020-01-19fix tests bug added in #6110Dusan Klinec1-4/+10
2020-01-16Merge pull request #6115Alexander Blair1-0/+2
2020-01-11Merge pull request #6110Alexander Blair3-22/+180
2019-11-13tests: fix HF12 chaingen - construct bc object from eventsDusan Klinec3-22/+180
2019-11-10core_tests: reset thread pool between testsmoneromooo-monero1-0/+2
2019-11-04Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett1-2/+2
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett7-22/+723
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-2/+6
2019-10-30core_tests: remove some useless verbose logsmoneromooo-monero4-5/+0
2019-10-08Merge pull request #5915luigi11111-5/+13
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-5/+13
2019-09-25RandomX integrationHoward Chu1-2/+2
2019-09-24Merge pull request #5882luigi11113-6/+40
2019-09-24Merge pull request #5877luigi11111-2/+2
2019-09-17blockchain: enforce 10 block age for spending outputsmoneromooo-monero3-6/+40
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-2/+2
2019-08-19blockchain: forbid v1 coinbase from v12moneromooo-monero3-0/+28
2019-04-29add a few checks where it seems appropriatemoneromooo-monero2-0/+2
2019-04-17Remove unneeded SFINAE on check_tx/block verification in core_testsDoyle3-77/+28
2019-04-16Merge pull request #5409Riccardo Spagni4-5/+5
2019-04-16Merge pull request #5400Riccardo Spagni1-2/+17
2019-04-14blockchain_db: fix db txn ending too earlymoneromooo-monero1-2/+17
2019-04-10tests: trezor tests fixes and improvementsDusan Klinec1-1/+1
2019-04-07tests: fix test_options initialization errorDusan Klinec4-5/+5
2019-03-21Merge pull request #5211Riccardo Spagni2-6/+4
2019-03-20tests/trezor: HF9 and HF10 testsDusan Klinec2-6/+4
2019-03-17Merge pull request #5061Riccardo Spagni33-33/+33
2019-03-14Merge pull request #4977Riccardo Spagni5-110/+1353
2019-03-05Update 2019 copyrightbinaryFate33-33/+33
2019-03-05device/trezor: debugging features, trezor testsDusan Klinec5-110/+1353
2019-03-05cryptonote: avoid double parsing blocks when syncingmoneromooo-monero1-2/+2
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-1/+1
2019-01-22ringct: encode 8 byte amount, saving 24 bytes per outputmoneromooo-monero1-1/+1
2019-01-22add a bulletproof version, new bulletproof type, and rct configmoneromooo-monero4-45/+45
2019-01-18Merge pull request #5046Riccardo Spagni2-5/+13
2019-01-07core_tests: add a --list_tests command line switchmoneromooo-monero2-5/+13
2018-12-22core_tests: rename invalid multisig tests to read "invalid"moneromooo-monero3-16/+16
2018-11-23remove some unused codemoneromooo-monero2-4/+1
2018-10-01Multisig M/N functionality core tests addednaughtyfox4-42/+223
2018-10-01Arbitrary M/N multisig schemes:naughtyfox1-1/+1
2018-09-11core_tests: add a test for 4-aggregated BP verificationmoneromooo-monero3-0/+16
2018-09-11core_tests: add a test for a tx with empty bulletproofmoneromooo-monero3-0/+20
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero7-163/+176
2018-09-11require canonical multi output bulletproof layoutmoneromooo-monero3-13/+13
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero7-4/+573
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero1-1/+1
2018-07-07core_tests: add --filter to select which tests to runmoneromooo-monero2-0/+7
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero7-18/+18
2018-03-14keypair::generate: always require hw::device to avoid possible mistakestoffu2-3/+3
2018-03-05Stagenetstoffu1-2/+2
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm5-7/+10
2018-02-02pass large parameters by const ref, not valuemoneromooo-monero1-1/+1
2018-01-26Readd copyright starting datexmr-eric2-2/+2
2018-01-26Update 2018 copyrightxmr-eric31-31/+31
2017-12-17core_tests: multisig test now tests multiple inputsmoneromooo-monero3-136/+209
2017-12-17Match surae's recommendation to derive multisig keysmoneromooo-monero1-4/+6
2017-12-17make multisig work with subaddressesmoneromooo-monero1-7/+11
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero6-0/+716
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-1/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+1
2017-11-14Merge pull request #2696Riccardo Spagni1-0/+1
2017-11-14Merge pull request #2691Riccardo Spagni10-12/+8
2017-11-14Merge pull request #2686Riccardo Spagni1-5/+5
2017-10-21Initialize openssl on startupmoneromooo-monero1-0/+1
2017-10-20core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero10-12/+8
2017-10-19always use core_tests for consistency, not coretestsmoneromooo-monero1-5/+5
2017-10-17core_tests: fix for subaddress patchkenshi846-8/+9
2017-10-07Subaddresseskenshi847-15/+28
2017-09-25move checkpoints in a separate librarymoneromooo-monero1-2/+2
2017-09-25Merge pull request #2424Riccardo Spagni1-2/+4
2017-09-25core_tests: catch (impossible in practice) tx extra api failuremoneromooo-monero1-2/+4
2017-09-21build: auto update version info without manually deleting version.hstoffu1-0/+1
2017-06-09core_tests: fix tests failing due to new txpool code requitring batch transac...moneromooo-monero1-0/+1
2017-05-30Merge pull request #2036Riccardo Spagni1-2/+10
2017-05-25Move txpool to the databasemoneromooo-monero1-0/+10
2017-05-18tests: fix invalid key image testmoneromooo-monero1-2/+10
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni29-29/+29
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi844-14/+14
2017-01-28core_tests: decrease trace level from trace to debugmoneromooo-monero1-1/+1
2017-01-16Change logging to easylogging++moneromooo-monero4-67/+27
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero1-2/+2
2016-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-5/+1
2016-08-28tests: hard fork list must end with a 0moneromooo-monero3-4/+4
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero8-11/+26
2016-08-28rct amount key modified as per luigi1111's recommendationsmoneromooo-monero1-8/+9
2016-08-28rct: change the simple flag to a typemoneromooo-monero1-1/+1
2016-08-28core_tests: fix a couple pre-rct tests using rctmoneromooo-monero1-2/+2
2016-08-28change fork settings to allow pre-rct txes for one more fork cyclemoneromooo-monero2-9/+9
2016-08-28rct: make the amount key derivable by a third party with the tx keymoneromooo-monero1-5/+3
2016-08-28port get_tx_key/check_tx_key to rctmoneromooo-monero1-2/+4
2016-08-28integrate simple rct apimoneromooo-monero1-1/+4
2016-08-28rct: add the tx prefix hash into the MLSAGmoneromooo-monero3-0/+33
2016-08-28Add rct core testsmoneromooo-monero7-10/+764
2016-08-28add rct to the protocolmoneromooo-monero7-34/+25
2016-05-01tests: fix tests broken by the removal of the block reward accumulation loopmoneromooo-monero5-23/+17
2016-04-02tests: fix build with older GCCJavier Smooth1-2/+4
2016-03-21core_tests: fix compile failure with GCC 4.8.4moneromooo-monero1-1/+1
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero3-10/+10
2016-03-19Print stack trace upon exceptionsmoneromooo-monero3-10/+10
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2016-02-17Merge pull request #659Riccardo Spagni1-1/+1
2016-02-13core_tests: fix a compile problem with CLANGmoneromooo-monero1-1/+1
2016-02-13Add the new test filesmoneromooo-monero2-0/+295
2016-02-08core_tests: add tests for hard fork behaviors (MRL-0004)moneromooo-monero4-7/+22
2016-02-08core_tests: allow setting miner tx max_outs when creating a blockmoneromooo-monero2-4/+6
2016-01-31tests: fix compilation failure after V1 define renamemoneromooo-monero1-1/+1
2015-12-31updated copyright yearRiccardo Spagni25-25/+25
2015-12-30core_tests: deinit core before destroying itmoneromooo-monero1-1/+3
2015-12-25tests: fix various tests by using parameters better suited to moneromoneromooo-monero3-8/+8
2015-12-25tests: fix some double spending testsmoneromooo-monero1-7/+8
2015-12-25tests: use 255 as a "too high" block versionmoneromooo-monero1-2/+2
2015-12-25blockchain: fix bitflipping test with quantized block rewardsmoneromooo-monero1-1/+2
2015-12-13core_tests: fix ring_signature_1 testsmoneromooo-monero1-8/+8
2015-12-13core_tests: bump default test fee to 0.02 moneromoneromooo-monero1-1/+1
2015-12-13add a --fakechain argument for testsmoneromooo-monero1-0/+4
2015-12-09tests: remove data-dir argument registrationmoneromooo-monero1-1/+0
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-2/+2
2015-11-13More changes for 2-min blocksJavier Smooth1-4/+4
2015-11-13Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block v...Javier Smooth1-2/+2
2015-04-01Merge remote-tracking branch 'monero-official/master' into network-1.6-work1rfree2monero1-1/+3
2015-03-01Fix tests building -- function signatures changedThomas Winget1-1/+3
2015-02-242014 network limit 1.3 fix log/path/data +utilsrfree2monero2-0/+4
2015-01-02year updated in licenseRiccardo Spagni25-25/+25
2014-10-24cmake: support 2.8.7Ben Boeckel1-1/+1
2014-10-23cmake: put each test executable in its own directoryBen Boeckel1-0/+74
2014-09-15Separate testnet address prefixZachary Michaels1-2/+2
2014-09-15Add testnet flagZachary Michaels1-1/+1
2014-07-23License updated to BSD 3-clausefluffypony24-70/+697
2014-05-250.8.8updatemydesktop1-6/+6
2014-05-03initial [broken] updatemydesktop5-14/+15
2014-04-02json rpc for wallet and bugfixAntonio Juarez3-18/+17
2014-03-03moved all stuff to githubAntonio Juarez24-0/+5318