aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2458 from patricklodder/1.14.4-disconnect-bad-node-testRoss Nicoll2021-08-182-2/+100
|\
| * fixup p2p-acceptblock and mininode to test disconnectsPatrick Lodder2021-08-172-18/+31
| * p2p-acceptblock: add steps 8, 9 to confirm node disconnectsDakoda Greaves2021-08-171-1/+86
* | Create feelimit.py testEd2021-08-171-0/+77
* | Remove relay-only roundingRoss Nicoll2021-08-171-1/+1
|/
* qa: fix bumpfee now that paytxfee worksPatrick Lodder2021-08-161-3/+4
* qa: add -paytxfee and -mintxfee interaction testPatrick Lodder2021-08-161-0/+82
* Merge pull request #2450 from xanimo/1.14.4-txn_doublespendPatrick Lodder2021-08-141-25/+25
|\
| * fix arithmetic; adds to standard testingDakoda Greaves2021-08-131-25/+25
* | qa: fix p2p-acceptblockPatrick Lodder2021-08-132-6/+6
|/
* fees: Reduce minimum relay fee to 0.001 DOGE, final change from tx to 0.01Michi Lumin2021-08-115-6/+9
* [fees] introduce configurable hard dust limitPatrick Lodder2021-08-051-0/+82
* p2p: Reduce BIP125 replace by fee increment valueMichi Lumin2021-08-041-38/+41
* tests: mempool_packages.py (#2433)xanimo2021-08-011-1/+1
* Initial back end framework to separate wallet and relay fees + dust.Michi Lumin2021-07-302-2/+2
* tests: Fix replace-by-fee values for DogecoinRoss Nicoll2021-07-251-46/+47
* qa: Fix typosrht2021-05-184-5/+5
* [backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, auto...Daniel Edgecumbe2020-07-241-1/+52
* rpc-tests: don't use binary.hex() or binary.fromhex()Patrick Lodder2020-07-222-8/+10
* rpc-tests: fix fundrawtransaction coin amounts to not spend dustPatrick Lodder2020-07-221-40/+40
* rpc-tests: write credentials to dogecoin.conf, not bitcoin.confPatrick Lodder2020-07-221-2/+2
* rpc-tests: fix listtransactions to not spend dustPatrick Lodder2020-07-221-3/+2
* rpc-tests: fix mempool_limit testPatrick Lodder2020-07-221-2/+2
* rpc-tests: fix importprunedfunds for use with dogecoinPatrick Lodder2020-07-221-13/+14
* rpc-tests: fix auxpow calls to use .target instead of ._targetPatrick Lodder2020-07-221-1/+1
* rpc-tests: revert from litecoin_scrypt to ltc_scryptPatrick Lodder2020-07-222-6/+6
* Merge branch 'rnicoll-rnicoll/1.14-litecoin-scrypt' into 1.14-maintlangerhans2019-07-141-3/+3
|\
| * Update to litecoin_scryptRoss Nicoll2019-07-121-3/+3
* | Revert behaviour change in getauxblockRoss Nicoll2019-07-131-1/+1
|/
* Rename binaries to match DogecoinRoss Nicoll2019-03-254-16/+16
* Update tx output in p2p-fullblocktest.py (#1474)Ross Nicoll2018-09-191-2/+5
* Clean up RPC tests (#1465)Ross Nicoll2018-09-194-22/+28
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-1933-272/+476
* Merge AuxPoW support from NamecoreRoss Nicoll2018-09-193-8/+247
* Merge #10234, #10143 (fixes only), and #9853 via branch 'disconnect_ban_fixes...Luke Dashjr2017-06-051-47/+53
|\
| * [tests] update disconnect_ban.py test case to work with listbannedJohn Newbery2017-06-051-3/+3
| * [tests] disconnect_ban: remove dependency on urllibJohn Newbery2017-06-051-11/+4
| * [tests] disconnect_ban: use wait_until instead of sleepJohn Newbery2017-06-051-6/+5
| * [tests] disconnectban test - only use two nodesJohn Newbery2017-06-051-26/+34
| * [tests] fix nodehandling.py flake8 warningsJohn Newbery2017-06-051-20/+26
* | Merge #9853 via branch 'fixerrorcodes-0.14' into 0.14.2_fixesLuke Dashjr2017-06-057-117/+51
|\|
| * Return correct error codes in fundrawtransaction().John Newbery2017-06-052-46/+15
| * Return correct error codes in setban().John Newbery2017-06-051-8/+6
| * Return correct error codes in removeprunedfunds().John Newbery2017-06-051-12/+2
| * Return correct error codes in blockchain.cpp.John Newbery2017-06-052-41/+20
| * Return correct error codes in bumpfee().John Newbery2017-06-051-10/+8
* | Merge #10196 via branch 'prioritisetx_gbtcache-0.14' into 0.14.2_fixesLuke Dashjr2017-06-051-1/+15
|\ \ | |/ |/|
| * [qa] Test prioritise_transaction / getblocktemplate interactionSuhas Daftuar2017-04-211-1/+15
* | [Wallet] unset change position when there is no change on exact matchGregory Sanders2017-05-311-0/+5
|/
* [qa] Fix mempool_packages.py for the 0.14 branchSuhas Daftuar2017-04-051-2/+2