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
/
test_framework
/
mininode.py
Age
Commit message (
Expand
)
Author
2018-02-13
Merge #11771: [tests] Change invalidtxrequest to use BitcoinTestFramework
Wladimir J. van der Laan
2018-01-30
[tests] Add P2PDataStore class
John Newbery
2018-01-29
[tests] Reduce NodeConn connection logging from info to debug
John Newbery
2018-01-28
Fix typos
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-11
[tests] Add NetworkThread assertions
John Newbery
2017-12-11
[tests] Add network_thread_ utility functions.
John Newbery
2017-11-29
[tests] Rename NodeConn and NodeConnCB
John Newbery
2017-11-28
[tests] Move version message sending from NodeConn to NodeConnCB
John Newbery
2017-11-28
[tests] Make NodeConnCB a subclass of NodeConn
John Newbery
2017-11-28
[tests] Move only: move NodeConnCB below NodeConn
John Newbery
2017-11-28
[tests] Tidy up mininode
John Newbery
2017-11-23
[tests] Remove mininode periodic (half-hour) ping messages
John Newbery
2017-11-17
Merge #11648: [tests] Add messages.py
Wladimir J. van der Laan
2017-11-13
qa: Remove unused NodeConn members
MarcoFalke
2017-11-10
[tests] Tidy up mininode.py module
John Newbery
2017-11-10
[tests] Move test_framework Bitcoin primitives into separate module
John Newbery
2017-11-08
[tests] Explicitly disallow support for p2p versions below 60001
John Newbery
2017-11-08
[tests] Remove support for p2p alert messages
John Newbery
2017-11-08
[tests] Remove support for bre-BIP31 ping messages
John Newbery
2017-11-08
[tests] Remove dead code from mininode.py
John Newbery
2017-11-06
Have SegWit active by default
Pieter Wuille
2017-10-18
Merge #11472: qa: Make tmpdir option an absolute path, misc cleanup
Wladimir J. van der Laan
2017-10-16
[tests] Don't subclass from object for Python 3
John Newbery
2017-10-13
qa: Remove never used return value of sync_with_ping
MarcoFalke
2017-10-03
[test] P2P functional test for certain fingerprinting protections
Jim Posen
2017-09-29
Merge #11319: [qa] Fix error introduced into p2p-segwit.py, and prevent futur...
MarcoFalke
2017-09-18
Merge #11323: mininode: add an optimistic write and disable nagle
MarcoFalke
2017-09-13
mininode: add an optimistic write and disable nagle
Cory Fields
2017-09-13
Merge #11078: [tests] Make p2p-leaktests.py more robust
MarcoFalke
2017-09-13
qa: Treat mininode p2p exceptions as fatal
Suhas Daftuar
2017-08-28
Remove unused variables and/or function calls
practicalswift
2017-08-24
[tests] Make p2p-leaktests.py more robust
John Newbery
2017-08-17
qa: Move wait_until to util
MarcoFalke
2017-08-07
[tests] Test disconnecting unsupported service bits logic.
John Newbery
2017-06-22
Fixed multiple typos
Dimitris Tsapakidis
2017-05-09
[tests] Make wait_until timeout 60 seconds by default
John Newbery
2017-05-03
[tests] fix wait_for_inv()
John Newbery
2017-05-02
Merge #10169: [tests] Remove func test code duplication
Wladimir J. van der Laan
2017-04-20
Tests: Refactor to create witness script creation function
Jimmy Song
2017-04-18
Remove duplicate method definitions in NodeConnCB subclasses
John Newbery
2017-04-18
Adds helper functions to NodeConnCB
John Newbery
2017-04-07
Reduce spammy test logging
John Newbery
2017-03-30
[tests] sync_with_ping should assert that ping hasn't timed out
John Newbery
2017-03-28
Remove SingleNodeConnCB
John Newbery
2017-03-20
Rename rpc-tests directory to functional
John Newbery