aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_compactblocks.py
Commit message (Expand)AuthorAgeFilesLines
* Generate legacy addresses by defaultRoss Nicoll2021-06-121-1/+4
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-3/+3
* Merge #19401: QA: Use GBT to get block versions correctMarcoFalke2020-10-161-6/+5
|\
| * QA: Use GBT to get block versions correctLuke Dashjr2020-09-121-6/+5
* | Merge #19781: test: add parameterized constructor for msg_sendcmpct()MarcoFalke2020-09-201-24/+7
|\ \
| * | test: add parameterized constructor for msg_sendcmpct()Sebastian Falbesoner2020-08-231-24/+7
* | | test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz2020-08-261-14/+14
* | | scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* | | scripted-diff: Rename mininode_lock to p2p_lockJohn Newbery2020-08-211-34/+34
|/ /
* | Merge #19674: refactor: test: use throwaway _ variable for unused loop countersfanquake2020-08-111-4/+4
|\ \
| * | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-4/+4
| |/
* / test: Wait for 'cmpctblock' in p2p_compactblocks when it is expectedBen Woosley2020-07-301-6/+3
|/
* [tests] Only acquire lock once in p2p_compactblocks.pyJohn Newbery2020-06-051-4/+3
* test: add inventory type constant MSG_CMPCT_BLOCKSebastian Falbesoner2020-05-071-4/+4
* test: replace inv type magic numbers by constantsSebastian Falbesoner2020-05-071-4/+5
* refactor: test: use wait_for_getdata() in p2p_compactblocks.pySebastian Falbesoner2020-04-241-8/+2
* [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-2/+2
* test: Require standard txs in regtestMarcoFalke2019-06-211-0/+3
* tests: Make msg_block a witness blockMarcoFalke2019-05-081-12/+12
* [qa] Overhaul p2p_compactblocks.pySuhas Daftuar2019-04-011-139/+68
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-22/+22
* Merge #14296: [wallet] Remove addwitnessaddressMarcoFalke2018-10-241-19/+17
|\
| * [test] Remove deprecated addwitnessaddress from p2p_compactblocks.pyJohn Newbery2018-09-231-2/+2
| * [test] Fix flake8 warnings in testsJohn Newbery2018-09-231-17/+15
* | Merge #13424: Consistently validate txid / blockhash length and encoding in r...MarcoFalke2018-09-241-1/+1
|\ \ | |/ |/|
| * Consistently use ParseHashV to validate hash inputs in rpcBen Woosley2018-08-071-1/+1
* | qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | tests: Use explicit importspracticalswift2018-08-131-4/+7
* | Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-3/+1
|\ \
| * | qa: wait_for_verack by defaultMarcoFalke2018-08-081-3/+1
* | | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/ /
* | qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-3/+1
* | [qa] mininode: Expose connection state through is_connectedMarcoFalke2018-06-221-1/+1
|/
* qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke2018-05-051-2/+3
* Merge #12716: Fix typos and cleanup in various filesMarcoFalke2018-03-211-1/+1
|\
| * Fix typosDimitris Apostolou2018-03-211-1/+1
* | scripted-diff: rename TestNode to TestP2PConn in testsJohn Newbery2018-03-191-5/+5
|/
* [tests] Rename p2p_* functional tests.Anthony Towns2018-01-251-0/+921