Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-24 | Revert functional test changes in babf25d2e and 571546067 | Lee Clagett | 1 | -39/+13 | |
2020-03-30 | Always reject duplicate key-images from second txid | Lee Clagett | 1 | -13/+39 | |
2020-03-31 | cryptonote_basic: drop unused verification_context::m_not_rct field | xiphon | 1 | -3/+0 | |
2020-01-26 | serialization: do not write optional fields with default value | moneromooo-monero | 1 | -2/+2 | |
2019-10-15 | functional_tests: fix transfer test - long payment ids are gone | moneromooo-monero | 1 | -1/+1 | |
2019-10-14 | wallet: remove long payment ID sending support | moneromooo-monero | 1 | -7/+13 | |
2019-10-14 | wallet2: ignore received unencrypted payment IDs (but warn hard) | moneromooo-monero | 1 | -6/+6 | |
2019-09-17 | functional_tests: python3 compatibility | moneromooo-monero | 1 | -1/+1 | |
and add missing tests | |||||
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 1 | -1/+2 | |
2019-09-17 | functional_tests: add is_key_image_spent tests | moneromooo-monero | 1 | -1/+45 | |
2019-09-17 | functional_tests: check transaction fee is around what we expect | moneromooo-monero | 1 | -2/+9 | |
2019-09-17 | functional_tests: add tx_notes tests | moneromooo-monero | 1 | -0/+18 | |
2019-09-17 | functional_tests: add rescan_spent/rescan_blockchain tests | moneromooo-monero | 1 | -0/+39 | |
2019-09-17 | functional_tests: add get_transfers test | moneromooo-monero | 1 | -0/+23 | |
2019-09-17 | functional_tests: add missing sweep_dust parameters, and test it | moneromooo-monero | 1 | -0/+8 | |
though not a very good test, but we don't have dust handy | |||||
2019-08-21 | Merge pull request #5511 | luigi1111 | 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) | |||||
2019-08-14 | Merge pull request #5487 | luigi1111 | 1 | -0/+1 | |
df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero) | |||||
2019-07-09 | wallet_rpc_server: fix get_bulk_payments with short payment ids | moneromooo-monero | 1 | -0/+3 | |
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 1 | -4/+4 | |
Also add missing bans test to the default tests | |||||
2019-05-02 | functional_tests: add tests for pending/out transfer addresses | moneromooo-monero | 1 | -0/+59 | |
2019-04-23 | consensus: from v12, enforce >= 2 outputs | moneromooo-monero | 1 | -0/+1 | |
2019-04-20 | functional_tests: reset blockchain on test start | moneromooo-monero | 1 | -0/+7 | |
2019-04-15 | functional_tests: add sweep_single test | moneromooo-monero | 1 | -0/+50 | |
2019-04-11 | functional_tests: add double spend detection tests | moneromooo-monero | 1 | -0/+61 | |
2019-04-11 | functional_tests: add more wallet tests | moneromooo-monero | 1 | -0/+26 | |
get_transfer_by_txid, get_height, open/close | |||||
2019-03-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 1 | -2/+2 | |
2019-03-22 | functional_tests: add balance tests | moneromooo-monero | 1 | -59/+171 | |
2019-03-21 | functional_tests: add more transfer tests | moneromooo-monero | 1 | -6/+53 | |
manual relay, transfer to integrated address, and a few negative transfer tests | |||||
2019-03-21 | functional_tests: add get_bulk_transfer tests | moneromooo-monero | 1 | -0/+37 | |
2019-03-21 | functional_tests: add basic transfer tests | moneromooo-monero | 1 | -0/+291 | |