aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
AgeCommit message (Expand)Author
2020-04-03test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner
2020-03-31test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner
2020-03-25test: Add basic test for BIP 37MarcoFalke
2020-03-03test: Add bad-txns-*-toolarge test cases to invalid_txsMarcoFalke
2020-01-23test: Make msg_tx a witness txMarcoFalke
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-09-11tests: add a test for the 'servicesnames' RPC fielddarosior
2019-08-26Avoid using mutable default parameter valuespracticalswift
2019-07-19Merge #16152: Disable bloom filtering by default.fanquake
2019-06-06Disable bloom filtering by default.Matt Corallo
2019-05-08tests: Make msg_block a witness blockMarcoFalke
2019-05-08test: Remove True argument to CBlock::serializeMarcoFalke
2019-04-02change default Python block serialization to witnessGregory Sanders
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-01-24remove some magic mining constants in functional testsGregory Sanders
2018-12-13Merge #14926: test: consensus: Check that final transactions are validWladimir J. van der Laan
2018-12-11test: Correctly deserialize without witnessMarcoFalke
2018-12-10Compare to None with is/is notDaniel Ingram
2018-11-07tests: Remove unused testing codepracticalswift
2018-10-26[tests] Test that nodes respond to getdata with notfoundMarcoFalke
2018-09-26Strictly enforce instance attrs in critical functional test classes.Justin Turner Arthur
2018-08-23qa: Remove unused deserialization code in msg_versionMarcoFalke
2018-08-22p2p: Remove dead code for nVersion=10300MarcoFalke
2018-08-11Merge #13915: [qa] Add test for max number of entries in locatorMarcoFalke
2018-08-10qa: Add p2p_invalid_locator testMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-11Remove dead service bits codeMarcoFalke
2018-06-22[qa] Add a test for merkle proof malleationSuhas Daftuar
2018-03-24rpc: Add testmempoolacceptMarcoFalke
2018-03-21Fix typosDimitris Apostolou
2018-03-01Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peersWladimir J. van der Laan
2018-02-09[QA] fix mininode CAddress ser/deserJonas Schnelli
2018-01-30[tests] Add P2PDataStore classJohn Newbery
2018-01-10Merge #11403: SegWit wallet supportJonas Schnelli
2018-01-09[test] Serialize CTransaction with witness by defaultPieter Wuille
2017-12-19[tests] define NODE_NETWORK_LIMITED in test frameworkJohn Newbery
2017-12-10Remove unused Python importspracticalswift
2017-11-17tests: Remove unused mininode functions deser_int_vector(f) and ser_int_vecto...practicalswift
2017-11-10[tests] Move test_framework Bitcoin primitives into separate moduleJohn Newbery