Check that mining pool software can connect to Zebra in CI, but don't mine any blocks #5304
Labels
A-compatibility
Area: Compatibility with other nodes or wallets, or standard rules
A-devops
Area: Pipelines, CI/CD and Dockerfiles
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
Motivation
We want to test our RPCs against the software that uses them, to make sure we got the names, parameters, and fields correct.
Proposed Solution
We can run the latest version of https://github.com/s-nomp/s-nomp , connect it to
zebrad
, and check for successes or failures in the logs.This will be like the
lightwalletd_integration
test:zebra/zebrad/tests/acceptance.rs
Line 1505 in 75a6797
Out of Scope
We won't be mining blocks in CI, we just want to make sure the miner can connect.
The text was updated successfully, but these errors were encountered: