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
/
maxuploadtarget.py
Age
Commit message (
Expand
)
Author
2017-03-20
Rename qa directory to test
John Newbery
2017-03-09
Use logging in individual tests
John Newbery
2017-03-09
Remove manual debug settings in qa tests.
John Newbery
2017-02-23
Fix docstrings in qa tests
John Newbery
2016-12-05
[qa] maxuploadtarget: Use cached utxo set
MarcoFalke
2016-12-02
[qa] Get rid of duplicate code
MarcoFalke
2016-10-02
[qa] mininode: Only allow named args in wait_until
MarcoFalke
2016-06-22
BIP141: Other consensus critical limits, and BIP145
Pieter Wuille
2016-05-15
[qa] Reduce node count for some tests
MarcoFalke
2016-05-15
[qa] Remove hardcoded "4 nodes" from test_framework
MarcoFalke
2016-05-05
[qa] Switch to py3
MarcoFalke
2016-04-01
[qa] rpc-tests: Properly use integers, floats
MarcoFalke
2016-03-21
Create SingleNodeConnCB class for RPC tests
Alex Morcos
2016-03-14
[qa] mininode: Add and use CONSTs
MarcoFalke
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-04
test: remove necessity to call create_callback_map
Wladimir J. van der Laan
2015-11-13
don't enforce maxuploadtargets disconnect for whitelisted peers
Jonas Schnelli
2015-11-12
[net] Cleanup maxuploadtarget
MarcoFalke
2015-10-26
Add RPC test for -maxuploadtarget
Suhas Daftuar