Fabian Jahr
|
f20fe33e94
|
test: Add basic balance coverage to wallet_assumeutxo.py
|
2 months ago |
Fabian Jahr
|
7e3dbe4180
|
wallet: Write best block to disk before backup
This ensures that the best block is included in the backup which leads to a more consistent behavior when loading the backup.
|
2 months ago |
Fabian Jahr
|
993cafe7e4
|
RPC: Add type parameter to dumptxoutset
|
2 months ago |
Hennadii Stepanov
|
a0473442d1
|
scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`
-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-
|
4 months ago |
Fabian Jahr
|
2bc1ecfaa9
|
test: Remove unnecessary sync_blocks in assumeutxo tests
The nodes are not connected at this point and no blocks have been mined, so it does not seem do anything
|
8 months ago |
MarcoFalke
|
fa5cd66f0a
|
test: Assumeutxo with more than just coinbase transactions
|
9 months ago |
Sjors Provoost
|
997b9a73e5
|
test: add assumeutxo wallet test
Co-Authored-By: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
|
1 year ago |