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
* Command line option to set the min number of peers for first activation
why
This option is used to force the syncer to begin not before enough
active peers are available. This allows straight forward multi-peer
testing to observe the particular behaviour (e.g. logging floods, or
the opposite.)
* Move `workers_*.nim` up one folder -> `workers/workers_*.nim`
why
The place parallel to the folder `worker` was a legacy outlier.
Typically these files would live inside the folder for other
sub-modules.
* Extract `BeaconSyncRef` object from `beacon.nim` into `beacon_desc.nim`
why
Allows to import object definition w/o importing `beacon.nim` methods
* Add logging for missing peers while syncer is activated
why
This patch causes sporadic logs about missing sync peers. So to
keep one informed that the syncer is still alive.
* Make sure that info label status messages do appear semi-regularly
why
This is an attempt to provide useful sync state update without
spamming.
0 commit comments