• Mark Tyneway's avatar
    test: add integration tests for running a verifier · a135aa3d
    Mark Tyneway authored
    Add verifier integration tests behind the env var
    `RUN_VERIFIER_TESTS`. Note that this depends on the
    batch submitter correctly submitting batches because
    the verifier syncs from the batches submitted by the
    batch submitter.
    
    The verifier is not enabled by default with the
    `docker-compose.yml` file. To enable it, the replicas
    field must be updated from `0` to `1`.
    a135aa3d
env.ts 6.46 KB