This is a bad idea, as if it takes effect then it will change txids and
thus can break chains of transactions. Also, it simply does not belong in
this function.
(Introduced in D2086)
Also, fixes test that relied on this behaviour.
Differential D3094
[qa] don't pad transactions during make_conform_to_ctor markblundeberg on May 22 2019, 23:02. Authored by
Details
This is a bad idea, as if it takes effect then it will change txids and (Introduced in D2086) Also, fixes test that relied on this behaviour. test_runner.py --extended
Diff Detail
Event TimelineComment Actions test_runner.py does not run all the tests, there is a cutoff based on their expected duration. To run them all you need test_runner.py --extended. Comment Actions Updated test plan; ran a couple times with --extended. Only observed (once) an apparently unrelated failure in mining_getblocktemplate_longpoll.py (some kind of threading error), that I could not even reproduce in individual testing. |