aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/transfer.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Bump ring size to 16 for v15 & remove set default in wallet clij-berman1-8/+8
2022-04-06Merge pull request #8197luigi11111-1/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2022-01-31Balance includes unconfirmed transfers to selfwoodser1-5/+2
2020-08-27Integrate CLSAGs into moneromoneromooo-monero1-2/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-04-24Revert functional test changes in babf25d2e and 571546067Lee Clagett1-39/+13
2020-03-30Always reject duplicate key-images from second txidLee Clagett1-13/+39
2020-03-31cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon1-3/+0
2020-01-26serialization: do not write optional fields with default valuemoneromooo-monero1-2/+2
2019-10-15functional_tests: fix transfer test - long payment ids are gonemoneromooo-monero1-1/+1
2019-10-14wallet: remove long payment ID sending supportmoneromooo-monero1-7/+13
2019-10-14wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero1-6/+6
2019-09-17functional_tests: python3 compatibilitymoneromooo-monero1-1/+1
2019-09-17functional_tests: pop exactly what we need to test before testingmoneromooo-monero1-1/+2
2019-09-17functional_tests: add is_key_image_spent testsmoneromooo-monero1-1/+45
2019-09-17functional_tests: check transaction fee is around what we expectmoneromooo-monero1-2/+9
2019-09-17functional_tests: add tx_notes testsmoneromooo-monero1-0/+18
2019-09-17functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero1-0/+39
2019-09-17functional_tests: add get_transfers testmoneromooo-monero1-0/+23
2019-09-17functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero1-0/+8
2019-08-21Merge pull request #5511luigi11111-0/+59
2019-08-14Merge pull request #5487luigi11111-0/+1
2019-07-09wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero1-0/+3
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero1-4/+4
2019-05-02functional_tests: add tests for pending/out transfer addressesmoneromooo-monero1-0/+59
2019-04-23consensus: from v12, enforce >= 2 outputsmoneromooo-monero1-0/+1
2019-04-20functional_tests: reset blockchain on test startmoneromooo-monero1-0/+7
2019-04-15functional_tests: add sweep_single testmoneromooo-monero1-0/+50
2019-04-11functional_tests: add double spend detection testsmoneromooo-monero1-0/+61
2019-04-11functional_tests: add more wallet testsmoneromooo-monero1-0/+26
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-2/+2
2019-03-22functional_tests: add balance testsmoneromooo-monero1-59/+171
2019-03-21functional_tests: add more transfer testsmoneromooo-monero1-6/+53
2019-03-21functional_tests: add get_bulk_transfer testsmoneromooo-monero1-0/+37
2019-03-21functional_tests: add basic transfer testsmoneromooo-monero1-0/+291