index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
feature_assumevalid.py
Age
Commit message (
Expand
)
Author
2021-11-17
test: refactor: take use of `create_block` txlist parameter
Sebastian Falbesoner
2021-11-17
test: refactor: take use of `create_block` version parameter (or use default)
Sebastian Falbesoner
2021-11-16
Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...
fanquake
2021-11-12
test: remove unnecessary block rehashing prior to solving
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2021-02-08
test: remove assert_blockchain_height
MarcoFalke
2021-02-04
test: fix timeout decrease in feature_assumevalid
Bruno Garcia
2020-08-21
scripted-diff: Rename mininode to p2p
John Newbery
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-03-11
test: Bump rpc timeout in feature_assumevalid to avoid valgrind timeouts
MarcoFalke
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-07-31
test: Fix “local variable 'e' is assigned to but never used”
Ben Woosley
2019-04-18
Pure python EC
Pieter Wuille
2019-03-02
scripted-diff: Update copyright in ./test
MarcoFalke
2019-02-28
test: Bump timeout on tests that timeout on windows
MarcoFalke
2018-12-28
Increase timeout of featuer_assumevalid test to fix flaky tests
Graham Krizek
2018-08-09
Merge #13916: qa: wait_for_verack by default
MarcoFalke
2018-08-08
qa: wait_for_verack by default
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-25
qa: Avoid start/stop of the network thread mid-test
MarcoFalke
2018-06-22
[qa] mininode: Expose connection state through is_connected
MarcoFalke
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns