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
2019-08-14
[Consensus] Bury segwit deployment
John Newbery
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2019-06-17
Merge #15982: tests: Make msg_block a witness block
MarcoFalke
2019-05-14
Disallow extended encoding for non-witness transactions (take 3)
MarcoFalke
2019-05-08
tests: Make msg_block a witness block
MarcoFalke
2019-05-08
test: Remove True argument to CBlock::serialize
MarcoFalke
2019-04-27
Merge #15846: [POLICY] Make sending to future native witness outputs standard
MeshCollider
2019-04-25
Add test for superfluous witness record in deserialization
Gregory Sanders
2019-04-18
[POLICY] Make sending to future native witness outputs standard
Pieter Wuille
2019-04-18
Pure python EC
Pieter Wuille
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-03-02
scripted-diff: test: Remove brackets after assert
MarcoFalke
2019-03-02
scripted-diff: test: Use py3.5 bytes::hex() method
MarcoFalke
2019-01-22
Default -whitelistforcerelay to off
Suhas Daftuar
2018-12-10
[mining] segwit option must be set in GBT
John Newbery
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
[next]