aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_dersig.py
AgeCommit message (Expand)Author
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2023-08-18Make post-p2sh consensus rules mandatory for tx relayAnthony Towns
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` version parameter (or use default)Sebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-09-16test: Activate all regtest softforks at height 1, unless overriddenMarcoFalke
2021-09-16test: Remove version argument from build_next_block in p2p_segwit testMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_dersig.pyfanquake
2021-08-05test: Set regtest.BIP66Height = 102 to speed up testsMarcoFalke
2021-05-25test: use MiniWallet (P2PK mode) for feature_dersig.pySebastian Falbesoner
2021-01-12rpc: Return wtxid from testmempoolacceptMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-14test: Bump timeouts to avoid valgrind failuresMarcoFalke
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-11-07scripted-diff: [validation] Rename CheckInputs to CheckInputScriptsJohn Newbery
2019-10-10[logging] Don't log REJECT code when transaction is rejectedJohn Newbery
2019-10-02p2p: Remove BIP61 reject messagesMarcoFalke
2019-08-13[rpc] Tidy up reporting of buried and ongoing softforksJohn Newbery
2019-07-02test: Add tests for getblockchaininfo.softforksMarcoFalke
2019-03-14wallet/rpc: add maxfeerate parameter to testmempoolacceptKarl-Johan Alm
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Use py3.5 bytes::hex() methodMarcoFalke
2019-02-28test: Bump timeout on tests that timeout on windowsMarcoFalke
2018-11-07tests: Remove unused testing codepracticalswift
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-08-31qa: Read reject reasons from debug log, not p2p messagesMarcoFalke
2018-08-13Merge #13054: tests: Enable automatic detection of undefined names in Python ...MarcoFalke
2018-08-13tests: Use explicit importspracticalswift
2018-08-09qa: blocktools enforce named args for amountMarcoFalke
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-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-07Merge #13527: policy: Remove promiscuousmempoolflagsWladimir J. van der Laan
2018-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-23policy: Remove promiscuousmempoolflagsMarcoFalke
2018-02-17scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns