summaryrefslogtreecommitdiff
path: root/tests/functional_tests/transfer.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump ring size to 16 for v15 & remove set default in wallet clij-berman2022-04-181-8/+8
|
* Merge pull request #8197luigi11112022-04-061-1/+1
|\ | | | | | | da9aa1f Copyright: Update to 2022 (mj-xmr)
| * Copyright: Update to 2022mj-xmr2022-03-041-1/+1
| |
* | Balance includes unconfirmed transfers to selfwoodser2022-01-311-5/+2
|/
* Integrate CLSAGs into moneromoneromooo-monero2020-08-271-2/+2
| | | | They are allowed from v12, and MLSAGs are rejected from v13.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Revert functional test changes in babf25d2e and 571546067Lee Clagett2020-04-241-39/+13
|
* Always reject duplicate key-images from second txidLee Clagett2020-03-301-13/+39
|
* cryptonote_basic: drop unused verification_context::m_not_rct fieldxiphon2020-03-311-3/+0
|
* serialization: do not write optional fields with default valuemoneromooo-monero2020-01-261-2/+2
|
* functional_tests: fix transfer test - long payment ids are gonemoneromooo-monero2019-10-151-1/+1
|
* wallet: remove long payment ID sending supportmoneromooo-monero2019-10-141-7/+13
|
* wallet2: ignore received unencrypted payment IDs (but warn hard)moneromooo-monero2019-10-141-6/+6
|
* functional_tests: python3 compatibilitymoneromooo-monero2019-09-171-1/+1
| | | | and add missing tests
* functional_tests: pop exactly what we need to test before testingmoneromooo-monero2019-09-171-1/+2
|
* functional_tests: add is_key_image_spent testsmoneromooo-monero2019-09-171-1/+45
|
* functional_tests: check transaction fee is around what we expectmoneromooo-monero2019-09-171-2/+9
|
* functional_tests: add tx_notes testsmoneromooo-monero2019-09-171-0/+18
|
* functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero2019-09-171-0/+39
|
* functional_tests: add get_transfers testmoneromooo-monero2019-09-171-0/+23
|
* functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero2019-09-171-0/+8
| | | | though not a very good test, but we don't have dust handy
* Merge pull request #5511luigi11112019-08-211-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 addressesmoneromooo-monero2019-05-021-0/+59
| |
* | 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
| | |
* | | wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+3
| | |
* | | functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-291-4/+4
| |/ |/| | | | | Also add missing bans test to the default tests
* | functional_tests: reset blockchain on test startmoneromooo-monero2019-04-201-0/+7
|/
* functional_tests: add sweep_single testmoneromooo-monero2019-04-151-0/+50
|
* functional_tests: add double spend detection testsmoneromooo-monero2019-04-111-0/+61
|
* functional_tests: add more wallet testsmoneromooo-monero2019-04-111-0/+26
| | | | get_transfer_by_txid, get_height, open/close
* functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero2019-03-221-2/+2
|
* functional_tests: add balance testsmoneromooo-monero2019-03-221-58/+170
|
* functional_tests: add more transfer testsmoneromooo-monero2019-03-211-6/+53
| | | | | manual relay, transfer to integrated address, and a few negative transfer tests
* functional_tests: add get_bulk_transfer testsmoneromooo-monero2019-03-211-0/+37
|
* functional_tests: add basic transfer testsmoneromooo-monero2019-03-211-0/+291