aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/txpool.py
Commit message (Collapse)AuthorAgeFilesLines
* Publish submitted txs via zmqj-berman2022-07-211-0/+20
|
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ | | | | | | 5ef0607da Update copyright year to 2020 (SomaticFanatic)
| * Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | | | | | Update copyright year to 2020
* | functional_tests: add simple relay_tx testmoneromooo-monero2020-05-281-0/+11
|/
* Revert functional test changes in babf25d2e and 571546067Lee Clagett2020-04-241-15/+9
|
* Allow unrestricted rpc calls to get full txpool infoLee Clagett2020-03-301-9/+15
|
* functional_tests: pop exactly what we need to test before testingmoneromooo-monero2019-09-171-1/+2
|
* functional_tests: add get_transaction_pool_statsmoneromooo-monero2019-09-171-0/+84
| | | | | Also fix part of the RPC results being returned as binary. This makes the RPC backward incompatible.
* functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-291-9/+10
| | | | Also add missing bans test to the default tests
* functional_tests: reset blockchain on test startmoneromooo-monero2019-04-201-0/+7
|
* functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero2019-03-221-2/+2
|
* functional_tests: add txpool RPC testsmoneromooo-monero2019-03-211-0/+156