index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
p2p_segwit.py
Age
Commit message (
Expand
)
Author
2018-09-26
Check for specific tx acceptance failures based on script signature
Justin Turner Arthur
2018-09-23
Fix for incorrect version attr set on functional test segwit block.
Justin Turner Arthur
2018-09-23
test: Fix broken segwit test
practicalswift
2018-09-13
Merge #14180: qa: Run all tests even if wallet is not compiled
Wladimir J. van der Laan
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-09-08
Merge #14119: qa: Read reject reasons from debug log, not p2p messages
Wladimir J. van der Laan
2018-09-04
Fix typos reported by codespell
practicalswift
2018-08-31
qa: Read reject reasons from debug log, not p2p messages
MarcoFalke
2018-08-29
qa: Use named args in some tests
MarcoFalke
2018-08-29
scripted-diff: Pass node into p2p_segwit acceptance tests
MarcoFalke
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-07-17
Merge #13638: tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.py
Wladimir J. van der Laan
2018-07-13
qa: Fix some TODOs in p2p_segwit
MarcoFalke
2018-07-11
tests: Use MAX_SCRIPT_ELEMENT_SIZE from script.py
Daniel Kraft
2018-06-29
[tests] p2p_segwit: sync_blocks in subtest wrapper.
John Newbery
2018-06-29
[tests] p2p_segwit: remove unnecessary arguments from subtests.
John Newbery
2018-06-29
[tests] p2p_segwit: log and assert segwit status in subtest wrapper.
John Newbery
2018-06-29
[tests] p2p_segwit: Make sure each subtest leaves utxos for the next.
John Newbery
2018-06-29
[tests] p2p_segwit: wrap subtests with subtest wrapper.
John Newbery
2018-06-29
[tests] p2p_segwit: re-order function definitions.
John Newbery
2018-06-29
[tests] p2p_segwit: standardise comments/docstrings.
John Newbery
2018-06-29
[tests] p2p_segwit: Fix flake8 warnings.
John Newbery
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-05-29
policy: Treat segwit as always active
MarcoFalke
2018-05-14
Merge #13205: [tests] Remove spurious error log in p2p_segwit.py
Wladimir J. van der Laan
2018-05-12
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-11
Enable W191 and W291 flake8 checks.
John Bampton
2018-05-09
[tests] Remove spurious error log in p2p_segwit.py
John Newbery
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-04-19
Merge #11739: Enforce SCRIPT_VERIFY_P2SH and SCRIPT_VERIFY_WITNESS from genesis
MarcoFalke
2018-04-17
Merge #12791: Expose a transaction's weight via RPC
Jonas Schnelli
2018-04-16
Minor Python cleanups to make flake8 pass with the new rules enabled
practicalswift
2018-04-13
Test new weight field in p2p_segwit
Matt Corallo
2018-04-13
[qa] Test that v0 segwit outputs can't be spent pre-activation
Suhas Daftuar
2018-04-13
[qa] Remove some pre-activation segwit tests
Suhas Daftuar
2018-03-29
Remove assigned but never used local variables
practicalswift
2018-03-26
doc: Refer to witness reserved value as spec. in the BIP
MarcoFalke
2018-03-21
Merge #12716: Fix typos and cleanup in various files
MarcoFalke
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-19
scripted-diff: rename TestNode to TestP2PConn in tests
John Newbery
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns