aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_segwit.py
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-10/+10
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-17/+17
* 1.21 key prefix (#1710)Ross Nicoll2021-03-041-20/+20
* scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank2020-10-201-2/+1
* Merge #19401: QA: Use GBT to get block versions correctMarcoFalke2020-10-161-2/+0
|\
| * QA: Use GBT to get block versions correctLuke Dashjr2020-09-121-2/+0
* | refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-2/+2
|/
* test: refactor functional tests to use restart_nodeChristopher Coverdale2020-06-221-2/+1
* Merge #18826: Expose txinwitness for coinbase in JSON form from RPCMarcoFalke2020-06-081-0/+9
|\
| * Test txinwitness is accessible on coinbase vinRod Vagg2020-05-081-0/+9
* | Merge #17946: Fix GBT: Restore "!segwit" and "csv" to "rules" keyMarcoFalke2020-05-191-6/+2
|\ \ | |/ |/|
| * QA: feature_segwit: Check that template "rules" includes "!segwit" as appropr...Luke Dashjr2020-01-171-6/+2
* | Merge #18384: [test] more specific feature_segwit test error messages and fix...MarcoFalke2020-04-211-24/+24
|\ \
| * | [test] add 8 error messages to feature_segwit and change version to typeGloria Zhao2020-04-211-24/+24
* | | scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* | | ci: Enable all functional tests in valgrindMarcoFalke2020-03-101-0/+1
|/ /
* | test: re-enable CLI test support by using EncodeDecimal in json.dumps()fanquake2019-12-091-1/+0
* | tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* | [logging] Don't log REJECT code when transaction is rejectedJohn Newbery2019-10-101-4/+4
* | test: use named args for sendrawtransaction callsJon Atack2019-09-221-3/+3
* | Merge #16521: rpc: Use the default maxfeerate value as BTC/kBWladimir J. van der Laan2019-09-181-1/+1
|\ \
| * | wallet/rpc: Use the default maxfeerate value as BTC/kBJoonmo Yang2019-08-181-1/+1
* | | qa: Add RPC tests for weight in mempool entryDaniel Edgecumbe2019-08-191-1/+22
| |/ |/|
* | [Consensus] Bury segwit deploymentJohn Newbery2019-08-141-3/+3
|/
* test: Require standard txs in regtestMarcoFalke2019-06-211-0/+3
* test: Remove unused importsMarcoFalke2019-04-091-1/+7
* scripted-diff: use self.sync_* methodsMarcoFalke2019-04-091-7/+7
* wallet/rpc: add maxfeerate parameter to sendrawtransactionKarl-Johan Alm2019-03-141-2/+2
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-30/+30
* scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke2019-03-021-15/+15
* Address test todos by removing -txindex to nodes.Amiti Uttarwar2019-02-171-17/+16
* [RPC] Update getrawtransaction interfaceAmiti Uttarwar2019-01-261-0/+4
* [mining] segwit option must be set in GBTJohn Newbery2018-12-101-10/+2
* [test] Remove deprecated addwitnessaddress from feature_segwit.pyJohn Newbery2018-09-231-49/+1
* [test] Fix flake8 warnings in testsJohn Newbery2018-09-231-53/+51
* qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-3/+24
* tests: Use explicit importspracticalswift2018-08-131-4/+8
* Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan2018-08-081-1/+1
|\
| * Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* | policy: Remove promiscuousmempoolflagsMarcoFalke2018-06-231-11/+7
|/
* policy: Treat segwit as always activeMarcoFalke2018-05-291-18/+13
* qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke2018-05-051-3/+3
* Merge #13002: Do not treat bare multisig outputs as IsMine unless watchedWladimir J. van der Laan2018-04-261-4/+8
|\
| * Do not treat bare multisig as IsMinePieter Wuille2018-04-191-4/+8
* | [qa] Remove some pre-activation segwit testsSuhas Daftuar2018-04-131-9/+1
|/
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-4/+4
* scripted-diff: validateaddress to getaddressinfo in testsAndrew Chow2018-02-161-12/+12
* QA: segwit.py: s/find_unspent/find_spendable_utxo/Jorge Timón2018-01-311-7/+9
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+638