You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, integration tests in the client validate integration with testnet electrum servers (see: pkg/bitcoin/electrum/electrum_integration_test.go).
We need a way to validate the mainnet servers we embedded in the client:
support all the functions the client uses,
are up-to-date with the chain tip.
We need this verification to be executed periodically and alert us in case of discovered problems.
The content you are editing has changed. Please copy your edits and refresh the page.
In this PR we implement support for mainnet servers in the electrum
client integration tests.
We also include the embedded electrum servers in the verification.
To run the tests execute:
```sh
go test -v -tags=integration ./pkg/bitcoin/electrum -count=1
```
Closes: #3594
Currently, integration tests in the client validate integration with testnet electrum servers (see: pkg/bitcoin/electrum/electrum_integration_test.go).
We need a way to validate the mainnet servers we embedded in the client:
We need this verification to be executed periodically and alert us in case of discovered problems.
Pull Requests
The text was updated successfully, but these errors were encountered: