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
/
test_framework
Age
Commit message (
Expand
)
Author
2016-03-16
Tests: make prioritise_transaction.py more robust
Suhas Daftuar
2016-03-14
[qa] mininode: Add and use CONSTs
MarcoFalke
2016-03-14
[qa] Move create_tx() to util.py
MarcoFalke
2016-02-12
Merge #7184: Implement SequenceLocks functions for BIP 68
Wladimir J. van der Laan
2016-02-10
Add RPC test exercising BIP68 (mempool only)
Suhas Daftuar
2016-02-04
[rpc-tests] Change solve() to use rehash
mrbandrews
2016-01-27
Merge #7300: [trivial] Add missing copyright headers
Wladimir J. van der Laan
2016-01-20
[qa] Change default block priority size to 0
MarcoFalke
2016-01-19
Merge pull request #7164: Do not download transactions during initial blockch...
Wladimir J. van der Laan
2016-01-18
Merge pull request #7194
Wladimir J. van der Laan
2016-01-13
[qa] Fix pyton syntax in rpc tests
MarcoFalke
2016-01-07
Add race-condition debugging tool to mininode
Suhas Daftuar
2016-01-05
Add missing copyright headers
MarcoFalke
2016-01-05
Merge pull request #7205
Wladimir J. van der Laan
2016-01-04
Merge pull request #7250
Wladimir J. van der Laan
2015-12-24
[qa] Move gen_return_txouts() to util.py
MarcoFalke
2015-12-22
Merge pull request #7153
Wladimir J. van der Laan
2015-12-22
Merge pull request #7213
Wladimir J. van der Laan
2015-12-18
Add more tests to p2p-fullblocktest
Suhas Daftuar
2015-12-15
Do not download transactions during inital sync
ptschip
2015-12-15
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
mb300sd
2015-12-14
Add assert_is_hex_string and assert_is_hash_string to RPC test utils.
James O'Beirne
2015-12-14
[RPC-Tests] add option to run rpc test over QT clients
Jonas Schnelli
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-12-09
test: Add basic test for `reject` code
Wladimir J. van der Laan
2015-12-07
Merge pull request #7171
Wladimir J. van der Laan
2015-12-04
tests: Disable Tor interaction
Wladimir J. van der Laan
2015-12-04
test: remove necessity to call create_callback_map
Wladimir J. van der Laan
2015-12-03
[Tests] Refactor some shared functions
Jonas Schnelli
2015-12-01
Merge pull request #7022
Wladimir J. van der Laan
2015-12-01
Add rounding helper function to util.py
Suhas Daftuar
2015-11-30
Change default block priority size to 0
Alex Morcos
2015-11-30
Merge pull request #7103
Wladimir J. van der Laan
2015-11-29
Allow block announcements with headers
Suhas Daftuar
2015-11-28
[wallet] Add rpc tests to verify fee calculations
MarcoFalke
2015-11-11
Add basic coverage reporting for RPC tests
James O'Beirne
2015-09-21
Make RPC tests cope with server-side timeout between requests
Wladimir J. van der Laan
2015-08-26
Enable python tests for Native Windows
ptschip
2015-08-21
Add p2p-fullblocktest.py
Casey Rodarmor
2015-08-19
Merge pull request #6539
Wladimir J. van der Laan
2015-08-12
Fix race condition on test node shutdown
Casey Rodarmor
2015-08-10
typofixes (found by misspell_fixer)
Veres Lajos
2015-07-22
Don't share objects between TestInstances
Casey Rodarmor
2015-05-21
rpc-tests: remove python-bitcoinrpc directory
Jonas Schnelli
2015-05-18
[QA] restructure rpc tests directory
Jonas Schnelli