Kevacoin source tree
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Gavin Andresen 93a18a3650 Remove CWalletTx::vfSpent 11 years ago
..
README.md Remove CWalletTx::vfSpent 11 years ago
conflictedbalance.sh Remove CWalletTx::vfSpent 11 years ago
send.sh Make qa/rpc-tests/ compatible with OSX 11 years ago
txnmall.sh Remove CWalletTx::vfSpent 11 years ago
util.sh Remove CWalletTx::vfSpent 11 years ago
wallet.sh Remove CWalletTx::vfSpent 11 years ago
walletbackup.sh Test for walletbackup/walletdump RPC calls 11 years ago

README.md

Regression tests of RPC interface

Bash scripts that use the RPC interface and command-line bitcoin-cli to test full functionality in -regtest mode.

wallet.sh : Exercise wallet send/receive code.

txnmall.sh : Test proper accounting of malleable transactions

conflictedbalance.sh : More testing of malleable transaction handling

util.sh : useful re-usable bash functions

Tips for creating new tests

To cleanup after a failed or interrupted test: killall bitcoind rm -rf test.*

The most difficult part of writing reproducible tests is keeping multiple nodes in sync. See WaitBlocks, WaitPeers, and WaitMemPools for how other tests deal with this.