aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_csv_activation.py
Commit message (Expand)AuthorAgeFilesLines
* Add Dogecoin block subsidiesRoss Nicoll2021-05-301-3/+3
* Dogecoin: Update coinbase maturityRoss Nicoll2021-05-201-2/+2
* test: Remove unused -blockversion from testsMarcoFalke2020-10-161-1/+0
* [refactor] clarify tests by referencing p2p objects directlygzhao4082020-09-101-2/+2
* scripted-diff: Rename mininode to p2pJohn Newbery2020-08-211-1/+1
* refactor: test: use _ variable for unused loop countersSebastian Falbesoner2020-08-061-6/+6
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* test: check specific reject reasons in feature_csv_activation.pySebastian Falbesoner2020-02-281-11/+17
* test: eliminiated magic numbers in feature_csv_activation.pySebastian Falbesoner2020-02-281-4/+7
* test: check for OP_CSV empty stack fail reject reason in feature_csv_activati...Sebastian Falbesoner2020-02-281-4/+7
* test: test OP_CSV empty stack fail in feature_csv_activation.pySebastian Falbesoner2020-02-281-10/+25
* test: Reduce unneeded whitelist permissions in testsMarcoFalke2020-02-261-1/+5
* tests: Mark functional tests not supporting bitcoin-cli (--usecli) as suchpracticalswift2019-12-061-0/+1
* [Consensus] Bury CSV deployment heightJohn Newbery2019-08-141-66/+31
* scripted-diff: Rename sync_blocks to send_blocks to avoid name collisions and...MarcoFalke2019-04-081-31/+31
* scripted-diff: Update copyright in ./testMarcoFalke2019-03-021-1/+1
* scripted-diff: test: Remove brackets after assertMarcoFalke2019-03-021-2/+2
* Merge #14180: qa: Run all tests even if wallet is not compiledWladimir J. van der Laan2018-09-131-0/+3
|\
| * qa: Run all tests even if wallet is not compiledMarcoFalke2018-09-101-0/+3
* | qa: Read reject reasons from debug log, not p2p messagesMarcoFalke2018-08-311-2/+2
|/
* qa: blocktools enforce named args for amountMarcoFalke2018-08-091-7/+6
* Merge #13669: Tests: Cleanup create_transaction implementationsMarcoFalke2018-08-091-10/+1
|\
| * [Tests] Cleanup extra instances of create_transactionConor Scott2018-08-091-10/+1
* | Merge #13916: qa: wait_for_verack by defaultMarcoFalke2018-08-091-1/+0
|\ \ | |/ |/|
| * qa: wait_for_verack by defaultMarcoFalke2018-08-081-1/+0
* | Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|/
* qa: Avoid start/stop of the network thread mid-testMarcoFalke2018-06-251-2/+1
* [tests] Change feature_csv_activation.py to use BitcoinTestFrameworkJohn Newbery2018-03-221-44/+50
* [tests] Move utility functions in feature_csv_activation.py out of class.John Newbery2018-03-221-90/+90
* [tests] Remove nested loops from feature_csv_activation.pyJohn Newbery2018-03-221-140/+75
* [tests] improve logging in feature_csv_activation.pyJohn Newbery2018-03-181-25/+38
* [tests] fix flake8 nits in feature_csv_activation.pyJohn Newbery2018-03-181-90/+96
* scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...Andrew Chow2018-02-171-1/+1
* [tests] Rename feature_* functional tests.Anthony Towns2018-01-251-0/+534