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
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-21
scripted-diff: Rename mininode_lock to p2p_lock
John Newbery
2020-08-04
test: Wait until is_connected in add_p2p_connection
MarcoFalke
2020-08-04
Merge #19489: test: Fail wait_until early if connection is lost
MarcoFalke
2020-07-27
Clean message_count and last_message
Troy Giorshev
2020-07-19
test: Use wtxid relay generally in functional tests
Fabian Jahr
2020-07-19
test: Update test framework p2p protocol version to 70016
Fabian Jahr
2020-07-14
test: Fail wait_until early if connection is lost
MarcoFalke
2020-06-19
test: hoist p2p values to test framework constants
Jon Atack
2020-06-05
[tests] Make mininode_lock non-reentrant
John Newbery
2020-06-05
[tests] Don't call super twice in P2PTxInvStore.on_inv()
John Newbery
2020-06-05
[tests] Don't acquire mininode_lock twice in wait_for_broadcast()
John Newbery
2020-05-31
Merge #19044: net processing: Add support for getcfilters
MarcoFalke
2020-05-30
Merge #18807: [doc / test / mempool] unbroadcast follow-ups
MarcoFalke
2020-05-26
[test] Add test for cfilters.
Jim Posen
2020-05-26
Merge #19060: test: Remove global wait_until from p2p_getdata
Wladimir J. van der Laan
2020-05-26
Merge #19010: net processing: Add support for getcfheaders
MarcoFalke
2020-05-25
[test] P2P connection behavior should meet expectations
Amiti Uttarwar
2020-05-23
test: Default mininode.wait_until timeout to 60s
MarcoFalke
2020-05-22
[test] Add test for cfheaders
Jim Posen
2020-05-22
Merge #18895: p2p: unbroadcast followups: rpcs, nLastResend, mempool sanity c...
fanquake
2020-05-19
[test] wait for inital broadcast before comparing mempool entries
gzhao408
2020-05-18
test: Add capability to disable RPC timeout in functional tests.
codeShark149
2020-05-08
[test] Add test for cfcheckpt
Jim Posen
2020-05-03
Merge #18617: test: add factor option to adjust test timeouts
MarcoFalke
2020-05-03
test: add factor option to adjust test timeouts
Harris
2020-04-29
Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w...
fanquake
2020-04-23
[refactor/test] Extract P2PTxInvStore into test framework
Amiti Uttarwar
2020-04-22
test: check for matching object hashes in wait_for_getdata
Danny Lee
2020-04-19
Merge #18610: scripted-diff: test: replace command with msgtype (naming)
MarcoFalke
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-15
scripted-diff: test: replace command with msgtype
Sebastian Falbesoner
2020-04-12
Merge #18609: test: Remove REJECT message code
MarcoFalke
2020-04-12
test: Remove REJECT message code
Hennadii Stepanov
2020-04-11
refactor: test: improve wait_for{header,merkleblock} interface
Sebastian Falbesoner
2020-04-11
test: complete impl. of msg_merkleblock and wait_for_merkleblock
Sebastian Falbesoner
2020-04-03
test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.py
Sebastian Falbesoner
2020-03-31
test: add BIP37 'filterclear' test to p2p_filter.py
Sebastian Falbesoner
2020-03-25
test: Add basic test for BIP 37
MarcoFalke
2019-11-03
Remove network_event_loop instance in close()
JamesC
2019-10-02
p2p: Remove BIP61 reject messages
MarcoFalke
2019-08-16
test: Pass down correct chain name in tests
MarcoFalke
2019-07-26
test: Fail early on disconnect in mininode.wait_for_*
MarcoFalke
2019-05-13
test: Add test for p2p_blocksonly
MarcoFalke
2019-04-29
Merge #15897: QA/mininode: Send all headers upfront in send_blocks_and_test t...
MarcoFalke
2019-04-25
QA/mininode: Send all headers upfront in send_blocks_and_test to avoid sendin...
Luke Dashjr
2019-03-19
qa: mininode: Clearer error message on invalid magic bytes
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
build: Require python 3.5
MarcoFalke
2019-01-24
qa: Add tests for invalid message headers
MarcoFalke
[next]