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
2020-04-24
Merge #18745: test: Check submitblock return values
MarcoFalke
2020-04-22
test: Check submitblock return values
MarcoFalke
2020-04-22
test: check for matching object hashes in wait_for_getdata
Danny Lee
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-03
test: remaining replacements of (send_message+sync_with_ping) with send_and_ping
Sebastian Falbesoner
2020-04-01
test: replace (send_message + sync_with_ping) with send_and_ping
Jon Atack
2020-03-12
Merge #18213: test: Fix race in p2p_segwit
MarcoFalke
2020-02-28
test: Fix race in p2p_segwit
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2020-01-23
test: Make msg_tx a witness tx
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-11-11
test: Use proper MAX_SCRIPT_ELEMENT_SIZE
Hennadii Stepanov
2019-10-14
[test] rename SegwitVersion1SignatureHash()
John Newbery
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
[next]