aboutsummaryrefslogtreecommitdiff
path: root/tests (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-28Tests: Fix building of two fuzz tests on WindowsiDunk54001-0/+2
2018-01-26Readd copyright starting datexmr-eric27-27/+27
2018-01-26Update 2018 copyrightxmr-eric144-144/+144
2018-01-26performance_tests: fix build after merging two conflicting patchesmoneromooo-monero1-8/+8
2018-01-18unit_tests: do not ASSERT_TRUE(decodeRct(...))moneromooo-monero1-5/+5
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-04performance_tests: add a --filter option to select what to runmoneromooo-monero2-63/+108
2017-12-31performance_tests: add RingCT MLSAG gen/ver testsmoneromooo-monero2-0/+97
2017-12-31Add misc hardening flags to the cmake machinerymoneromooo-monero1-1/+1
2017-12-25Add a chacha20 variant to go with chacha8moneromooo-monero3-6/+6
2017-12-23tests: add levin fuzz testmoneromooo-monero3-0/+359
2017-12-23tests: add http client fuzz testmoneromooo-monero3-0/+120
2017-12-23add parse_url fuzz testmoneromooo-monero4-0/+89
2017-12-23tests: add base58 fuzz testmoneromooo-monero4-0/+87
2017-12-23tests: don't init stuff we don't need in fuzz tests - fastermoneromooo-monero1-32/+1
2017-12-23tests: better load-from-binary fuzz test data filemoneromooo-monero1-0/+0
2017-12-23add load_from_binary/load_from_json fuzzersmoneromooo-monero5-0/+177
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-monero4-43/+4
2017-12-18performance_tests: add a test for subaddress expansionmoneromooo-monero3-0/+70
2017-12-18tests: fix a buffer overread in a unit testmoneromooo-monero1-3/+1
2017-12-18tests: fix link error in hash tests now needing commonmoneromooo-monero1-0/+1
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-17wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero1-0/+1
2017-12-17make multisig work with subaddressesmoneromooo-monero1-7/+11
2017-12-17wallet: guard against partly initialized multisig walletmoneromooo-monero1-5/+12
2017-12-17add multisig core test and factor multisig building blocksmoneromooo-monero6-0/+716
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-17unit_tests: fix memwipe test comparisonmoneromooo-monero1-1/+1
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero4-1/+15
2017-12-16move includes around to lessen overall loadmoneromooo-monero11-6/+13
2017-12-16Scrub keys from memory just before scope end.moneromooo-monero1-0/+1
2017-12-08add bulletproofs from v7 on testnetmoneromooo-monero2-2/+2
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-26tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not setmoneromooo-monero1-1/+3
2017-11-16split wallet and wallet_apimoneromooo-monero2-1/+2
2017-11-15unit_tests: fix running without --data-dirmoneromooo-monero1-2/+2
2017-11-14unit_tests: fix build after wallet2 list/vector changemoneromooo-monero1-2/+2
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero6-6/+2
2017-11-14make this build on SunOS/SolarisPavel Maryanov1-2/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero4-4/+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-10-29fix libwallet api test after api changeJaquee1-8/+8
2017-10-24unit_tests: fix data dir determinationmoneromooo-monero1-1/+1
2017-10-21Initialize openssl on startupmoneromooo-monero9-1/+14
2017-10-20core_tests: do not include chaingen_tests_list.h in all testsmoneromooo-monero10-12/+8
2017-10-19unit tests: OOB indexes & adding subaddressCole Lightfighter1-15/+41
2017-10-19always use core_tests for consistency, not coretestsmoneromooo-monero2-6/+6
2017-10-17Subaddress unit testsCole Lightfighter2-0/+93
2017-10-17core_tests: fix for subaddress patchkenshi847-9/+10
2017-10-16unit_tests: fix build on windowsmoneromooo-monero1-1/+1
2017-10-16performance_tests: add master spend pubkey to subaddress hashtablekenshi841-0/+1
2017-10-15performance_tests: fix build after subaddress patchmoneromooo-monero1-1/+4
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-monero4-9/+17
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-07Subaddresseskenshi8419-115/+138
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-10-01Edited test readme for accuracy and depthCole Lightfighter1-122/+61
2017-09-28tests: pass data dir as argredfish5-10/+33
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-monero7-9/+9
2017-09-25performance_tests: add a test for is_out_to_acc_precompmoneromooo-monero2-0/+23
2017-09-25core_tests: catch (impossible in practice) tx extra api failuremoneromooo-monero1-2/+4
2017-09-25libwallet_api_tests: initialize newblock_triggered on resetmoneromooo-monero1-1/+1
2017-09-25get_blockchain_top now returns voidmoneromooo-monero3-4/+3
2017-09-24performance_tests: adjust some iterations down a bitmoneromooo-monero2-2/+2
2017-09-21build: auto update version info without manually deleting version.hstoffu4-0/+4
2017-09-19Added test documentation & Keccak unit testCole Lightfighter1-0/+178
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-monero2-0/+2
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-monero2-0/+2
2017-08-29Revert "Cleanup test impact of moving blockchain_db_types()"Howard Chu2-12/+0
2017-08-22Cleanup test impact of moving blockchain_db_types()Howard Chu2-0/+12
2017-08-22Cleanup test impact of adding safesyncmode() methodHoward Chu2-0/+2
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-0/+1
2017-08-19DB cleanupHoward Chu1-1/+1
2017-08-17cryptonote_protocol: large block sync size before v4moneromooo-monero2-2/+2
2017-08-15protocol: pass blockchain cumulative difficulty when syncingmoneromooo-monero2-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-monero2-0/+4
2017-08-07core: thread most of handle_incoming_txmoneromooo-monero1-0/+1
2017-08-07cryptonote_protocol_handler: sync speedupmoneromooo-monero4-0/+291
2017-06-24Add fuzz testing using american fuzzy lopmoneromooo-monero18-0/+685
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-09core_tests: fix tests failing due to new txpool code requitring batch transac...moneromooo-monero1-0/+1
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu1-1/+1
2017-05-25Move txpool to the databasemoneromooo-monero4-2/+23
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian5-9/+9
2017-05-18tests: fix invalid key image testmoneromooo-monero1-2/+10
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-16Added Simplified Chinese electrum word listNano Akron1-1/+3
2017-04-11Simplified the implementation and features of spanLee Clagett1-1/+1
2017-04-11Improvements for epee binary to hex functions:Lee Clagett5-8/+415
2017-03-29Replace deprecated tmpnam function.Randi Joseph1-10/+16
2017-03-25mnemonics: sanity checks for word listsmoneromooo-monero1-1/+30
2017-03-23core: cache tx and block hashes in the respective classesmoneromooo-monero1-0/+14
2017-03-18Removed boost/asio.hpp include from epee/string_tools.hLee Clagett2-0/+98
2017-03-15Add intervening v5 fork for increased min block sizemoneromooo-monero1-25/+25
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-1/+1
2017-03-04unit_tests: fix fee tests after quantization changemoneromooo-monero1-22/+35
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-22fix broken test dataRiccardo Spagni1-0/+0
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni112-111/+111
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-20util: add a vercmp function to compare version numbersmoneromooo-monero2-1/+45
2017-02-16switch to boost::thread for mingw buildLee Clagett8-64/+69
2017-02-14unit_tests: fix minor blockchain_db regressionmoneromooo-monero1-1/+1
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero3-3/+5
2017-02-12tests: fixup include paths after cryptonote_core splitmoneromooo-monero1-1/+1
2017-02-12cryptonote_protocol: misc fluffy block fixesmoneromooo-monero2-0/+4
2017-02-10performance_tests: report small time per call in microsecondsmoneromooo-monero1-3/+13
2017-02-10performance_tests: add tests for sc_reduce32 and cn_fast_hashmoneromooo-monero3-1/+116
2017-02-10performance_tests: initialize logging at startupmoneromooo-monero1-0/+3
2017-02-08make previous change portableTimothy D. Prime1-2/+2
2017-02-08fixes #1688 protect make debug-test from gtestTimothy D. Prime1-16/+22
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi8433-58/+58
2017-02-06Add server auth to monerod, and client auth to wallet-cli and wallet-rpcLee Clagett3-12/+26
2017-02-04update wallet api testsJaquee1-7/+8
2017-01-28core_tests: decrease trace level from trace to debugmoneromooo-monero1-1/+1
2017-01-25Updates to epee HTTP client codeLee Clagett1-2/+2
2017-01-21unit_tests: fix missing return after batch_start prototype changemoneromooo-monero1-1/+1
2017-01-16fixups in logging init calls, and add missing net context in a logmoneromooo-monero4-3/+4
2017-01-16Change logging to easylogging++moneromooo-monero14-111/+61
2017-01-15mnemonics: fix language detection with checksum wordmoneromooo-monero1-0/+19
2017-01-14Use batch transactions when syncingHoward Chu1-1/+1
2017-01-14unit_tests: fix portable serialization tests hardcoded data pathmoneromooo-monero2-4/+5
2017-01-14fix do_not_relay not preventing relaying on a timermoneromooo-monero4-5/+5
2017-01-12Wallet2 + API: Callbacks for unconfirmed transfersJaquee1-0/+10
2017-01-11Added (not yet enabled) HTTP client authenticationLee Clagett1-49/+302
2017-01-07blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero1-0/+1
2017-01-03portable serializer: tests addedkenshi847-0/+521
2016-12-21Fixed HTTP auth tests for gcc 4.9Lee Clagett1-4/+4
2016-12-21make openalias also available for solo miner; introduce namespace tools::dns_...kenshi841-8/+9
2016-12-20Fixed uninitialized valgrind errors in serialization testsLee Clagett1-2/+4
2016-12-19Fixes for google test < 1.8Lee Clagett1-18/+18
2016-12-15Preliminary support for DragonFly BSDAntonio Huete Jimenez2-3/+4
2016-12-13Bitmonero namespace renamed Monero. Bitmonero namespace alias added so that t...Randi Joseph1-136/+136
2016-12-13Adding HTTP Digest Auth (but not yet enabled)Lee Clagett2-0/+473
2016-12-04ringct: luigi1111's changes to fix and speedup Borromean sigsluigi11111-8/+4
2016-12-04ringct: switch to Borromean signaturesShen Noether2-35/+18
2016-11-28tests: add unit tests for uri parsingmoneromooo-monero2-0/+218
2016-11-25Added command_line::is_yesLee Clagett2-0/+51
2016-11-23Fixed undefined behavior in TestDBLee Clagett1-2/+2
2016-11-23Added task_region - a fork/join task implementationLee Clagett2-0/+178
2016-11-20tests: fix uninitialized data valgrind reports in levin testsmoneromooo-monero1-0/+1
2016-11-20tests: fix uninitialized data valgrind reports in serialization testsmoneromooo-monero1-1/+4
2016-11-13tests: fix another fee test on 32 bitmoneromooo-monero1-1/+1
2016-11-11tests: fix tests builds after fluffy blocks mergemoneromooo-monero2-0/+6
2016-11-10tests: fix fee unit tests on 32 bitmoneromooo-monero1-3/+5
2016-11-04performance_tests: re-enable them...moneromooo-monero1-2/+0
2016-10-31core: dynamic fee algorithm from ArticMinemoneromooo-monero2-0/+122
2016-10-29ringct: check the size of amount_keys is the same as destinationsmoneromooo-monero2-2/+4
2016-10-26tests: add performance test for keypair::generatemoneromooo-monero3-0/+56
2016-10-23core: notify the txpool when transactions are relayedmoneromooo-monero2-0/+2
2016-10-19unit_tests: fix build after get_output_histogram signature changemoneromooo-monero1-1/+1
2016-10-08tests: add performance test for ge_frombytes_vartimemoneromooo-monero3-0/+73
2016-10-08tests: add performance tests for rct signaturesmoneromooo-monero6-36/+69
2016-10-06libwallet_api: test: adjusted mixin_count=4 as it's minumum allowedIlya Kitaev1-3/+4
2016-10-06libwallet_api: some renamingsIlya Kitaev1-6/+8
2016-10-01libwallet_api: do not use fast-refresh on recoveryIlya Kitaev1-11/+53
2016-10-01tests: fix build after addition of cryptonote_core::get_block_sync_sizemoneromooo-monero2-0/+2
2016-09-30libwallet_api: fast-refresh in case of opening non-synced walletIlya Kitaev1-1/+25
2016-09-30libwallet_api: fast-refresh for new walletIlya Kitaev1-3/+28
2016-09-28libwallet_api: test for create/init wallet on mainnetIlya Kitaev1-3/+50
2016-09-28libwallet_api: tests: fixed WalletCallbackReceived testIlya Kitaev1-3/+7
2016-09-27libwallet_api: tests: test fixed according implementationIlya Kitaev1-1/+0
2016-09-27libwallet_api: tests: compilation errors fixedIlya Kitaev1-2/+2
2016-09-27wallet: cold wallet transaction signingmoneromooo-monero1-4/+4
2016-09-26wallet2_api: added Wallet::daemonBlockChainHeight()Ilya Kitaev2-5/+21
2016-09-26libwallet_api: Wallet::blockChainHeight, WalletListener::newBlockIlya Kitaev1-2/+49
2016-09-23libwallet_api: simple documentation on testing environmentIlya Kitaev2-3/+25
2016-09-22libwallet_api: tests: env variables for WALLETS_ROOT_DIR andIlya Kitaev1-13/+36