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
/
pull-tester
/
rpc-tests.sh
Age
Commit message (
Expand
)
Author
2015-10-01
Migrated rpc-tests.sh to all python rpc-tests.py
ptschip
2015-10-01
Merge pull request #6686
Wladimir J. van der Laan
2015-09-19
Track transaction packages in CTxMemPoolEntry
Suhas Daftuar
2015-09-17
enable zmq-test in rpc-tests.sh
Jonas Schnelli
2015-09-17
Temporarily disable ZMQ tests in bitcoin test suite
Jeff Garzik
2015-09-17
fix rpc-tests.sh
Jonas Schnelli
2015-09-16
Depends: Add ZeroMQ package
Cory Fields
2015-09-04
Revert "rpc-tests: re-enable rpc-tests for Windows"
Wladimir J. van der Laan
2015-08-26
Enable python tests for Native Windows
ptschip
2015-08-25
rpc-tests: re-enable rpc-tests for Windows
Cory Fields
2015-08-21
Add p2p-fullblocktest.py
Casey Rodarmor
2015-07-10
[QA] remove rawtransactions.py from the extended test list
Jonas Schnelli
2015-07-09
Fix intermittent test failure, reduce test time
Tom Harding
2015-07-02
Merge pull request #5881
Wladimir J. van der Laan
2015-06-30
add tests for the decodescript rpc. add mention of the rpc regression tests t...
mruddy
2015-06-26
Merge pull request #6299
Wladimir J. van der Laan
2015-06-23
Merge pull request #6088
Wladimir J. van der Laan
2015-06-21
test: Move reindex test to standard tests
Wladimir J. van der Laan
2015-06-17
add RPC tests for setban & disconnectnode
Jonas Schnelli
2015-06-11
fundrawtransaction tests
Jonas Schnelli
2015-06-02
P2P regression test for new AcceptBlock behavior
Suhas Daftuar
2015-05-27
Fix walletbackup.py after directory restructuring
Suhas Daftuar
2015-05-19
pull-tester/rpc-tests.sh: disable script_test.py test
Jonas Schnelli
2015-05-18
pull-tester/rpc-tests.sh: allow passing throug of arguments
Jonas Schnelli
2015-05-18
extend rpc-tests.sh control script with non-travis tests
Jonas Schnelli
2015-05-11
Add txn_clone.py test
Tom Harding
2015-05-07
[QA] add multisig rpc tests
Jonas Schnelli
2015-05-05
QA: add RPC tests for error reporting of "signrawtransaction"
dexX7
2015-05-04
Merge pull request #5418
Wladimir J. van der Laan
2015-05-01
RPC test for "#5418 Report missing inputs in sendrawtransaction"
Jonas Schnelli
2015-04-28
Add comparison tool test runner, built on mininode
Suhas Daftuar
2015-04-28
Python p2p testing framework
Suhas Daftuar
2015-04-23
Add merkle blocks test
Matt Corallo
2015-04-20
rpc-tests: Add proxy test
Wladimir J. van der Laan
2015-01-07
[QA] fix zapwallettxes test
Jonas Schnelli
2014-12-16
[RPC-TESTS] ability to run single test manually
Jonas Schnelli
2014-12-08
RPC-test based on invalidateblock for mempool coinbase spends
Gavin Andresen
2014-12-06
[RPC] add rpc-test for http keep-alive (persistent connections)
Jonas Schnelli
2014-12-03
Merge pull request #5407
Wladimir J. van der Laan
2014-12-02
Coinbases-in-mempool regression test
Gavin Andresen
2014-12-02
Merge pull request #5369
Gavin Andresen
2014-12-02
Test resurrecting memory pool transactions during chain re-org
Gavin Andresen
2014-12-01
[REST] add REST interface tests in rpc-test section
Jonas Schnelli
2014-11-27
Report status of chain tips
Pieter Wuille
2014-11-21
Merge pull request #5333
Wladimir J. van der Laan
2014-11-20
Edited rpc-tests to run python script not shell script.
mrbandrews
2014-11-19
Port/fix txnmall.sh regression test
Gavin Andresen
2014-11-17
travis: disable rpc tests for windows until they're not so flaky
Cory Fields
2014-11-13
travis: temporarily disable the forknotify test
Cory Fields
2014-10-31
tests: replace the old (unused since Travis) tests with new rpc test scripts
Cory Fields