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_invalid_tx.py
Age
Commit message (
Expand
)
Author
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-25
test, doc: refer to the correct variable names in p2p_invalid_tx.py
aitorjs
2021-02-27
txorphanage: Move functions and data into class
Anthony Towns
2021-01-04
doc: fix various typos
Ikko Ashimine
2020-09-10
scripted-diff: replace p2p with p2ps[0] in p2p_invalid_tx
gzhao408
2020-08-26
test: Update wait_until usage in tests not to use the one from utils
Seleme Topuz
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-13
test: Add various low-level p2p tests
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-06-21
test: Require standard txs in regtest
MarcoFalke
2018-11-27
test: add invalid tx templates for use in functional tests
James O'Beirne
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
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-24
qa: Add TestNode::assert_debug_log
MarcoFalke
2018-08-09
Merge #13669: Tests: Cleanup create_transaction implementations
MarcoFalke
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-09
[Tests] Cleanup extra instances of create_transaction
Conor Scott
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-05-30
qa: Avoid checking reject code for now
MarcoFalke
2018-05-30
Merge #13069: docs: Fix typos
MarcoFalke
2018-05-13
net: Add option `-enablebip61` to configure sending of BIP61 notifications
Wladimir J. van der Laan
2018-05-07
Fix typos
practicalswift
2018-05-05
qa: Pad scriptPubKeys to get minimum sized txs
MarcoFalke
2018-04-16
qa: Add test for orphan handling
MarcoFalke
2018-02-13
[test] Fix nits leftover from 11771
Conor Scott
2018-01-30
[tests] Change invalidtxrequest to use BitcoinTestFramework
John Newbery
2018-01-30
[tests] Fix flake8 warnings in invalidtxrequest
John Newbery
2018-01-25
[tests] Rename p2p_* functional tests.
Anthony Towns