aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11precalc the ge_p3 representation of Hmoneromooo-monero1-0/+7
2018-09-11unit_tests: a couple more bulletproof unit tests for gammamoneromooo-monero1-0/+19
2018-09-11Bulletproof aggregated verification and testsmoneromooo-monero1-12/+16
2018-09-11aligned: aligned memory alloc/realloc/freemoneromooo-monero2-1/+88
2018-09-11bulletproofs: add aggregated verificationmoneromooo-monero2-0/+36
2018-09-11make straus cached mode thread safe, and add tests for itmoneromooo-monero2-0/+150
2018-09-11bulletproofs: add multi output bulletproofs to rctmoneromooo-monero2-1/+64
2018-09-11bulletproofs: multi-output bulletproofsmoneromooo-monero1-0/+19
2018-09-10Merge pull request #4293luigi11112-1/+19
2018-09-04Merge pull request #4298luigi11111-0/+8
2018-09-04Merge pull request #4275luigi11112-0/+151
2018-09-04Merge pull request #4264luigi11111-1/+1
2018-08-25is_hdd updatep8p2-1/+19
2018-08-23unit_tests: disable mlocker tests on windows (no implementation)moneromooo-monero1-0/+8
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero1-0/+15
2018-08-22Merge pull request #4210luigi11112-0/+219
2018-08-22Merge pull request #4200luigi11111-1/+0
2018-08-20unit_tests: add tests for incremental keccakmoneromooo-monero2-0/+151
2018-08-16common: add a class to safely wrap mlock/munlockmoneromooo-monero2-0/+187
2018-08-16store secret keys encrypted where possiblemoneromooo-monero4-2/+87
2018-08-16wallet: wipe seed from memory where appropriatemoneromooo-monero3-6/+231
2018-08-16wallet2: make --restricted-rpc available for wallet RPC onlystoffu1-2/+1
2018-08-15Merge pull request #4186luigi11111-5/+9
2018-08-15Merge pull request #4165luigi11111-4/+4
2018-08-15Merge pull request #4137luigi11111-0/+8
2018-08-15unit_tests: remove std::move in return statementmoneromooo-monero1-1/+1
2018-08-08wallet: allow adjusting number of rounds for the key derivation functionstoffu1-1/+1
2018-08-02Fixed ZMQ-RPC for transactions and GET_BLOCKS_FASTLee Clagett2-0/+219
2018-07-30blockchain_db: remove unused get_output_key variantmoneromooo-monero1-1/+0
2018-07-28unit_tests: use valid key images, pub keys, etcmoneromooo-monero1-5/+9
2018-07-27Merge pull request #4097luigi11112-0/+48
2018-07-22tests: ringdb: use system's temporary dir pathredfish1-4/+4
2018-07-20crypto: do not use boost::value_initialized to init null skey/pkeymoneromooo-monero1-0/+8
2018-07-19Merge pull request #4075luigi11111-1/+0
2018-07-19Merge pull request #4061luigi11111-4/+18
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-19Merge pull request #3617luigi11112-0/+132
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-18/+20
2018-07-05crypto: remove slight bias in key generation due to modulomoneromooo-monero2-0/+48
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+1
2018-06-28remove epee from link lines where it's redundantmoneromooo-monero1-1/+0
2018-06-27Merge pull request #3716luigi11112-11/+56
2018-06-27unit_tests: do not recreate the same base rct sig all the timemoneromooo-monero1-4/+18
2018-06-26threadpool: allow leaf functions to run concurrentlymoneromooo-monero1-6/+51
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-5/+5
2018-06-25Merge pull request #3962luigi11111-0/+1
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero1-0/+1
2018-06-20Merge pull request #3938luigi11111-0/+10
2018-06-20Merge pull request #3902luigi11111-0/+32
2018-06-17Merge pull request #3691luigi11112-0/+102
2018-06-10epee: adaptive connection timeout systemmoneromooo-monero1-0/+1
2018-06-08Merge pull request #3450luigi11111-0/+1
2018-06-08Merge pull request #3444luigi11111-0/+127
2018-06-06ringct: remove an unnecessary scalarmultBase in zeroCommitmoneromooo-monero1-0/+10
2018-06-01unit_tests: add tests for local IP range detectionmoneromooo-monero1-0/+32
2018-05-31Merge pull request #3592luigi11112-1/+166
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-21Merge pull request #3809Riccardo Spagni2-8/+5
2018-05-21Revert "Merge pull request #3775"Riccardo Spagni1-1/+1
2018-05-20unit_tests: add threadpool unit testmoneromooo-monero2-0/+102
2018-05-15unit_tests: set default data dir to the source tree at build timemoneromooo-monero2-8/+5
2018-04-28unit_tests: fix build after get_output_didstribution signature changemoneromooo-monero1-1/+1
2018-04-22Only log an error if fork version is higher AND is not known.Thaer Khawaja1-0/+1
2018-04-12unit_tests: add device unit testsmoneromooo-monero2-0/+132
2018-04-11unit_tests: add ringdb unit testsmoneromooo-monero2-1/+166
2018-03-21core: add get_earliest_ideal_height_for_version()stoffu1-0/+1
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-1/+2
2018-03-05Merge pull request #3277Riccardo Spagni5-28/+28
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-03-05Stagenetstoffu5-28/+28
2018-03-04Code modifications to integrate Ledger HW device into monero-wallet-cli.cslashm2-15/+17
2018-02-20Merge pull request #3245Riccardo Spagni2-17/+28
2018-02-12unit_tests.serialization: refactored with ASSERT_EQ_MAPstoffu1-17/+21
2018-02-12unit_tests: added gtest utility ASSERT_EQ_MAP for easily testing key-value mapstoffu1-0/+7
2018-02-08dns: change default DNS to a worldwide selectionmoneromooo-monero1-13/+15
2018-01-27Merge pull request #3151Riccardo Spagni1-5/+5
2018-01-26Readd copyright starting datexmr-eric10-10/+10
2018-01-26Update 2018 copyrightxmr-eric44-44/+44
2018-01-25Merge pull request #3082Riccardo Spagni1-1/+1
2018-01-25Merge pull request #3057Riccardo Spagni1-1/+2
2018-01-18unit_tests: do not ASSERT_TRUE(decodeRct(...))moneromooo-monero1-5/+5
2018-01-10Merge pull request #2990Riccardo Spagni2-2/+0
2018-01-10Merge pull request #2985Riccardo Spagni2-9/+15
2018-01-10Merge pull request #2971Riccardo Spagni1-1/+1
2018-01-10move memwipe to epee to avoid common<->crypto circular dependenciesmoneromooo-monero1-1/+1
2018-01-10epee: remove dependency on commonmoneromooo-monero1-8/+14
2018-01-08fix for warningOnur Altun1-1/+1
2018-01-05Factor the monero donation addressMaxithi1-1/+2
2018-01-02Merge pull request #2964Riccardo Spagni1-24/+0
2018-01-02Merge pull request #2963Riccardo Spagni1-16/+1
2017-12-28Merge pull request #2944Riccardo Spagni1-1/+1
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero3-6/+6
2017-12-25Merge pull request #2920Riccardo Spagni1-3/+1
2017-12-25Merge pull request #2890Riccardo Spagni1-0/+2
2017-12-22factor STL container serializationmoneromooo-monero2-2/+0
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero1-1/+1
2017-12-19tests: remove unused/unfinished keccak bitsmoneromooo-monero1-24/+0
2017-12-19tests: test wallets don't need a dummy temp file anymoremoneromooo-monero1-16/+1
2017-12-18tests: fix a buffer overread in a unit testmoneromooo-monero1-3/+1
2017-12-17wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero1-0/+1
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-5/+12
2017-12-17N-1/N multisigmoneromooo-monero1-7/+19
2017-12-17gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero1-8/+8
2017-12-17wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero1-11/+1
2017-12-17tests: add multisig unit testsmoneromooo-monero2-0/+179
2017-12-17Add N/N multisig tx generation and signingmoneromooo-monero2-10/+10
2017-12-17Merge pull request #2877Riccardo Spagni2-0/+12
2017-12-17unit_tests: fix memwipe test comparisonmoneromooo-monero1-1/+1
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero2-0/+12
2017-12-16move includes around to lessen overall loadmoneromooo-monero3-1/+5
2017-12-16Merge pull request #2860Riccardo Spagni3-1/+68
2017-12-08integrate bulletproofs into moneromoneromooo-monero1-0/+1
2017-12-08add bulletproofs to the build, with basic unit testsmoneromooo-monero2-0/+71
2017-12-07util: allow non numeric version partsmoneromooo-monero1-0/+2
2017-11-27new wipeable_string class to replace std::string passphrasesmoneromooo-monero1-1/+1
2017-11-27add a memwipe functionmoneromooo-monero2-0/+67
2017-11-15unit_tests: fix running without --data-dirmoneromooo-monero1-2/+2
2017-11-15Merge pull request #2771Riccardo Spagni1-5/+1
2017-11-14Merge pull request #2812Riccardo Spagni1-2/+2
2017-11-14Merge pull request #2736Riccardo Spagni1-1/+1
2017-11-14unit_tests: fix build after wallet2 list/vector changemoneromooo-monero1-2/+2
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-1/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero2-0/+2
2017-11-14Merge pull request #2720Riccardo Spagni1-1/+1
2017-11-14Merge pull request #2696Riccardo Spagni1-0/+2
2017-11-14Merge pull request #2670Riccardo Spagni2-0/+119
2017-11-14Merge pull request #2617Riccardo Spagni1-3/+5
2017-11-11kaccak: remove unused return valuemoneromooo-monero1-5/+1
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-2/+2
2017-11-06Merge pull request #2483Riccardo Spagni1-0/+28
2017-10-24unit_tests: fix data dir determinationmoneromooo-monero1-1/+1
2017-10-21Initialize openssl on startupmoneromooo-monero1-0/+2
2017-10-19unit tests: OOB indexes & adding subaddressCole Lightfighter1-15/+41
2017-10-17Subaddress unit testsCole Lightfighter2-0/+93
2017-10-16unit_tests: fix build on windowsmoneromooo-monero1-1/+1
2017-10-15Merge pull request #2610Riccardo Spagni2-7/+5
2017-10-15Merge pull request #2608Riccardo Spagni2-10/+23
2017-10-15Merge pull request #2582Riccardo Spagni2-0/+46
2017-10-15Merge pull request #2565Riccardo Spagni1-1/+1
2017-10-15Merge pull request #2555Riccardo Spagni1-0/+14
2017-10-15Merge pull request #2528Riccardo Spagni1-1/+3
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+1
2017-10-10dns_utils: allow an optional DNS server IP in DNS_PUBLICmoneromooo-monero1-0/+14
2017-10-09Fix an object lifetime bug in net load testsmoneromooo-monero1-3/+5
2017-10-08unit_tests: fix compiling on WindowsiDunk54002-7/+5
2017-10-08unit_tests: data dir is now overridden with --data-dirmoneromooo-monero2-10/+23
2017-10-07Subaddresseskenshi842-26/+26
2017-10-06Merge pull request #2523Riccardo Spagni4-10/+32
2017-10-05tests: add sha256sum unit testmoneromooo-monero2-0/+46
2017-10-05Upgrades to epee::net_utils::network_addressLee Clagett3-2/+233
2017-10-03tests: fix hashchain unit testsmoneromooo-monero1-1/+1
2017-09-28tests: pass data dir as argredfish4-10/+32
2017-09-26mnemonics: new Lojban word listWei Tang1-1/+3
2017-09-25wallet2: do not keep block hashes below last checkpointmoneromooo-monero2-0/+130
2017-09-25move checkpoints in a separate librarymoneromooo-monero4-4/+4
2017-09-25Merge pull request #2457Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2424Riccardo Spagni1-1/+1
2017-09-25Merge pull request #2442Riccardo Spagni1-0/+1
2017-09-25Merge pull request #2440Riccardo Spagni2-0/+75
2017-09-25get_blockchain_top now returns voidmoneromooo-monero1-1/+1
2017-09-21build: auto update version info without manually deleting version.hstoffu1-0/+1
2017-09-19Added test documentation & Keccak unit testCole Lightfighter1-0/+28
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+1
2017-09-18blockchain: reject unsorted ins and outs from v7moneromooo-monero1-0/+29
2017-09-17Use actual batch size for resize estimatesHoward Chu1-1/+1
2017-09-14Use a threadpoolHoward Chu2-178/+0
2017-09-13common: add apply_permutation file and functionmoneromooo-monero2-0/+46
2017-09-03Add a --fluffy-blocks option to relay blocks as fluffy blocksmoneromooo-monero1-0/+1
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu1-0/+1
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-0/+1
2017-08-19DB cleanupHoward Chu1-1/+1
2017-08-17Merge pull request #2303Riccardo Spagni1-1/+1
2017-08-17Merge pull request #2287Riccardo Spagni1-0/+1
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero1-1/+1
2017-08-15protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero1-0/+1
2017-08-15Merge pull request #2292Riccardo Spagni1-1/+3
2017-08-15Merge pull request #2276Riccardo Spagni1-0/+2
2017-08-14mnemonics: new Esperanto word listmoneromooo-monero1-1/+3
2017-08-12protocol: fix reorgs while syncingmoneromooo-monero1-188/+0
2017-08-10tests: fix tests buildmoneromooo-monero1-0/+2
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero1-0/+1
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero2-0/+277
2017-06-19unit_tests: fix build failures after network_address changesmoneromooo-monero2-64/+68
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-30Merge pull request #2016Riccardo Spagni1-2/+2
2017-05-30Merge pull request #1982Riccardo Spagni2-1/+11
2017-05-25Move txpool to the databasemoneromooo-monero2-1/+11
2017-05-07Fix overlooked renaming of Português in the unit testsNano Akron1-2/+2
2017-04-24Change Old_English to English_Old - 'Old English' is actually a languageNano Akron1-1/+1
2017-04-24Merge pull request #1983Riccardo Spagni1-1/+3