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
/
wallet_backup.py
Age
Commit message (
Expand
)
Author
2024-02-28
test: add option to speed up tx relay/mempool sync
brunoerg
2023-10-10
test: Use pathlib over os.path #28362
ns-xvrn
2023-09-05
Merge bitcoin/bitcoin#28195: blockstorage: Drop legacy -txindex check
fanquake
2023-08-23
test: wallet_backup.py, fix intermittent failure in "restore using dumped wal...
furszy
2023-08-01
scripted-diff: Use blocks_path where possible
MarcoFalke
2023-06-21
scripted-diff: Use wallets_path and chain_path where possible
MarcoFalke
2023-06-21
test: Use wallet_dir lambda in wallet_multiwallet test where possible
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-10
test: Remove wallet option from non-wallet tests
MacroFake
2021-12-15
refactor: remove the wallet folder if the restore fails
w0xlt
2021-12-15
refactor: Move restorewallet() RPC logic to the wallet section
w0xlt
2021-11-10
scripted-diff: Bump copyright headers
MarcoFalke
2021-11-10
scripted-diff: Remove redundant sync_all and sync_blocks
MarcoFalke
2021-10-20
Make explicit the node param in init_wallet()
lsilva01
2021-09-02
scripted-diff: Use generate* from TestFramework
MarcoFalke
2021-08-10
Change the wallet_backup.py test to use the restorewallet RPC command instead...
lsilva01
2021-05-31
Use COINBASE_MATURITY constant in functional tests.
Kiminuo
2020-10-21
wallet: Make -wallet setting not create wallets
Russell Yanofsky
2020-10-20
scripted-diff: test: Replace uses of (dis)?connect_nodes global
Prayank
2020-10-14
Run dumpwallet for legacy wallets only in wallet_backup.py
Andrew Chow
2020-09-29
test: Get rid of default wallet hacks
Russell Yanofsky
2020-09-29
test, refactor: add default_wallet_name and wallet_data_filename variables
Russell Yanofsky
2020-09-08
Do not create default wallet
Andrew Chow
2020-08-06
refactor: test: use _ variable for unused loop counters
Sebastian Falbesoner
2020-04-16
scripted-diff: Bump copyright headers
MarcoFalke
2020-02-26
test: Reduce unneeded whitelist permissions in tests
MarcoFalke
2019-10-26
Tests: Use self.chain instead of 'regtest' in almost all current tests
Jorge Timón
2019-10-13
test: speedup wallet_backup by whitelisting peers (immediate tx relay)
Sebastian Falbesoner
2019-09-16
test: Bump timeouts in slow running tests
MarcoFalke
2019-04-09
test: Remove unused imports
MarcoFalke
2019-04-09
scripted-diff: use self.sync_* methods
MarcoFalke
2018-12-22
scripted-diff: Remove unused 'split' parameter to setup_network
MarcoFalke
2018-09-10
qa: Run all tests even if wallet is not compiled
MarcoFalke
2018-08-13
tests: Use explicit imports
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-03-19
qa: Use node.datadir instead of tmpdir in test framework
MarcoFalke
2018-01-25
[tests] Rename wallet_* functional tests.
Anthony Towns