dogecoin/qa/rpc-tests
Gavin Andresen 731b89b8b5 Track and report wallet transaction clones
Adds a "walletconflicts" array to transaction info; if
a wallet transaction is mutated, the alternate transaction id
or ids are reported there (usually the array will be empty).

Metadata from the original transaction is copied to the mutant,
so the transaction time and "from" account of the mutant are
reported correctly.
2014-02-14 18:13:42 -05:00
..
README.md Integration tests via RPC calls 2013-11-27 14:21:05 +10:00
send.sh Make qa/rpc-tests/ compatible with OSX 2014-02-13 14:25:38 -05:00
txnmall.sh Track and report wallet transaction clones 2014-02-14 18:13:42 -05:00
util.sh Make qa/rpc-tests/ compatible with OSX 2014-02-13 14:25:38 -05:00
wallet.sh qt5: fix --with-qt with no arguments 2014-01-10 16:30:33 -05:00

Regression tests of RPC interface

wallet.sh : Test wallet send/receive code (see comments for details)

util.sh : useful re-usable functions