aboutsummaryrefslogtreecommitdiff
path: root/src/test/rpc_tests.cpp
AgeCommit message (Collapse)Author
2012-11-12No need for test fixture now that multisig is enabled on main network.Gavin Andresen
2012-09-11Merge branch '0.6.0.x' into 0.6.xLuke Dashjr
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
2012-09-10Wrong address added to collection in testxanatos
The wrong address is added to the collection. As was written a second copy of address1 was added (and so address2 was useless).
2012-07-06Merge branch '0.6.0.x' into 0.6.xLuke Dashjr
Conflicts: contrib/debian/patches/1001_use_system_json-spirit.patch src/key.h src/main.cpp src/main.h src/net.cpp
2012-07-05Small fix to rpc_testsxanatos
2012-04-21Expose CRPCTable via bitcoinrpc.h for testingPieter Wuille
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen