aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/util.sh
Commit message (Collapse)AuthorAgeFilesLines
* Let -zapwallettxes recover transaction meta dataCozz Lovan2014-06-161-0/+8
|
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+3
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* 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.
* Make qa/rpc-tests/ compatible with OSXGavin Andresen2014-02-131-1/+1
| | | | | | | Reworked send.sh, so it works properly on my Mac (killall send.sh doesn't work, because the process name is 'bash' not 'send.sh'). So now send.sh writes a .send.pid file, and invoking it as send.sh -STOP (as the bitcoind -walletnotify) signals that PID.
* qt5: fix --with-qt with no argumentsCory Fields2014-01-101-2/+3
|
* qt: make wallet test consistentWladimir J. van der Laan2013-12-201-0/+6
| | | | | | | Add a function `WaitBlocks` to wait for blocks to propagate to all three nodes, and use this instead of waiting a fixed time of one second. Fixes #3445.
* Integration tests via RPC callsGavin Andresen2013-11-271-0/+84
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.