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
This will be needed for the RPC tests and to match zcashd's behaviour on Regtest as closely as possible.
Design
On Regtest:
Return the configured initial testnet peers without loading the peer cache in zebra_network::Config.initial_peers() instead of returning an empty set, and
Reject incoming connections and avoid attempting outbound connections with peers outside the local host domain.
The text was updated successfully, but these errors were encountered:
Motivation
This will be needed for the RPC tests and to match zcashd's behaviour on Regtest as closely as possible.
Design
On Regtest:
zebra_network::Config.initial_peers()
instead of returning an empty set, andThe text was updated successfully, but these errors were encountered: