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_dbcrash.py
Age
Commit message (
Expand
)
Author
2023-10-20
scripted-diff: Rename hash_serialized_2 to hash_serialized_3
Fabian Jahr
2023-03-31
test: Remove python3.5 workaround in authproxy
MarcoFalke
2023-02-22
Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare except
fanquake
2023-02-18
lint: enable E722 do not use bare except
Leonardo Lazzaro
2023-01-16
test: add `rescan_utxos` in MiniWallet's initialization
kouloumos
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-07-03
test: pass `dustrelayfee=0` option for tests using dust (instead of `acceptno...
Sebastian Falbesoner
2022-06-27
test: Return new_utxos from create_self_transfer_multi in MiniWallet
MacroFake
2022-05-19
test: use MiniWallet for feature_dbcrash.py
Sebastian Falbesoner
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-10-29
test: Implicitly sync after generate*, unless opted out
MarcoFalke
2021-08-19
Use generate* from TestFramework
MarcoFalke
2021-08-18
test: use f-strings in feature_dbcrash.py
fanquake
2021-08-01
test: refactor: remove `hex_str_to_bytes` helper
Sebastian Falbesoner
2021-06-21
test: remove `ToHex` helper, use .serialize().hex() instead
Sebastian Falbesoner
2021-02-01
scripted-diff: Remove setup_clean_chain if default is not changed
Fabian Jahr
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-18
test: create default wallet in extended tests
Sjors Provoost
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-05-19
test: Fix intermittent failure in feature_dbcrash
MarcoFalke
2019-12-06
tests: Mark functional tests not supporting bitcoin-cli (--usecli) as such
practicalswift
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-02
Merge #16493: test: Fix test failures
MarcoFalke
2019-07-30
test: Add -acceptnonstdtxn to self.extra_args[3]
MarcoFalke
2019-07-30
test: Bump rpc_timeout in feature_dbcrash
MarcoFalke
2019-07-29
qa: fix deprecated log.warn in feature_dbcrash test
Jon Atack
2019-03-04
test: Remove python3.4 workaround in feature_dbcrash
MarcoFalke
2018-12-22
scripted-diff: Rename rpc_timewait to rpc_timeout
MarcoFalke
2018-11-01
[tests] Move deterministic address import to setup_nodes
John Newbery
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-01
qa: Extract rpc_timewait as test param
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-02-17
scripted-diff: change signrawtransaction to signrawtransactionwithwallet in t...
Andrew Chow
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns