| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 2019-09-17 | 10 | -10/+20 | |
| | | | ||||||
| * | | functional_tests: check for RPC methods which aren't exposed | moneromooo-monero | 2019-09-17 | 2 | -0/+54 | |
| | | | ||||||
| * | | functional_tests: add get_transaction_pool_stats | moneromooo-monero | 2019-09-17 | 1 | -0/+84 | |
| | | | | | | | | | | | Also fix part of the RPC results being returned as binary. This makes the RPC backward incompatible. | |||||
| * | | functional_tests: add save_bc | moneromooo-monero | 2019-09-17 | 1 | -0/+3 | |
| | | | ||||||
| * | | functional_tests: add is_key_image_spent tests | moneromooo-monero | 2019-09-17 | 1 | -1/+45 | |
| | | | ||||||
| * | | functional_tests: add submitblock test | moneromooo-monero | 2019-09-17 | 1 | -0/+28 | |
| | | | ||||||
| * | | functional_tests: check transaction fee is around what we expect | moneromooo-monero | 2019-09-17 | 1 | -2/+9 | |
| | | | ||||||
| * | | functional_tests: add tx_notes tests | moneromooo-monero | 2019-09-17 | 1 | -0/+18 | |
| | | | ||||||
| * | | functional_tests: add wallet attributes test | moneromooo-monero | 2019-09-17 | 1 | -0/+23 | |
| | | | ||||||
| * | | functional_tests: add rescan_spent/rescan_blockchain tests | moneromooo-monero | 2019-09-17 | 1 | -0/+39 | |
| | | | ||||||
| * | | functional_tests: add monero: URI tests | moneromooo-monero | 2019-09-17 | 2 | -1/+235 | |
| | | | ||||||
| * | | wallet: add edit_address_book RPC | moneromooo-monero | 2019-09-17 | 1 | -6/+71 | |
| | | | ||||||
| * | | functional_tests: add address book tests | moneromooo-monero | 2019-09-17 | 2 | -1/+239 | |
| | | | ||||||
| * | | functional_tests: add wallet password change, store and tag tests | moneromooo-monero | 2019-09-17 | 2 | -9/+165 | |
| | | | ||||||
| * | | functional_tests: add spend proof tests | moneromooo-monero | 2019-09-17 | 1 | -0/+35 | |
| | | | ||||||
| * | | functional_tests: add test for mining via wallet | moneromooo-monero | 2019-09-17 | 1 | -7/+21 | |
| | | | ||||||
| * | | functional_tests: add multisig state tests | moneromooo-monero | 2019-09-17 | 1 | -0/+68 | |
| | | | ||||||
| * | | functional_tests: add get_transfers test | moneromooo-monero | 2019-09-17 | 1 | -0/+23 | |
| | | | ||||||
| * | | functional_tests: add missing sweep_dust parameters, and test it | moneromooo-monero | 2019-09-17 | 1 | -0/+8 | |
| | | | | | | | | | though not a very good test, but we don't have dust handy | |||||
| * | | functional_tests: move extraneous stuff out of the framework | moneromooo-monero | 2019-09-17 | 1 | -5/+16 | |
| | | | ||||||
| * | | wallet: fix mismatch between two concepts of "balance" | moneromooo-monero | 2019-09-05 | 1 | -4/+4 | |
| |/ | | | | | | | | | | | | | One considers the blockchain, while the other considers the blockchain and some recent actions, such as a recently created transaction which spend some outputs, but isn't yet mined. Typically, the "balance" command wants the latter, to reflect the recent action, but things like proving ownership wants the former. This fixes a crash in get_reserve_proof, where a preliminary check and the main code used two concepts of "balance". | |||||
| * | Merge pull request #5511 | luigi1111 | 2019-08-21 | 1 | -0/+59 | |
| |\ | | | | | | | | | 914b106 wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero) da694d4 functional_tests: add tests for pending/out transfer addresses (moneromooo-monero) | |||||
| | * | functional_tests: add tests for pending/out transfer addresses | moneromooo-monero | 2019-05-02 | 1 | -0/+59 | |
| | | | ||||||
| * | | Merge pull request #5504 | luigi1111 | 2019-08-17 | 1 | -2/+3 | |
| |\ \ | | | | | | | | | | | | | eeca5ca epee: support unicode in parsed strings (moneromooo-monero) 3e11bb5 functional_tests: test creating wallets with local language names (moneromooo-monero) | |||||
| | * | | functional_tests: test creating wallets with local language names | moneromooo-monero | 2019-08-16 | 1 | -2/+3 | |
| | | | | ||||||
| * | | | Merge pull request #5490 | luigi1111 | 2019-08-17 | 1 | -0/+12 | |
| |\ \ \ | |/ / |/| | | | | | 1a93aa4 functional_tests: add get_fee_estimate to blockchain test (moneromooo-monero) | |||||
| | * | | functional_tests: add get_fee_estimate to blockchain test | moneromooo-monero | 2019-04-24 | 1 | -0/+12 | |
| | | | | ||||||
| * | | | Merge pull request #5677 | luigi1111 | 2019-08-15 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | | | a5127cc tests: functional: fix python syntax (radfish) | |||||
| | * | | | tests: functional: fix python syntax | redfish | 2019-06-19 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #5498 | luigi1111 | 2019-08-14 | 1 | -0/+7 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | 6eb2638 functional_tests: add a 3/3 multisig test (moneromooo-monero) | |||||
| | * | | | | functional_tests: add a 3/3 multisig test | moneromooo-monero | 2019-04-26 | 1 | -0/+7 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #5487 | luigi1111 | 2019-08-14 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero) | |||||
| | * | | | | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 2019-04-23 | 1 | -0/+1 | |
| | | |_|/ | |/| | | ||||||
| * | | | | functional_tests: add validate_address tests | moneromooo-monero | 2019-07-29 | 1 | -0/+111 | |
| | | | | | ||||||
| * | | | | Merge pull request #5473 | luigi1111 | 2019-07-24 | 1 | -4/+4 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | ddf7890 python-rpc: add missing getblock RPC parameters (moneromooo-monero) | |||||
| | * | | | | python-rpc: add missing getblock RPC parameters | moneromooo-monero | 2019-05-09 | 1 | -4/+4 | |
| | |/ / / | ||||||
| * | | / | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 2019-07-09 | 1 | -0/+3 | |
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #5583 | Riccardo Spagni | 2019-06-01 | 15 | -59/+60 | |
| |\ \ \ | | | | | | | | | | | | | 77594c4f functional_tests: fix python3 compatibility (moneromooo-monero) | |||||
| | * | | | functional_tests: fix python3 compatibility | moneromooo-monero | 2019-05-29 | 15 | -59/+60 | |
| | | | | | | | | | | | | | | | | | Also add missing bans test to the default tests | |||||
| * | | | | functional_tests: fix rare get_output_distribution failure | moneromooo-monero | 2019-05-20 | 1 | -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. | |||||
| * | | | Merge pull request #5496 | Riccardo Spagni | 2019-05-07 | 2 | -1/+218 | |
| |\ \ \ | | | | | | | | | | | | | 0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero) | |||||
| | * | | | rpc: improve get_output_distribution | moneromooo-monero | 2019-04-25 | 2 | -1/+218 | |
| | | |/ | |/| | | | | | | | | | | | | | | | | It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it. | |||||
| * | | | Merge pull request #5484 | Riccardo Spagni | 2019-05-02 | 1 | -0/+1 | |
| |\ \ \ | |/ / |/| | | | | | 36ced067 functional_tests: flush stdout before popening new process (moneromooo-monero) | |||||
| | * | | functional_tests: flush stdout before popening new process | moneromooo-monero | 2019-04-23 | 1 | -0/+1 | |
| | |/ | ||||||
| * / | functional_tests: reset blockchain on test start | moneromooo-monero | 2019-04-20 | 8 | -0/+57 | |
| |/ | ||||||
| * | functional_tests: detect requests python module | moneromooo-monero | 2019-04-18 | 1 | -3/+9 | |
| | | ||||||
| * | functional_tests: add sweep_single test | moneromooo-monero | 2019-04-15 | 1 | -0/+50 | |
| | | ||||||
| * | Merge pull request #5402 | Riccardo Spagni | 2019-04-15 | 1 | -7/+7 | |
| |\ | | | | | | | cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero) | |||||
| | * | rpc: make wide_difficulty hexadecimal | moneromooo-monero | 2019-04-05 | 1 | -7/+7 | |
| | | | | | | | | | This should be friendlier for clients which don't have bignum support | |||||
| * | | functional_tests: exit with 1 if any test fails | moneromooo-monero | 2019-04-11 | 1 | -0/+2 | |
| | | | ||||||
