aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_csv_activation.py
AgeCommit message (Expand)Author
2022-04-22test: MiniWallet: always rehash after signing (P2PK mode)Sebastian Falbesoner
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-13test: Set peertimeout in write_configMarcoFalke
2021-09-10Merge bitcoin/bitcoin#22907: test: Avoid intermittent test failure in feature...merge-script
2021-09-09test: pep-8 whitespaceMarcoFalke
2021-09-09test: Avoid intermittent test failure in feature_csv_activation.pyMarcoFalke
2021-09-02scripted-diff: Use generate* from TestFrameworkMarcoFalke
2021-08-18test: use f-strings in feature_csv_activation.pyfanquake
2021-07-27test: use constants for CSV/CLTV activation heights in rpc_signrawtransactionSebastian Falbesoner
2021-05-24test: MiniWallet: introduce enum type for output modeSebastian Falbesoner
2021-05-17test: use P2PK-MiniWallet for feature_csv_activation.pySebastian Falbesoner
2021-05-10refactor: feature_csv_activation.py: move tx helper functions to methodsSebastian Falbesoner
2021-05-10test: use MiniWallet for feature_csv_activation.pySebastian Falbesoner
2021-04-18update docstring in feature_csv_activation.pyPierre K
2020-10-16test: Remove unused -blockversion from testsMarcoFalke
2020-09-10[refactor] clarify tests by referencing p2p objects directlygzhao408
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-08-06refactor: test: use _ variable for unused loop countersSebastian Falbesoner
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-28test: check specific reject reasons in feature_csv_activation.pySebastian Falbesoner
2020-02-28test: eliminiated magic numbers in feature_csv_activation.pySebastian Falbesoner
2020-02-28test: check for OP_CSV empty stack fail reject reason in feature_csv_activati...Sebastian Falbesoner
2020-02-28test: test OP_CSV empty stack fail in feature_csv_activation.pySebastian Falbesoner
2020-02-26test: Reduce unneeded whitelist permissions in testsMarcoFalke
2019-12-06tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift
2019-08-14[Consensus] Bury CSV deployment heightJohn Newbery
2019-04-08scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...MarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-03-02scripted-diff: test: Remove brackets after assertMarcoFalke
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-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-07-27Update copyright headers to 2018DrahtBot
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-03-22[tests] Change feature_csv_activation.py to use BitcoinTestFrameworkJohn Newbery
2018-03-22[tests] Move utility functions in feature_csv_activation.py out of class.John Newbery
2018-03-22[tests] Remove nested loops from feature_csv_activation.pyJohn Newbery
2018-03-18[tests] improve logging in feature_csv_activation.pyJohn Newbery
2018-03-18[tests] fix flake8 nits in feature_csv_activation.pyJohn Newbery