It looks like the MINIMALDATA flag is destined to be a consensus rule so
it needs to be tested properly.
Some of the features of MINIMALDATA push restrictions were not being tested fully, namely there apparently were only tests for scriptSig.
Differential D3350
[script_tests] improve test coverage of minimal push rules markblundeberg on Jun 16 2019, 16:24. Authored by Tags None Subscribers None
Details
It looks like the MINIMALDATA flag is destined to be a consensus rule so Some of the features of MINIMALDATA push restrictions were not being tested fully, namely there apparently were only tests for scriptSig. make check
Diff Detail
Event TimelineComment Actions In this case they're pure json tests; the script_build C++ code only builds the subset of json tests that go in the 'Automatically generated test cases' section, further down in the json file, and it only really makes sense to use for tests that involve tx signatures since it's a bit heavy for the compiler to build them.
|