aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #5467Riccardo Spagni2019-04-248-0/+57
|\ \ \ | |/ / |/| | | | | | | | aba2b2e7 functional_tests: reset blockchain on test start (moneromooo-monero) 375fde94 hardfork: fix off by one updating fork index after popping (moneromooo-monero)
| * | functional_tests: reset blockchain on test startmoneromooo-monero2019-04-208-0/+57
| | |
* | | Fix socks tests in windows and handle errors betterLee Clagett2019-04-191-7/+13
|/ /
* | Merge pull request #5465Riccardo Spagni2019-04-181-3/+9
|\ \ | | | | | | | | | 3e50a9e8 functional_tests: detect requests python module (moneromooo-monero)
| * | functional_tests: detect requests python modulemoneromooo-monero2019-04-181-3/+9
| | |
* | | wallet2: "output lineup" fake out selectionmoneromooo-monero2019-04-181-0/+117
|/ / | | | | | | | | Based on python code by sarang: https://github.com/SarangNoether/skunkworks/blob/outputs/outputs/simulate.py
* | Merge pull request #5415Riccardo Spagni2019-04-173-77/+28
|\ \ | | | | | | | | | 299052bc Remove unneeded SFINAE on check_tx/block verification in core_tests (Doyle)
| * | Remove unneeded SFINAE on check_tx/block verification in core_testsDoyle2019-04-173-77/+28
| | |
* | | Merge pull request #5413Riccardo Spagni2019-04-171-6/+6
|\ \ \ | | | | | | | | | | | | 5fafb90e testdb: add override keyword where missing (stoffu)
| * | | testdb: add override keyword where missingstoffu2019-04-171-6/+6
| |/ / | | | | | | | | | and delete obsolete BlockchainBDB::get_tx_output_indices along the way
* / / unit_tests: undo is_blocked implementation factoringmoneromooo-monero2019-04-161-1/+12
|/ / | | | | | | The is_host_blocked method is not on master yet
* | Merge pull request #5446Riccardo Spagni2019-04-161-0/+50
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 7d79222f daemon: remove debug info (moneromooo-monero) 8fec0f98 functional_tests: add sweep_single test (moneromooo-monero) 9880d61b wallet_rpc_server: remove unused code (moneromooo-monero) 8a61b33d rpc: omit irrelevant fields for pool txes in gettransactions (moneromooo-monero) 56508524 rpc: add relayed in get_transaction output (moneromooo-monero) 82e510f1 rpc: set default log category in core_rpc_server.h (moneromooo-monero)
| * | functional_tests: add sweep_single testmoneromooo-monero2019-04-151-0/+50
| | |
* | | Merge pull request #5425Riccardo Spagni2019-04-161-12/+17
|\ \ \ | | | | | | | | | | | | 58585986 p2p: fix integer overflow in host bans (moneromooo-monero)
| * | | p2p: fix integer overflow in host bansmoneromooo-monero2019-04-111-12/+17
| | | |
* | | | Merge pull request #5424Riccardo Spagni2019-04-162-142/+57
|\ \ \ \ | | | | | | | | | | | | | | | 93bb2f48 ringct: prevent use of full ringct signatures for more than one input (moneromooo-monero)
| * | | | ringct: prevent use of full ringct signatures for more than one inputmoneromooo-monero2019-04-112-142/+57
| |/ / /
* | | | Merge pull request #5414Riccardo Spagni2019-04-162-11/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e9fac29a unit_tests/long_term_block_weight: some tweaks that seem to make more sense (stoffu) 467f4c7e tests/block_weight: use integer division when computing median (stoffu) 815d08dc tests/block_weight: remove unused MULTIPLIER_SMALL (stoffu) 661f1fb8 blockchain: remove unused calc of short_term_constraint (stoffu)
| * | | | unit_tests/long_term_block_weight: some tweaks that seem to make more sensestoffu2019-04-091-8/+9
| | | | |
| * | | | tests/block_weight: use integer division when computing medianstoffu2019-04-091-2/+2
| | | | |
| * | | | tests/block_weight: remove unused MULTIPLIER_SMALLstoffu2019-04-091-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #5409Riccardo Spagni2019-04-165-6/+6
|\ \ \ \ | | | | | | | | | | | | | | | ac874e2d tests: fix test_options initialization error (Dusan Klinec)
| * | | | tests: fix test_options initialization errorDusan Klinec2019-04-075-6/+6
| |/ / /
* | | | Merge pull request #5400Riccardo Spagni2019-04-162-2/+21
|\ \ \ \ | |_|_|/ |/| | | | | | | 5e673c03 blockchain_db: fix db txn ending too early (moneromooo-monero)
| * | | blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-142-2/+21
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | The db txn in add_block ending caused the entire overarching batch txn to stop. Also add a new guard class so a db txn can be stopped in the face of exceptions. Also use a read only db txn in init when the db itself is read only, and do not save the max tx size in that case.
* | | Merge pull request #5402Riccardo Spagni2019-04-151-7/+7
|\ \ \ | | | | | | | | | | | | cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero)
| * | | rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-7/+7
| | | | | | | | | | | | | | | | This should be friendlier for clients which don't have bignum support
* | | | Merge pull request #5398Riccardo Spagni2019-04-154-24/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 41901b8d device/trezor: env-configurable ports (Dusan Klinec) c97a1f79 tests: trezor tests fixes and improvements (Dusan Klinec)
| * | | | device/trezor: env-configurable portsDusan Klinec2019-04-101-1/+1
| | | | |
| * | | | tests: trezor tests fixes and improvementsDusan Klinec2019-04-104-25/+76
| |/ / / | | | | | | | | | | | | - configurable hardforks via env vars
* | | | Merge pull request #5393Riccardo Spagni2019-04-154-0/+15
|\ \ \ \ | |_|/ / |/| | | | | | | c5d3ea2f tests: add a few try/catch in main to shut coverity up (moneromooo-monero)
| * | | tests: add a few try/catch in main to shut coverity upmoneromooo-monero2019-04-034-0/+15
| |/ /
* | | Merge pull request #5384Riccardo Spagni2019-04-111-0/+2
|\ \ \ | | | | | | | | | | | | | | | | 0eee6cd7 block_weight: catch exceptions in main for clean exit on error (moneromooo-monero) 4b3bb829 epee: init a new ssl related variable in ctor (moneromooo-monero)
| * | | block_weight: catch exceptions in main for clean exit on errormoneromooo-monero2019-04-111-0/+2
| | |/ | |/|
* | | functional_tests: exit with 1 if any test failsmoneromooo-monero2019-04-111-0/+2
| | |
* | | functional_tests: cold signing key images/outputs import/exportmoneromooo-monero2019-04-111-0/+6
| | |
* | | functional_tests: add double spend detection testsmoneromooo-monero2019-04-111-0/+61
| | |
* | | functional_tests: add alt chains testsmoneromooo-monero2019-04-111-1/+34
| | |
* | | functional_tests: add wallet creation language testsmoneromooo-monero2019-04-111-0/+21
| | |
* | | functional_tests: add more wallet testsmoneromooo-monero2019-04-112-0/+55
| | | | | | | | | | | | get_transfer_by_txid, get_height, open/close
* | | functional_tests: add describe_transfer testsmoneromooo-monero2019-04-112-0/+33
| | |
* | | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-0/+125
| | | | | | | | | | | | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram
* | | functional_tests: add bans testsmoneromooo-monero2019-04-111-0/+117
|/ /
* | Merge pull request #5391Riccardo Spagni2019-04-061-0/+5
|\ \ | | | | | | | | | 71907980 unit_tests: fix long term block weight test after cache change (moneromooo-monero)
| * | unit_tests: fix long term block weight test after cache changemoneromooo-monero2019-04-031-0/+5
| |/
* | Merge pull request #5353Riccardo Spagni2019-04-061-1/+1
|\ \ | | | | | | | | | 1bc78cc2 tests: trezor_test fix (Dusan Klinec)
| * | tests: trezor_test fixDusan Klinec2019-03-261-1/+1
| | |
* | | Merge pull request #5341Riccardo Spagni2019-04-061-6/+7
|\ \ \ | |_|/ |/| | | | | 0218bc49 test: hmac_keccak - fix number of chunks counting (Dusan Klinec)
| * | test: hmac_keccak - fix number of chunks countingDusan Klinec2019-03-241-6/+7
| |/
* | Merge pull request #5318Riccardo Spagni2019-04-012-5/+7
|\ \ | | | | | | | | | 1a91385e block_weight: fix python 2/3 compatibility (moneromooo-monero)