aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen2014-07-091-2/+2
| | | | | | Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux.
* Removed LevelDB changessuper32014-05-011-11/+18
| | | | Syntax Highlighting
* Python-based regression testsGavin Andresen2014-02-281-14/+24
| | | | | skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call
* Remove CWalletTx::vfSpentGavin Andresen2014-02-261-2/+3
| | | | | | Use the spent outpoint multimap to figure out which wallet transaction outputs are unspent, instead of a vfSpent array that is saved to disk.
* Test for walletbackup/walletdump RPC callsGavin Andresen2014-02-241-2/+21
|
* Integration tests via RPC callsGavin Andresen2013-11-271-0/+6
qa/rpc-tests/wallet.sh runs a three-node -regtest network, generates a fresh blockchain, and then exercises basic wallet sending/receiving functionality using command-line RPC.