aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_assumevalid.py
AgeCommit message (Expand)Author
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-05-31Use COINBASE_MATURITY constant in functional tests.Kiminuo
2021-02-08test: remove assert_blockchain_heightMarcoFalke
2021-02-04test: fix timeout decrease in feature_assumevalidBruno Garcia
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-03-11test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeoutsMarcoFalke
2019-09-16test: Bump timeouts in slow running testsMarcoFalke
2019-07-31test: Fix “local variable 'e' is assigned to but never used”Ben Woosley
2019-04-18Pure python ECPieter Wuille
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
2019-02-28test: Bump timeout on tests that timeout on windowsMarcoFalke
2018-12-28Increase timeout of featuer_assumevalid test to fix flaky testsGraham Krizek
2018-08-09Merge #13916: qa: wait_for_verack by defaultMarcoFalke
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-06-22[qa] mininode: Expose connection state through is_connectedMarcoFalke
2018-01-25[tests] Rename feature_* functional tests.Anthony Towns