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
/
qa
/
rpc-tests
Age
Commit message (
Expand
)
Author
2014-08-03
Implement "getchaintips" RPC command to monitor blockchain forks.
Daniel Kraft
2014-07-15
Merge pull request #4522 from dgenr8/set_discover_0
Gavin Andresen
2014-07-14
Merge pull request #4503
Wladimir J. van der Laan
2014-07-13
Set -discover=0 in regtest framework
Tom Harding
2014-07-11
`getrawchangeaddress` should fail when keypool exhausted
Wladimir J. van der Laan
2014-07-11
Add test for getblocktemplate longpolling
Wladimir J. van der Laan
2014-07-09
Print better errors, and add util stop_node() function.
Gavin Andresen
2014-07-09
Refactor common RPC test code to BitcoinTestFramework base class
Gavin Andresen
2014-07-08
Improved logging and Decimal support
Gavin Andresen
2014-06-27
rpc-tests: Fix rpcbind_test after 0193fb8
Wladimir J. van der Laan
2014-06-24
Merge pull request #3674
Wladimir J. van der Laan
2014-06-23
qa/rpc_tests: Wait for handshake to complete in connect_nodes
Wladimir J. van der Laan
2014-06-23
Merge pull request #3960
Wladimir J. van der Laan
2014-06-16
Let -zapwallettxes recover transaction meta data
Cozz Lovan
2014-06-06
estimatefee / estimatepriority RPC methods
Gavin Andresen
2014-06-06
Allow multiple regression tests to run at once
Gavin Andresen
2014-05-13
Add Python test for -rpcbind and -rpcallowip
Wladimir J. van der Laan
2014-05-01
Removed LevelDB changes
super3
2014-04-02
Have pull-tester run the listtransactions.py regression test
Gavin Andresen
2014-04-02
added list/get received by address/ account tests
Alon Muroch
2014-03-24
Fix regression tests
Gavin Andresen
2014-03-18
Add licenses for tests and test data
Wladimir J. van der Laan
2014-02-28
Python-based regression tests
Gavin Andresen
2014-02-26
Remove CWalletTx::vfSpent
Gavin Andresen
2014-02-24
Merge pull request #3704 from gavinandresen/wallet_lock_fixes
Gavin Andresen
2014-02-24
Test for walletbackup/walletdump RPC calls
Gavin Andresen
2014-02-18
Wallet locking fixes for -DDEBUG_LOCKORDER
Gavin Andresen
2014-02-14
Track and report wallet transaction clones
Gavin Andresen
2014-02-14
Handle "conflicted" transactions properly
Gavin Andresen
2014-02-13
Make qa/rpc-tests/ compatible with OSX
Gavin Andresen
2014-01-10
qt5: fix --with-qt with no arguments
Cory Fields
2013-12-20
qt: make wallet test consistent
Wladimir J. van der Laan
2013-11-27
Integration tests via RPC calls
Gavin Andresen