summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5584Riccardo Spagni2019-06-0115-59/+60
|\ | | | | | | eeebad66 functional_tests: fix python3 compatibility (moneromooo-monero)
| * functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-2915-59/+60
| | | | | | | | Also add missing bans test to the default tests
* | Merge pull request #5562Riccardo Spagni2019-06-011-1/+10
|\ \ | | | | | | | | | 13864702 functional_tests: fix rare get_output_distribution failure (moneromooo-monero)
| * | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-221-1/+10
| |/ | | | | | | | | | | | | When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later.
* / unit_tests: make the density test a bit less stringentmoneromooo-monero2019-05-221-1/+1
|/ | | | It's an inherently random test
* Made code block usage consistent across all .md filesRohaq2019-05-122-37/+77
|
* Merge pull request #5510Riccardo Spagni2019-05-074-10/+10
|\ | | | | | | e9809382 fix wide difficulty conversion with some versions of boost (moneromooo-monero)
| * fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-014-10/+10
| |
* | Merge pull request #5508Riccardo Spagni2019-05-071-3/+1
|\ \ | | | | | | | | | 1c44e658 wallet2: reject standalone short payment IDs in monero: URI API (moneromooo-monero)
| * | wallet2: reject standalone short payment IDs in monero: URI APImoneromooo-monero2019-05-011-3/+1
| |/
* | Merge pull request #5499Riccardo Spagni2019-05-072-0/+203
|\ \ | | | | | | | | | a4c4a2d8 blockchain: keep a rolling long term block weight median (moneromooo-monero)
| * | blockchain: keep a rolling long term block weight medianmoneromooo-monero2019-05-022-0/+203
| |/
* | Merge pull request #5496Riccardo Spagni2019-05-073-12/+236
|\ \ | | | | | | | | | 0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero)
| * | rpc: improve get_output_distributionmoneromooo-monero2019-04-253-12/+236
| |/ | | | | | | | | | | | | It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
* | Merge pull request #5419Riccardo Spagni2019-05-071-0/+1
|\ \ | | | | | | | | | f29fecd5 build: debug and test builds via contrib (Dusan Klinec)
| * | build: debug and test builds via contribDusan Klinec2019-04-101-0/+1
| | |
* | | Merge pull request #5497Riccardo Spagni2019-05-021-0/+7
|\ \ \ | | | | | | | | | | | | a59c2746 unit_tests: fix crash in debug in output_distribution test (moneromooo-monero)
| * | | unit_tests: fix crash in debug in output_distribution testmoneromooo-monero2019-04-251-0/+7
| | |/ | |/| | | | | | | | | | updating the block size limit needs recent block sizes, so we feed it dummy ones
* | | Merge pull request #5484Riccardo Spagni2019-05-021-0/+1
|\ \ \ | |/ / |/| | | | | 36ced067 functional_tests: flush stdout before popening new process (moneromooo-monero)
| * | functional_tests: flush stdout before popening new processmoneromooo-monero2019-04-231-0/+1
| | |
* | | Merge pull request #5483Riccardo Spagni2019-04-241-0/+3
|\ \ \ | | | | | | | | | | | | c0736643 unit_tests: don't delete log file on windows, it will fail (moneromooo-monero)
| * | | unit_tests: don't delete log file on windows, it will failmoneromooo-monero2019-04-231-0/+3
| |/ /
* | | 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)