vouch/services
Jim McDonald 52c58216cb
Do not overwrite validator list with null.
If Vouch contains a list of validators, and on refresh obtains an empty
list, assume the empty response is a result of an error and do not
remove the existing list in favor of it.

It is possible for network issues to result in an empty response when
requesting an update on the list of validators for which Vouch should
operate.  In this situation, where Vouch already has a list of
validators, it retains that list rather than replace it with the empty
results of the request.
2021-03-06 00:24:26 +00:00
..
accountmanager Do not overwrite validator list with null. 2021-03-06 00:24:26 +00:00
attestationaggregator Separate accountmanager. 2020-11-25 00:02:13 +00:00
attester Fix 'vouch_attestation_process_duration_seconds'. 2020-12-16 14:05:11 +00:00
beaconblockproposer Address crash when proposing block. 2021-03-06 00:11:28 +00:00
beaconcommitteesubscriber Tidy ups 2020-11-27 15:26:22 +00:00
chaintime Initial work on support of standard API 2020-11-14 08:36:49 +00:00
controller/standard Tidy ups 2020-11-27 15:26:22 +00:00
graffitiprovider Initial work on support of standard API 2020-11-14 08:36:49 +00:00
metrics Fix 'vouch_attestation_process_duration_seconds'. 2020-12-16 14:05:11 +00:00
scheduler Tidy up trace logging for scheduler. 2020-10-21 19:16:11 +01:00
signer Address crash when proposing block. 2021-03-06 00:11:28 +00:00
submitter Tidy ups 2020-11-27 15:26:22 +00:00
validatorsmanager Separate accountmanager. 2020-11-25 00:02:13 +00:00