Byron Hambly
522ba1a6a8
Merge 0147278e37 into merged_master (Bitcoin PR bitcoin/bitcoin#21464 )
2023-06-21 09:23:39 +00:00
Byron Hambly
bd68371fb6
Merge ffdab41f94 into merged_master (Bitcoin PR bitcoin/bitcoin#23474 )
2023-05-26 10:32:04 +00:00
James Dorfman
ae89c4bc51
Merge a5d00d4baf into merged_master (Bitcoin PR bitcoin/bitcoin#22788 )
2023-04-21 04:02:55 +00:00
Byron Hambly
5d5f55006d
Merge 4fc15d1566 into merged_master (Bitcoin PR bitcoin/bitcoin#22707 )
2023-04-10 12:37:09 +00:00
Jeremy Rubin
c49daf9885
[TESTS] Increase limitancestorcount in tournament RPC test to showcase improved algorithm
2021-12-08 23:07:56 -08:00
MarcoFalke
fac23c2114
scripted-diff: Bump copyright headers
...
The previous diff touched most files in ./test/, so bump the headers to
avoid having to touch them again for a bump later.
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./test/
-END VERIFY SCRIPT-
2021-11-10 11:10:24 +01:00
MarcoFalke
fa0b916971
scripted-diff: Use generate* from TestFramework
...
-BEGIN VERIFY SCRIPT-
sed --regexp-extended -i \
's/((self\.)?(nodes\[[^]]+\]|[a-z_]*(wallet|node)[0-9a-z_]*))\.(generate(|toaddress|block|todescriptor)(\(|, ))/self.\5\1, /g' \
$(git grep -l generate ./test | grep -v 'test_framework/' | grep -v 'feature_rbf')
-END VERIFY SCRIPT-
2021-09-02 10:34:35 +02:00
Michael Dietz
86dbd54ae8
test: improve mempool_updatefrom efficiency by using getmempoolentry for specific txns
2021-08-16 17:56:28 +05:00
Andrew Chow
d8fa5c1458
Use createtx array outputs
2021-06-22 14:42:19 -04:00
Andrew Poelstra
c98788b086
Merge cb1ee1551c into merged_master (Bitcoin PR #19674 )
2020-11-27 14:17:51 +00:00
Andrew Poelstra
252c3a223c
Merge 978c5a2122 into merged_master (Bitcoin PR #18485 )
2020-11-26 01:08:33 +00:00
Sebastian Falbesoner
dac7a111bd
refactor: test: use _ variable for unused loop counters
...
substitutes "for x in range(N):" by "for _ in range(N):"
indicates to the reader that a block is just repeated N times, and
that the loop counter is not used in the body
2020-08-06 18:39:33 +02:00
Hennadii Stepanov
8098dea069
test: Add mempool_updatefromblock.py
2020-04-24 18:18:34 +03:00