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_reindex.py
Age
Commit message (
Expand
)
Author
2024-08-25
refactor: move read_xor_key() to TestNode
tdb3
2024-08-14
test: refactor: move `read_xor_key`/`util_xor` helpers to util module
Sebastian Falbesoner
2024-07-26
Add -blocksxor boolean option
MarcoFalke
2024-07-16
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
Hennadii Stepanov
2024-06-07
test: Add functional test for continuing a reindex
TheCharlatan
2024-01-23
[test] Move MAGIC_BYTES to messages.py
stratospher
2023-07-25
scripted-diff: Use blocks_path where possible
MarcoFalke
2023-06-21
test: Use TestNode *_path properties where possible
MarcoFalke
2022-10-24
Faster -reindex by initially deserializing only headers
Larry Ruane
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2020-12-31
scripted-diff: Bump copyright headers
MarcoFalke
2020-05-05
test: Fix intermittent sync_blocks failures
MarcoFalke
2018-09-17
Changed functional tests which do not require wallets to run without
sanket1729
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-08
qa: Remove redundant checkmempool/checkblockindex extra_args
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-15
test: Use wait_until in tests where time was used for polling
Ben Woosley
2018-01-25
[tests] Rename feature_* functional tests.
Anthony Towns