diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-03-29 13:19:20 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-03-29 13:19:29 -0400 |
commit | dc5c2e4407463b6aadad2bee7495bb7576385cf8 (patch) | |
tree | 235b6143b72995750cca8da6480cb78e9a0de271 /src | |
parent | 904129b35dd6111064cad2ace777462ff7edce33 (diff) | |
parent | 03d6d238104d228acfae9f3e122879bddef8d27d (diff) |
Merge #15686: [tests] make pruning test faster
03d6d23810 [tests] make pruning test faster (John Newbery)
1c29ac40fb [tests] style fixes in feature_pruning.py (John Newbery)
Pull request description:
This commit makes the pruning.py much faster.
Key insights to do this:
- pruning.py doesn't care what kind of transactions make up the big
blocks that are pruned in the test. Instead of making blocks with
several large, expensive to construct and validate transactions,
instead make the large blocks contain a single coinbase transaction with
a huge OP_RETURN txout.
- avoid stop-starting nodes where possible.
ACKs for commit 03d6d2:
MarcoFalke:
utACK 03d6d238104d228acfae9f3e122879bddef8d27d
Tree-SHA512: 511642ce0fa294319dce3486fe06d75970d8ab66deda7f692be081d3056b4ce5b4cf91a7b5762eefbba224ba6c848750016454ff1e5d564acc507b1c41213628
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions