Page MenuHomePhabricator

Return proper error code when checkign script in parallel
Open, NormalPublic

Description

Right now, we return a generic "blk-bad-inputs" but we should actually be able to figure out what the problem is and forward it.

See D203 for an instance of the problem. D203 -par=1 needs to be removed once this task is solved.

Event Timeline

Thinking more about this, the single threaded path should really be removed. That's 2 path to maintain based on command line argument, and I don't expect the perf hit on single core machine to be significant. We can just use a thread pool with one thread.