aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-segwit.py
Commit message (Expand)AuthorAgeFilesLines
* Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar2017-03-161-3/+5
* Merge #9532: Remove unused variablesWladimir J. van der Laan2017-02-071-1/+0
|\
| * Remove unused Python variablespracticalswift2017-01-131-1/+0
* | Remove redundant semicolons in Python codepracticalswift2017-01-201-1/+1
|/
* Merge #9189: Always add default_witness_commitment with GBT client supportWladimir J. van der Laan2016-11-251-23/+47
|\
| * [qa] Test getblocktemplate default_witness_commitmentSuhas Daftuar2016-11-211-23/+47
* | Make test constant consistent with consensus.hBtcDrak2016-11-211-7/+7
|/
* [qa] Respond to getheaders and do not assume a getdata on invMatt Corallo2016-11-071-2/+12
* remove redundant tests in p2p-segwit.pyJohnson Lau2016-10-171-9/+0
* [qa] Add tests for uncompressed pubkeys in segwitSuhas Daftuar2016-10-161-8/+117
* Add standard limits for P2WSH with testsJohnson Lau2016-10-161-0/+111
* Fix overly-prescriptive p2p-segwit test for new fetch logicMatt Corallo2016-10-041-9/+1
* Ping regularly in p2p-segwit.py to keep connection aliveJohnson Lau2016-09-251-0/+3
* Merge #8528: Update p2p-segwit.py to reflect correct behaviorWladimir J. van der Laan2016-09-131-3/+7
|\
| * p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs2016-08-181-1/+6
| * Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs2016-08-161-2/+1
* | Add basic test for IsStandard witness transaction blindinginstagibbs2016-09-051-1/+17
* | Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan2016-08-171-2/+5
|\ \ | |/ |/|
| * [qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke2016-07-151-2/+5
* | qa: Add test for standardness of segwit v0 outputsSuhas Daftuar2016-07-231-0/+78
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-3/+3
* | [qa] Solve merge conflict of 4324bd237c3147fc153ba5046c211f03e8ac956aMarcoFalke2016-07-141-1/+1
* | Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan2016-07-141-3/+51
|\ \
| * | Test that unnecessary witnesses can't be used for mempool DoSSuhas Daftuar2016-07-071-3/+51
| |/
* / Rename CTxinWitness -> CTxInWitnessBob McElrath2016-07-061-24/+24
|/
* [qa] p2p segwit testsSuhas Daftuar2016-06-221-0/+1646