celestiaorg / test-infra

Testing infrastructure for the Celestia Network
Apache License 2.0
25 stars 10 forks source link

Refactor `BuildValidator` to enable/disable peer discovery on demand #145

Open derrandz opened 1 year ago

derrandz commented 1 year ago

Origin

In a previous PR, we chose to make a minimal change to support enabling and disabling peer discovery for validators, just to avoid impacting the code base due to a function signature change.

We would like to drop this temporary minimal change in favor of a more well thought out one.