aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-segwit.py
AgeCommit message (Collapse)Author
2017-02-07Merge #9532: Remove unused variablesWladimir J. van der Laan
90fd29b Remove unused int64_t nSinceLastSeen (practicalswift) ac4a095 Remove unused Python variables (practicalswift)
2017-01-20Remove redundant semicolons in Python codepracticalswift
2017-01-13Remove unused Python variablespracticalswift
2016-11-25Merge #9189: Always add default_witness_commitment with GBT client supportWladimir J. van der Laan
95f4a03 [qa] Test getblocktemplate default_witness_commitment (Suhas Daftuar) ad04d1c Always add default_witness_commitment with GBT client support (Pieter Wuille)
2016-11-21[qa] Test getblocktemplate default_witness_commitmentSuhas Daftuar
2016-11-21Make test constant consistent with consensus.hBtcDrak
2016-11-07[qa] Respond to getheaders and do not assume a getdata on invMatt Corallo
2016-10-17remove redundant tests in p2p-segwit.pyJohnson Lau
2016-10-16[qa] Add tests for uncompressed pubkeys in segwitSuhas Daftuar
2016-10-16Add standard limits for P2WSH with testsJohnson Lau
2016-10-04Fix overly-prescriptive p2p-segwit test for new fetch logicMatt Corallo
2016-09-25Ping regularly in p2p-segwit.py to keep connection aliveJohnson Lau
This pings regularly while building a big block in p2p-segwit.py, to prevent timeout
2016-09-13Merge #8528: Update p2p-segwit.py to reflect correct behaviorWladimir J. van der Laan
5547aeb p2psegwit.py transaction is rejected due to premature witness not size (instagibbs) bc1d1f2 Update p2p-segwit.py to reflect correct AskFor behavior (instagibbs)
2016-09-05Add basic test for IsStandard witness transaction blindinginstagibbs
2016-08-18p2psegwit.py transaction is rejected due to premature witness not sizeinstagibbs
2016-08-17Merge #8482: [qa] Use single cache dir for chainsWladimir J. van der Laan
fad8cf6 [qa] Use single cache dir for chains (MarcoFalke) fa2d68f [qa] Adjust timeouts for micro-optimization of run time (MarcoFalke) fae596f [qa] Sort scripts by time for pull_tester and don't overwrite setup_chain (MarcoFalke)
2016-08-16Update p2p-segwit.py to reflect correct AskFor behaviorinstagibbs
2016-07-23qa: Add test for standardness of segwit v0 outputsSuhas Daftuar
2016-07-18Rename "block cost" to "block weight"Suhas Daftuar
2016-07-15[qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke
2016-07-14[qa] Solve merge conflict of 4324bd237c3147fc153ba5046c211f03e8ac956aMarcoFalke
2016-07-14Merge #8312: Fix mempool DoS vulnerability from malleated transactionsWladimir J. van der Laan
46c9620 Test that unnecessary witnesses can't be used for mempool DoS (Suhas Daftuar) bb66a11 Fix DoS vulnerability in mempool acceptance (Suhas Daftuar)
2016-07-07Test that unnecessary witnesses can't be used for mempool DoSSuhas Daftuar
Check that pre-segwit activation, unnecessary witnesses won't cause a txid to be permanently rejected.
2016-07-06Rename CTxinWitness -> CTxInWitnessBob McElrath
2016-06-22[qa] p2p segwit testsSuhas Daftuar
mininode now supports witness transactions/blocks, blocktools has a helper for adding witness commitments to blocks, and script has a function to calculate hashes for signature under sigversion 1, used by segwit. Py3 conversion by Marco Falke Test to make sure upgraded nodes don't ask for non-wit blocks by Gregory Sanders.