wormhole/node/pkg/processor
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
..
broadcast.go Send re-observation request when re-broadcasting local observations 2022-08-24 17:59:42 +09:00
cleanup.go Send re-observation request when re-broadcasting local observations 2022-08-24 17:59:42 +09:00
injection.go node: processor: Make observation state generic 2022-07-19 10:51:15 +09:00
message.go node: processor: Make observation state generic 2022-07-19 10:51:15 +09:00
observation.go node: processor: Make observation state generic 2022-07-19 10:51:15 +09:00
observation_test.go
processor.go Send re-observation request when re-broadcasting local observations 2022-08-24 17:59:42 +09:00
quorum.go
quorum_test.go
vaa.go node: processor: Make observation state generic 2022-07-19 10:51:15 +09:00