wormhole/node/cmd/guardiand
Chirantan Ekbote 1753bb34f0 Send re-observation request when re-broadcasting local observations
Currently if an observation hasn't reached quorum within 5 minutes, the
processor will re-broadcast the signed local observation to the other
guardians in the network. However if not enough guardians actually
observed the original tx, then no amount of re-broadcasting will help
the network reach quorum.

Fix this issue by sending a re-observation request whenever we
re-broadcast a signed local observation.  This ensures that any
guardians that missed the tx the first time it happened have a chance to
re-observe it and help the network reach quorum.
2022-08-24 17:59:42 +09:00
..
adminclient.go Chain governor (#1277) 2022-07-19 14:08:06 -04:00
adminnodes.go Chain governor (#1277) 2022-07-19 14:08:06 -04:00
adminserver.go Don't allow obs reqs if the queue is full (#1429) 2022-08-15 07:33:45 -05:00
admintemplate.go gosec fixes (#1201) 2022-05-20 08:09:48 -07:00
adminverify.go Allow specifying the timestamp in governance inject 2022-04-19 17:52:05 +01:00
guardiankey.go gosec fixes (#1201) 2022-05-20 08:09:48 -07:00
logging.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
node.go Send re-observation request when re-broadcasting local observations 2022-08-24 17:59:42 +09:00
publicrpc.go Chain governor (#1277) 2022-07-19 14:08:06 -04:00
publicweb.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
systemd.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
telemetry.go node/cmd: add public telemetry for logs 2022-01-11 15:10:12 +01:00