aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_segwit.py
Commit message (Expand)AuthorAgeFilesLines
* Pure python ECPieter Wuille2019-06-211-12/+11
* Disallow extended encoding for non-witness transactions (take 3)MarcoFalke2019-05-201-3/+23
* Add test for superfluous witness record in deserializationGregory Sanders2019-05-201-0/+29
* Default -whitelistforcerelay to offSuhas Daftuar2019-01-221-1/+1
* [mining] segwit option must be set in GBTJohn Newbery2018-12-101-23/+1
* Check for specific tx acceptance failures based on script signatureJustin Turner Arthur2018-09-261-2/+6
* Fix for incorrect version attr set on functional test segwit block.Justin Turner Arthur2018-09-231-1/+1
* test: Fix broken segwit testpracticalswift2018-09-231-2/+2
* Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-131-0/+3
|\
| * qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan2018-09-081-41/+27
|\ \ | |/ |/|
| * qa: Read reject reasons from debug log, not p2p messagesMarcoFalke2018-08-311-41/+27
* | Fix typos reported by codespellpracticalswift2018-09-041-1/+1
|/
* qa: Use named args in some testsMarcoFalke2018-08-291-4/+4
* scripted-diff: Pass node into p2p_segwit acceptance testsMarcoFalke2018-08-291-107/+107
* Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-3/+0
|\
| * qa: wait_for_verack by defaultMarcoFalke2018-08-081-3/+0
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* Merge #13638: tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.pyWladimir J. van der Laan2018-07-171-2/+1
|\
| * tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.pyDaniel Kraft2018-07-111-2/+1
* | qa: Fix some TODOs in p2p_segwitMarcoFalke2018-07-131-24/+14
|/
* [tests] p2p_segwit: sync_blocks in subtest wrapper.John Newbery2018-06-291-19/+15
* [tests] p2p_segwit: remove unnecessary arguments from subtests.John Newbery2018-06-291-28/+23
* [tests] p2p_segwit: log and assert segwit status in subtest wrapper.John Newbery2018-06-291-10/+9
* [tests] p2p_segwit: Make sure each subtest leaves utxos for the next.John Newbery2018-06-291-34/+8
* [tests] p2p_segwit: wrap subtests with subtest wrapper.John Newbery2018-06-291-26/+46
* [tests] p2p_segwit: re-order function definitions.John Newbery2018-06-291-650/+647
* [tests] p2p_segwit: standardise comments/docstrings.John Newbery2018-06-291-54/+71
* [tests] p2p_segwit: Fix flake8 warnings.John Newbery2018-06-291-235/+283
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-4/+1
* policy: Treat segwit as always activeMarcoFalke2018-05-291-75/+85
* Merge #13205: [tests] Remove spurious error log in p2p_segwit.pyWladimir J. van der Laan2018-05-141-8/+7
|\
| * [tests] Remove spurious error log in p2p_segwit.pyJohn Newbery2018-05-091-8/+7
* | Merge #11423: [Policy] Several transaction standardness rulesWladimir J. van der Laan2018-05-121-7/+7
|\ \
| * | qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke2018-05-051-7/+7
| |/
* / Enable W191 and W291 flake8 checks.John Bampton2018-05-111-1/+1
|/
* Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesisMarcoFalke2018-04-191-5/+84
|\
| * [qa] Test that v0 segwit outputs can't be spent pre-activationSuhas Daftuar2018-04-131-4/+84
| * [qa] Remove some pre-activation segwit testsSuhas Daftuar2018-04-131-1/+0
* | Merge #12791: Expose a transaction's weight via RPCJonas Schnelli2018-04-171-1/+4
|\ \
| * | Test new weight field in p2p_segwitMatt Corallo2018-04-131-1/+4
| |/
* / Minor Python cleanups to make flake8 pass with the new rules enabledpracticalswift2018-04-161-3/+3
|/
* Remove assigned but never used local variablespracticalswift2018-03-291-1/+1
* doc: Refer to witness reserved value as spec. in the BIPMarcoFalke2018-03-261-2/+2
* 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-4/+4
|/
* [tests] Rename p2p_* functional tests.Anthony Towns2018-01-251-0/+1952