aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/messages.py
Commit message (Expand)AuthorAgeFilesLines
* Replace consensus values with Dogecoin equivalentsRoss Nicoll2021-06-021-3/+9
* Update max money to 10 billionRoss Nicoll2021-05-201-1/+1
* net: advertise support for ADDRv2 via new messageVasil Dimov2020-10-091-10/+93
* Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke2020-09-201-3/+3
|\
| * test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner2020-08-231-3/+3
* | [test] add get_vsize util for more programmatic testinggzhao4082020-09-161-0/+10
* | Merge #19818: p2p: change `CInv::type` from `int` to `uint32_t`, fix UBSan wa...Wladimir J. van der Laan2020-09-031-4/+4
|\ \
| * | test framework: serialize/deserialize inv type as unsigned intJon Atack2020-08-281-4/+4
* | | Merge #19610: p2p: refactor AlreadyHave(), CInv::type, INV/TX processingWladimir J. van der Laan2020-09-021-0/+1
|\ \ \ | |/ / |/| |
| * | test: use CInv::MSG_WITNESS_TX flag in p2p_segwitJon Atack2020-08-261-0/+1
| |/
* / [test] Remove final references to mininodeJohn Newbery2020-08-251-1/+1
|/
* Merge #19070: p2p: Signal support for compact block filters with NODE_COMPACT...Wladimir J. van der Laan2020-08-131-0/+1
|\
| * [test] Add test for NODE_COMPACT_FILTER.Jim Posen2020-05-311-0/+1
* | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-8/+8
* | test: Update test framework p2p protocol version to 70016Fabian Jahr2020-07-191-2/+23
* | [protocol] Remove unused CADDR_TIME_VERSIONJohn Newbery2020-07-101-6/+8
* | test: hoist p2p values to test framework constantsJon Atack2020-06-191-0/+4
|/
* [test] Add test for cfilters.Jim Posen2020-05-261-0/+51
* [test] Add test for cfheadersJim Posen2020-05-221-0/+53
* Merge #18764: refactor: test: replace inv type magic numbers by constantsMarcoFalke2020-05-201-0/+1
|\
| * test: add inventory type constant MSG_CMPCT_BLOCKSebastian Falbesoner2020-05-071-0/+1
* | [test] Add test for cfcheckptJim Posen2020-05-081-0/+49
|/
* test: use zero-argument super() shortcut (Python 3.0+)Sebastian Falbesoner2020-04-251-4/+4
* test: add further BIP37 size limit checks to p2p_filter.pySebastian Falbesoner2020-04-201-0/+2
* Merge #18610: scripted-diff: test: replace command with msgtype (naming)MarcoFalke2020-04-191-29/+29
|\
| * scripted-diff: test: replace command with msgtypeSebastian Falbesoner2020-04-151-29/+29
* | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
|/
* test: complete impl. of msg_merkleblock and wait_for_merkleblockSebastian Falbesoner2020-04-111-1/+14
* test: add BIP37 remote crash bug [CVE-2013-5700] test to p2p_filter.pySebastian Falbesoner2020-04-031-0/+19
* test: add BIP37 'filterclear' test to p2p_filter.pySebastian Falbesoner2020-03-311-0/+17
* test: Add basic test for BIP 37MarcoFalke2020-03-251-4/+41
* test: Add bad-txns-*-toolarge test cases to invalid_txsMarcoFalke2020-03-031-0/+1
* test: Make msg_tx a witness txMarcoFalke2020-01-231-3/+3
* p2p: Remove BIP61 reject messagesMarcoFalke2019-10-021-32/+0
* tests: add a test for the 'servicesnames' RPC fielddarosior2019-09-111-2/+2
* Avoid using mutable default parameter valuespracticalswift2019-08-261-1/+3
* Merge #16152: Disable bloom filtering by default.fanquake2019-07-191-1/+1
|\
| * Disable bloom filtering by default.Matt Corallo2019-06-061-1/+1
* | tests: Make msg_block a witness blockMarcoFalke2019-05-081-9/+6
* | test: Remove True argument to CBlock::serializeMarcoFalke2019-05-081-2/+2
|/
* change default Python block serialization to witnessGregory Sanders2019-04-021-1/+1
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-5/+5
* 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