aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12Merge pull request #6041luigi11111-1/+11
2019-12-12Merge pull request #6018luigi11112-1/+51
2019-11-12rpc: Only show version string if it matches expected patternNathan Dorfman2-1/+51
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett10-36/+739
2019-11-02Merge pull request #6060Riccardo Spagni1-7/+16
2019-10-31cryptonote: untangle dependency from miner to blockchainmoneromooo-monero1-2/+6
2019-10-30unit_tests: fix use after freemoneromooo-monero1-7/+16
2019-10-27functional_tests: ensure mining stops on error in mining testmoneromooo-monero1-1/+11
2019-10-25functional_tests: fix rpc_payment tests with python 3moneromooo-monero1-3/+4
2019-10-25daemon, wallet: new pay for RPC use systemmoneromooo-monero7-6/+506
2019-10-22Merge pull request #5972luigi11111-0/+37
2019-10-22Merge pull request #5966luigi11111-0/+116
2019-10-21Support median block size > 4 GBmoneromooo-monero1-0/+116
2019-10-16Merge pull request #5990luigi11111-1/+1
2019-10-15functional_tests: fix transfer test - long payment ids are gonemoneromooo-monero1-1/+1
2019-10-15unit_tests: fix build after renamemoneromooo-monero1-4/+6
2019-10-14Merge pull request #5943luigi11112-7/+42
2019-10-14wallet_rpc_server: don't report integrated addresses for 0 payment IDmoneromooo-monero1-1/+1
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero2-10/+15
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-6/+6
2019-10-13p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon2-7/+42
2019-10-11cryptonote: add function to get weight from a pruned txmoneromooo-monero1-0/+37
2019-10-11unit_tests: fix build with boost 1.69moneromooo-monero1-3/+6
2019-10-08Merge pull request #5915luigi11114-17/+35
2019-10-08Merge pull request #5960luigi11111-5/+11
2019-10-08Merge pull request #5921luigi11111-12/+85
2019-10-04unit_tests: fix ringdb unit testsmoneromooo-monero1-5/+11
2019-09-30Merge pull request #5895luigi11112-9/+9
2019-09-30Merge pull request #5893luigi11111-1/+1
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero4-17/+35
2019-09-25RandomX integrationHoward Chu2-4/+4
2019-09-24Merge pull request #5916luigi11111-2/+20
2019-09-24Merge pull request #5882luigi11113-6/+40
2019-09-24Merge pull request #5878luigi11111-8/+1
2019-09-24Merge pull request #5877luigi11113-4/+4
2019-09-24Merge pull request #5864luigi11111-0/+17
2019-09-17blockchain: enforce 10 block age for spending outputsmoneromooo-monero3-6/+40
2019-09-17functional_tests: fix failure on windows removing filesmoneromooo-monero1-0/+2
2019-09-17fix wallet python test when run with ctestmoneromooo-monero2-1/+3
2019-09-17functional_tests: python3 compatibilitymoneromooo-monero7-15/+15
2019-09-17functional_tests: pop exactly what we need to test before testingmoneromooo-monero10-10/+20
2019-09-17functional_tests: check for RPC methods which aren't exposedmoneromooo-monero2-0/+54
2019-09-17functional_tests: add get_transaction_pool_statsmoneromooo-monero1-0/+84
2019-09-17functional_tests: add save_bcmoneromooo-monero1-0/+3
2019-09-17functional_tests: add is_key_image_spent testsmoneromooo-monero1-1/+45
2019-09-17functional_tests: add submitblock testmoneromooo-monero1-0/+28
2019-09-17functional_tests: check transaction fee is around what we expectmoneromooo-monero1-2/+9
2019-09-17functional_tests: add tx_notes testsmoneromooo-monero1-0/+18
2019-09-17functional_tests: add wallet attributes testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero1-0/+39
2019-09-17functional_tests: add monero: URI testsmoneromooo-monero2-1/+235
2019-09-17wallet: add edit_address_book RPCmoneromooo-monero1-6/+71
2019-09-17functional_tests: add address book testsmoneromooo-monero2-1/+239
2019-09-17functional_tests: add wallet password change, store and tag testsmoneromooo-monero2-9/+165
2019-09-17functional_tests: add spend proof testsmoneromooo-monero1-0/+35
2019-09-17functional_tests: add test for mining via walletmoneromooo-monero1-7/+21
2019-09-17functional_tests: add multisig state testsmoneromooo-monero1-0/+68
2019-09-17functional_tests: add get_transfers testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero1-0/+8
2019-09-17functional_tests: move extraneous stuff out of the frameworkmoneromooo-monero1-5/+16
2019-09-16p2p: fix bans taking port into accountmoneromooo-monero1-2/+20
2019-09-16Properly format multiline logsmoneromooo-monero1-0/+17
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-8/+1
2019-09-14Merge pull request #5818luigi11112-1/+132
2019-09-14Merge pull request #5823luigi11113-0/+28
2019-09-09unit tests: replace global var with lambda returning static local varstoffu2-9/+9
2019-09-08Merge pull request #5876luigi11111-6/+12
2019-09-08Merge pull request #5856luigi11111-1/+1
2019-09-08Merge pull request #5855luigi11111-4/+4
2019-09-07tests: rct_mlsag: resolve CID 203914 (UNINIT_CTOR)anonimal1-1/+1
2019-09-05wallet: fix mismatch between two concepts of "balance"moneromooo-monero1-4/+4
2019-09-04unit_tests: fix levin unit test on big endianmoneromooo-monero1-23/+23
2019-09-04difficulty: fix check_hash on big endianmoneromooo-monero2-8/+20
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez3-4/+4
2019-08-30unit_tests: fix build with CLANG 8 and boost 1.69moneromooo-monero1-6/+12
2019-08-29Merge pull request #5793luigi11116-5/+1526
2019-08-28Merge pull request #5707luigi11113-25/+22
2019-08-27MLSAG speedup and additional checksSarang Noether3-25/+22
2019-08-27unit_tests: Fix uninitialized valuesMatyas Liptak1-1/+1
2019-08-21Merge pull request #5748luigi11111-1/+2
2019-08-21Merge pull request #5511luigi11111-0/+59
2019-08-19Merge pull request #5727luigi11112-3/+3
2019-08-19Merge pull request #5718luigi11111-2/+2
2019-08-19blockchain: forbid v1 coinbase from v12moneromooo-monero3-0/+28
2019-08-17Merge pull request #5504luigi11112-2/+20
2019-08-17Merge pull request #5490luigi11111-0/+12
2019-08-16functional_tests: test creating wallets with local language namesmoneromooo-monero1-2/+3
2019-08-16epee: support unicode in parsed stringsmoneromooo-monero1-0/+17
2019-08-15Merge pull request #5677luigi11111-1/+1
2019-08-15Merge pull request #5652luigi11111-2/+2
2019-08-15Replace std::random_shuffle with std::shuffleTom Smeding2-3/+3
2019-08-14Merge pull request #5498luigi11111-0/+7
2019-08-14Merge pull request #5487luigi11111-0/+1
2019-07-29functional_tests: add validate_address testsmoneromooo-monero1-0/+111
2019-07-29Fixed i2p/tor tx flooding bug (white noise disabled)Lee Clagett1-12/+85
2019-07-24Merge pull request #5621luigi11111-0/+0
2019-07-24Merge pull request #5529luigi11113-8/+8
2019-07-24Merge pull request #5507luigi11111-1/+1
2019-07-24Merge pull request #5502luigi11114-1/+3
2019-07-24Merge pull request #5473luigi11111-4/+4
2019-07-22Dropping cppzmq dependency; adding some zmq utilsLee Clagett2-1/+132
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett4-0/+1088
2019-07-16Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett3-5/+438
2019-07-16allow blocking whole subnetsmoneromooo-monero2-3/+53
2019-07-12Merge pull request #5746luigi11111-0/+3
2019-07-09boost: update obsolete usage of endian APImoneromooo-monero1-1/+2
2019-07-09wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero1-0/+3
2019-07-04keccak: guard against misaligned memory accesses on ARMmoneromooo-monero1-0/+17
2019-07-01unit_tests: check return values on test data parsingmoneromooo-monero1-2/+2
2019-06-19tests: functional: fix python syntaxredfish1-1/+1
2019-06-16unit_tests: add more leeway to the "same distribution" checkmoneromooo-monero1-2/+2
2019-06-09tests: fixed file exec permissionsston1th1-0/+0
2019-06-01Merge pull request #5583Riccardo Spagni15-59/+60
2019-06-01Merge pull request #5558Riccardo Spagni1-1/+10
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero15-59/+60
2019-05-20functional_tests: fix rare get_output_distribution failuremoneromooo-monero1-1/+10
2019-05-20unit_tests: make the density test a bit less stringentmoneromooo-monero1-1/+1
2019-05-12Made code block usage consistent across all .md filesRohaq2-37/+77
2019-05-10use crypto::rand instead of libc rand in a few testsmoneromooo-monero3-8/+8
2019-05-09python-rpc: add missing getblock RPC parametersmoneromooo-monero1-4/+4
2019-05-07Merge pull request #5510Riccardo Spagni4-10/+10
2019-05-07Merge pull request #5508Riccardo Spagni1-3/+1
2019-05-07Merge pull request #5499Riccardo Spagni2-0/+203
2019-05-07Merge pull request #5496Riccardo Spagni3-12/+236
2019-05-07Merge pull request #5419Riccardo Spagni1-0/+1
2019-05-02blockchain: keep a rolling long term block weight medianmoneromooo-monero2-0/+203
2019-05-02Merge pull request #5497Riccardo Spagni1-0/+7
2019-05-02Merge pull request #5484Riccardo Spagni1-0/+1
2019-05-02functional_tests: add tests for pending/out transfer addressesmoneromooo-monero1-0/+59
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero4-10/+10
2019-05-01wallet2: reject standalone short payment IDs in monero: URI APImoneromooo-monero1-3/+1
2019-05-01difficulty-tests: remove spurious dependency on cryptonote_coremoneromooo-monero1-1/+1
2019-04-29remove unused codemoneromooo-monero1-1/+0
2019-04-29add a few checks where it seems appropriatemoneromooo-monero3-0/+3
2019-04-26functional_tests: add a 3/3 multisig testmoneromooo-monero1-0/+7
2019-04-25unit_tests: fix crash in debug in output_distribution testmoneromooo-monero1-0/+7
2019-04-25rpc: improve get_output_distributionmoneromooo-monero3-12/+236
2019-04-24Merge pull request #5483Riccardo Spagni1-0/+3
2019-04-24Merge pull request #5467Riccardo Spagni8-0/+57
2019-04-24functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero1-0/+12
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+1
2019-04-23functional_tests: flush stdout before popening new processmoneromooo-monero1-0/+1
2019-04-23unit_tests: don't delete log file on windows, it will failmoneromooo-monero1-0/+3
2019-04-20functional_tests: reset blockchain on test startmoneromooo-monero8-0/+57
2019-04-19Fix socks tests in windows and handle errors betterLee Clagett1-7/+13
2019-04-18Merge pull request #5465Riccardo Spagni1-3/+9
2019-04-18functional_tests: detect requests python modulemoneromooo-monero1-3/+9
2019-04-18wallet2: "output lineup" fake out selectionmoneromooo-monero1-0/+117
2019-04-17Merge pull request #5415Riccardo Spagni3-77/+28
2019-04-17Merge pull request #5413Riccardo Spagni1-6/+6
2019-04-17testdb: add override keyword where missingstoffu1-6/+6
2019-04-17Remove unneeded SFINAE on check_tx/block verification in core_testsDoyle3-77/+28
2019-04-16unit_tests: undo is_blocked implementation factoringmoneromooo-monero1-1/+12
2019-04-16Merge pull request #5446Riccardo Spagni1-0/+50
2019-04-16Merge pull request #5425Riccardo Spagni1-12/+17
2019-04-16Merge pull request #5424Riccardo Spagni2-142/+57
2019-04-16Merge pull request #5414Riccardo Spagni2-11/+11
2019-04-16Merge pull request #5409Riccardo Spagni5-6/+6
2019-04-16Merge pull request #5400Riccardo Spagni2-2/+21
2019-04-15functional_tests: add sweep_single testmoneromooo-monero1-0/+50
2019-04-15Merge pull request #5402Riccardo Spagni1-7/+7
2019-04-15Merge pull request #5398Riccardo Spagni4-24/+75
2019-04-15Merge pull request #5393Riccardo Spagni4-0/+15
2019-04-14blockchain_db: fix db txn ending too earlymoneromooo-monero2-2/+21
2019-04-11p2p: fix integer overflow in host bansmoneromooo-monero1-12/+17
2019-04-11ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero2-142/+57
2019-04-11Merge pull request #5384Riccardo Spagni1-0/+2
2019-04-11block_weight: catch exceptions in main for clean exit on errormoneromooo-monero1-0/+2
2019-04-11functional_tests: exit with 1 if any test failsmoneromooo-monero1-0/+2
2019-04-11functional_tests: cold signing key images/outputs import/exportmoneromooo-monero1-0/+6
2019-04-11functional_tests: add double spend detection testsmoneromooo-monero1-0/+61
2019-04-11functional_tests: add alt chains testsmoneromooo-monero1-1/+34
2019-04-11functional_tests: add wallet creation language testsmoneromooo-monero1-0/+21
2019-04-11functional_tests: add more wallet testsmoneromooo-monero2-0/+55
2019-04-11functional_tests: add describe_transfer testsmoneromooo-monero2-0/+33
2019-04-11functional_tests: add more blockchain related testsmoneromooo-monero1-0/+125
2019-04-11functional_tests: add bans testsmoneromooo-monero1-0/+117
2019-04-10device/trezor: env-configurable portsDusan Klinec1-1/+1
2019-04-10tests: trezor tests fixes and improvementsDusan Klinec4-25/+76
2019-04-10build: debug and test builds via contribDusan Klinec1-0/+1
2019-04-09unit_tests/long_term_block_weight: some tweaks that seem to make more sensestoffu1-8/+9
2019-04-09tests/block_weight: use integer division when computing medianstoffu1-2/+2
2019-04-09tests/block_weight: remove unused MULTIPLIER_SMALLstoffu1-1/+0
2019-04-07tests: fix test_options initialization errorDusan Klinec5-6/+6
2019-04-06Merge pull request #5391Riccardo Spagni1-0/+5
2019-04-06Merge pull request #5353Riccardo Spagni1-1/+1
2019-04-06Merge pull request #5341Riccardo Spagni1-6/+7
2019-04-05rpc: make wide_difficulty hexadecimalmoneromooo-monero1-7/+7
2019-04-03tests: add a few try/catch in main to shut coverity upmoneromooo-monero4-0/+15
2019-04-03unit_tests: fix long term block weight test after cache changemoneromooo-monero1-0/+5
2019-04-01Merge pull request #5318Riccardo Spagni2-5/+7
2019-04-01Merge pull request #5352Riccardo Spagni1-0/+5
2019-04-01Merge pull request #5331Riccardo Spagni17-297/+2061
2019-04-01block_weight: fix python 2/3 compatibilitymoneromooo-monero2-5/+7
2019-04-01Merge pull request #5289Riccardo Spagni1-1/+3
2019-04-01Merge pull request #5239Riccardo Spagni11-10/+306
2019-03-28blockchain: simple cache for the long term block weightsmoneromooo-monero1-0/+5
2019-03-26tests: trezor_test fixDusan Klinec1-1/+1
2019-03-25Added socks proxy (tor/i2pd/kovri) support to walletLee Clagett5-4/+94
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero11-10/+306