aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | functional_tests: test creating wallets with local language namesmoneromooo-monero2019-08-161-2/+3
| | | | |
| * | | | epee: support unicode in parsed stringsmoneromooo-monero2019-08-161-0/+17
| | | | |
* | | | | Merge pull request #5490luigi11112019-08-171-0/+12
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | 1a93aa4 functional_tests: add get_fee_estimate to blockchain test (moneromooo-monero)
| * | | | functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero2019-04-241-0/+12
| | | | |
* | | | | Merge pull request #5677luigi11112019-08-151-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | a5127cc tests: functional: fix python syntax (radfish)
| * | | | | tests: functional: fix python syntaxredfish2019-06-191-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #5652luigi11112019-08-151-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f81cb4f unit_tests: add more leeway to the 'same distribution' check (moneromooo-monero)
| * | | | | unit_tests: add more leeway to the "same distribution" checkmoneromooo-monero2019-06-161-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | This is an inherently probabilistic check, which occasionally fails for a matching distribution
* | | | | Merge pull request #5498luigi11112019-08-141-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 6eb2638 functional_tests: add a 3/3 multisig test (moneromooo-monero)
| * | | | | functional_tests: add a 3/3 multisig testmoneromooo-monero2019-04-261-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5487luigi11112019-08-141-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero)
| * | | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+1
| | |_|/ / | |/| | |
* | | | | functional_tests: add validate_address testsmoneromooo-monero2019-07-291-0/+111
| |_|_|/ |/| | |
* | | | Merge pull request #5621luigi11112019-07-241-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | c88d6a9 tests: fixed file exec permissions (ston1th)
| * | | | tests: fixed file exec permissionsston1th2019-06-091-0/+0
| | |_|/ | |/| |
* | | | Merge pull request #5529luigi11112019-07-243-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | de27651 use crypto::rand instead of libc rand in a few tests (moneromooo-monero)
| * | | | use crypto::rand instead of libc rand in a few testsmoneromooo-monero2019-05-103-8/+8
| | | | | | | | | | | | | | | | | | | | We don't need secure randomness here, but it should shut coverity up
* | | | | Merge pull request #5507luigi11112019-07-241-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 2b198a6 difficulty-tests: remove spurious dependency on cryptonote_core (moneromooo-monero)
| * | | | | difficulty-tests: remove spurious dependency on cryptonote_coremoneromooo-monero2019-05-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5502luigi11112019-07-244-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 25a7cfd add a few checks where it seems appropriate (moneromooo-monero) 1a66a86 remove unused code (moneromooo-monero)
| * | | | | remove unused codemoneromooo-monero2019-04-291-1/+0
| | | | | |
| * | | | | add a few checks where it seems appropriatemoneromooo-monero2019-04-293-0/+3
| |/ / / /
* | | | | Merge pull request #5473luigi11112019-07-241-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ddf7890 python-rpc: add missing getblock RPC parameters (moneromooo-monero)
| * | | | | python-rpc: add missing getblock RPC parametersmoneromooo-monero2019-05-091-4/+4
| | |_|_|/ | |/| | |
* | | | | allow blocking whole subnetsmoneromooo-monero2019-07-162-3/+53
| | | | |
* | | | | Merge pull request #5746luigi11112019-07-121-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 3140a37 wallet_rpc_server: fix get_bulk_payments with short payment ids (moneromooo-monero)
| * | | | | wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+3
| | |_|_|/ | |/| | |
* / | | | keccak: guard against misaligned memory accesses on ARMmoneromooo-monero2019-07-041-0/+17
|/ / / / | | | | | | | | | | | | | | | | The code generated is exactly the same as the direct access one on x86_64
* | | | Merge pull request #5583Riccardo Spagni2019-06-0115-59/+60
|\ \ \ \ | | | | | | | | | | | | | | | 77594c4f 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 #5558Riccardo Spagni2019-06-011-1/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 4ac52e52 functional_tests: fix rare get_output_distribution failure (moneromooo-monero)
| * | | | | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-201-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-201-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
| |/ /