aboutsummaryrefslogtreecommitdiff
path: root/test/functional/p2p_invalid_tx.py
AgeCommit message (Expand)Author
2022-07-05Merge bitcoin/bitcoin#19393: test: Add more tests for orphan tx handlingMacroFake
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-03test: Add test for erase orphan tx conflicted by blockHennadii Stepanov
2021-09-03test: Add test for erase orphan tx included by blockHennadii Stepanov
2021-09-03test: Add test for erase orphan tx from peerHennadii Stepanov
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-25test, doc: refer to the correct variable names in p2p_invalid_tx.pyaitorjs
2021-02-27txorphanage: Move functions and data into classAnthony Towns
2021-01-04doc: fix various typosIkko Ashimine
2020-09-10scripted-diff: replace p2p with p2ps[0] in p2p_invalid_txgzhao408
2020-08-26test: Update wait_until usage in tests not to use the one from utilsSeleme Topuz
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-13test: Add various low-level p2p testsMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-06-21test: Require standard txs in regtestMarcoFalke
2018-11-27test: add invalid tx templates for use in functional testsJames O'Beirne
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-13Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-08Merge #14119: qa: Read reject reasons from debug log, not p2p messagesWladimir J. van der Laan
2018-09-04Fix typos reported by codespellpracticalswift
2018-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-24qa: Add TestNode::assert_debug_logMarcoFalke
2018-08-09Merge #13669: Tests: Cleanup create_transaction implementationsMarcoFalke
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
2018-08-09[Tests] Cleanup extra instances of create_transactionConor Scott
2018-08-08qa: wait_for_verack by defaultMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-05-30qa: Avoid checking reject code for nowMarcoFalke
2018-05-30Merge #13069: docs: Fix typosMarcoFalke
2018-05-13net: Add option `-enablebip61` to configure sending of BIP61 notificationsWladimir J. van der Laan
2018-05-07Fix typospracticalswift
2018-05-05qa: Pad scriptPubKeys to get minimum sized txsMarcoFalke
2018-04-16qa: Add test for orphan handlingMarcoFalke
2018-02-13[test] Fix nits leftover from 11771Conor Scott
2018-01-30[tests] Change invalidtxrequest to use BitcoinTestFrameworkJohn Newbery
2018-01-30[tests] Fix flake8 warnings in invalidtxrequestJohn Newbery
2018-01-25[tests] Rename p2p_* functional tests.Anthony Towns