Instead of each strategy waiting on return bool that checked for warnings, do that by default in util.start_simulation(), but allow passing a named argument that disables the feature:
async def start_simulation(allow_warn=False)
Is necessary because tests(/strategies) might need raw access to the simulation regardless of whether there were warnings or not (for now, test_big* strategies)