Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-16 | scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()` | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- sed -i -e 's/\s*().main\s*()/(__file__).main()/' $(git ls-files test/functional/*.py) sed -i -e 's/def __init__(self)/def __init__(self, test_file)/' test/functional/test_framework/test_framework.py -END VERIFY SCRIPT- | |||
2023-10-10 | test: Use pathlib over os.path #28362 | ns-xvrn | |
revert netutil chgs py3.8 compliant fixes based on PR review | |||
2023-08-01 | scripted-diff: Use blocks_path where possible | MarcoFalke | |
-BEGIN VERIFY SCRIPT- sed -i 's|].chain_path, .blocks.|].blocks_path|g' $(git grep -l chain_path) -END VERIFY SCRIPT- | |||
2023-06-21 | scripted-diff: Use wallets_path and chain_path where possible | MarcoFalke | |
Instead of passing the datadir and chain name to os.path.join, just use the existing properties, which are the same. -BEGIN VERIFY SCRIPT- sed -i --regexp-extended 's|\.datadir, self\.chain, .wallets.|.wallets_path|g' $(git grep -l '\.datadir, self\.chain,') sed -i --regexp-extended 's|\.datadir, self\.chain,|.chain_path,|g' $(git grep -l '\.datadir, self\.chain,') -END VERIFY SCRIPT- | |||
2023-02-13 | test: Fix intermittent sync issue in wallet_pruning | MarcoFalke | |
2023-02-09 | test: Fix intermittent sync issue in wallet_pruning | 721217.xyz | |
2022-12-15 | test: Wallet imports on pruned nodes | Aurèle Oulès | |
Co-authored-by: Ryan Ofsky <ryan@ofsky.org> Co-authored-by: Andreas Kouloumos <kouloumosa@gmail.com> |