index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
rpc_tests.cpp
Age
Commit message (
Expand
)
Author
2014-08-20
rpc_tests: use BOOST_CHECK_EQUAL
Jeff Garzik
2014-05-09
Add tests for BoostAsioToCNetAddr
Wladimir J. van der Laan
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2013-12-04
Split off rpc_wallet_tests
Wladimir J. van der Laan
2013-12-04
Delimit code with #ifdef ENABLE_WALLET
Wladimir J. van der Laan
2013-11-27
Split up bitcoinrpc (code movement only)
Wladimir J. van der Laan
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-23
Add test for monetary value parsing
Wladimir J. van der Laan
2013-10-23
Add test for monetary value formatting
Wladimir J. van der Laan
2012-12-16
Updated help and tests for getreceivedby(account|address)
Andrey
2012-10-29
Add redeemScript to listunspent output and signrawtransaction input
Gavin Andresen
2012-10-29
Tests for raw transactions argument checking
Gavin Andresen
2012-10-29
No need for test fixture now that multisig is enabled on main network.
Gavin Andresen
2012-09-07
Wrong address added to collection in test
xanatos
2012-06-22
Small fix to rpc_tests
xanatos
2012-04-21
Expose CRPCTable via bitcoinrpc.h for testing
Pieter Wuille
2012-01-13
Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).
Gavin Andresen