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
/
test
/
functional
/
feature_maxuploadtarget.py
Age
Commit message (
Expand
)
Author
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-07-10
Merge #18638: net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-07-09
net: Extract download permission from noban
MarcoFalke
2020-06-19
net: Use mockable time for ping/pong, add tests
MarcoFalke
2020-06-04
doc: noban precludes maxuploadtarget disconnects
MarcoFalke
2020-05-07
test: replace inv type magic numbers by constants
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-19
scripted-diff: rename TestNode to TestP2PConn in tests
John Newbery
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns