This is a test repository for SV2 pool applications.
pool/
- SV2 Pool server implementationjd-server/
- Job Declaration Server implementationroles-utils/
- Shared utilities for SV2 roles
This repository depends on sv2-core-test
for all protocol implementations.
To run integration tests locally:
./scripts/run-integration-tests.sh
This will:
- Clone/update the integration test framework
- Update dependencies to use your local changes
- Run the full integration test suite
- Restore the original configuration
This repository automatically runs integration tests on every PR using the reusable workflow from the sv2-integration-test-framework
repository.