aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
Commit message (Collapse)AuthorAgeFilesLines
* No need for test fixture now that multisig is enabled on main network.Gavin Andresen2012-11-121-8/+1
|
* Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-09-111-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/qt/locale/bitcoin_fa.ts src/qt/locale/bitcoin_lt.ts src/qt/locale/bitcoin_pt_BR.ts src/qt/locale/bitcoin_sv.ts
| * Wrong address added to collection in testxanatos2012-09-101-1/+1
| | | | | | | | The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless).
* | Merge branch '0.6.0.x' into 0.6.xLuke Dashjr2012-07-061-3/+3
|\| | | | | | | | | | | | | | | | | Conflicts: contrib/debian/patches/1001_use_system_json-spirit.patch src/key.h src/main.cpp src/main.h src/net.cpp
| * Small fix to rpc_testsxanatos2012-07-051-3/+3
| |
* | Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille2012-04-211-7/+2
|/
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+74