aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/segwit.py
AgeCommit message (Collapse)Author
2017-03-16Test transaction selection when gbt called without segwit supportSuhas Daftuar
Github-Pull: #9955 Rebased-From: c85ffe6d8d57132c1825c16a572d3847419030a6
2017-03-16Don't require segwit in getblocktemplate for segwit signalling or miningSuhas Daftuar
Segwit's version bit will be signalled for all invocations of CreateNewBlock, and not specifying segwit only will cause CreateNewBlock to skip transactions with witness from being selected. Github-Pull: #9955 Rebased-From: abe7b3d3abe10e3554b770f40824174b3b217490
2017-02-20QA: Test GBT size/weight limit valuesLuke Dashjr
Github-Pull: #9619 Rebased-From: 279f944e8d3b437d31210f3ba3e798e98a9334fc
2017-01-20Remove redundant semicolons in Python codepracticalswift
2016-12-11[qa] Don't set unknown rpcserialversionMarcoFalke
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-10-17test segwit uncompressed key fixesJohnson Lau
2016-08-19[qa] Remove unused codeMarcoFalke
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-08qa/rpc-tests/segwit: Test GBT sigops before and after activationLuke Dashjr
2016-07-15[qa] Sort scripts by time for pull_tester and don't overwrite setup_chainMarcoFalke
2016-06-22[qa] Add rpc test for segwitAlex Morcos
Amended by Pieter Wuille to use multisig 1-of-1 for P2WSH tests, and BIP9 based switchover logic. Fixes and py3 conversion by Marco Falke.