aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
Commit message (Expand)AuthorAgeFilesLines
* remove some magic mining constants in functional testsGregory Sanders2019-01-241-1/+3
* Merge #14926: test: consensus: Check that final transactions are validWladimir J. van der Laan2018-12-131-0/+2
|\
| * test: Correctly deserialize without witnessMarcoFalke2018-12-111-0/+2
* | Compare to None with is/is notDaniel Ingram2018-12-101-4/+4
|/
* tests: Remove unused testing codepracticalswift2018-11-071-6/+1
* [tests] Test that nodes respond to getdata with notfoundMarcoFalke2018-10-261-0/+17
* Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur2018-09-261-42/+131
* qa: Remove unused deserialization code in msg_versionMarcoFalke2018-08-231-14/+5
* p2p: Remove dead code for nVersion=10300MarcoFalke2018-08-221-2/+0
* Merge #13915: [qa] Add test for max number of entries in locatorMarcoFalke2018-08-111-0/+1
|\
| * qa: Add p2p_invalid_locator testMarcoFalke2018-08-101-0/+1
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Remove dead service bits codeMarcoFalke2018-07-111-2/+0
* [qa] Add a test for merkle proof malleationSuhas Daftuar2018-06-221-0/+46
* rpc: Add testmempoolacceptMarcoFalke2018-03-241-1/+4
* Fix typosDimitris Apostolou2018-03-211-1/+1
* Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan2018-03-011-6/+11
|\
| * [QA] fix mininode CAddress ser/deserJonas Schnelli2018-02-091-6/+11
* | [tests] Add P2PDataStore classJohn Newbery2018-01-301-2/+5
|/
* Merge #11403: SegWit wallet supportJonas Schnelli2018-01-101-11/+14
|\
| * [test] Serialize CTransaction with witness by defaultPieter Wuille2018-01-091-11/+14
* | [tests] define NODE_NETWORK_LIMITED in test frameworkJohn Newbery2017-12-191-1/+2
|/
* Remove unused Python importspracticalswift2017-12-101-1/+1
* tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vecto...practicalswift2017-11-171-15/+0
* [tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery2017-11-101-0/+1319