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
/
messages.py
Age
Commit message (
Expand
)
Author
2019-01-24
remove some magic mining constants in functional tests
Gregory Sanders
2018-12-13
Merge #14926: test: consensus: Check that final transactions are valid
Wladimir J. van der Laan
2018-12-11
test: Correctly deserialize without witness
MarcoFalke
2018-12-10
Compare to None with is/is not
Daniel Ingram
2018-11-07
tests: Remove unused testing code
practicalswift
2018-10-26
[tests] Test that nodes respond to getdata with notfound
MarcoFalke
2018-09-26
Strictly enforce instance attrs in critical functional test classes.
Justin Turner Arthur
2018-08-23
qa: Remove unused deserialization code in msg_version
MarcoFalke
2018-08-22
p2p: Remove dead code for nVersion=10300
MarcoFalke
2018-08-11
Merge #13915: [qa] Add test for max number of entries in locator
MarcoFalke
2018-08-10
qa: Add p2p_invalid_locator test
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-11
Remove dead service bits code
MarcoFalke
2018-06-22
[qa] Add a test for merkle proof malleation
Suhas Daftuar
2018-03-24
rpc: Add testmempoolaccept
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-09
[QA] fix mininode CAddress ser/deser
Jonas Schnelli
2018-01-30
[tests] Add P2PDataStore class
John Newbery
2018-01-10
Merge #11403: SegWit wallet support
Jonas Schnelli
2018-01-09
[test] Serialize CTransaction with witness by default
Pieter Wuille
2017-12-19
[tests] define NODE_NETWORK_LIMITED in test framework
John Newbery
2017-12-10
Remove unused Python imports
practicalswift
2017-11-17
tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vecto...
practicalswift
2017-11-10
[tests] Move test_framework Bitcoin primitives into separate module
John Newbery