wormhole-entropybitcom/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 Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
processor.go Send re-observation request when re-broadcasting local observations 2022-08-24 17:59:42 +09:00
quorum.go node: rename bridge/ to node/ 2021-08-26 11:36:36 +02:00
quorum_test.go Better lint and formatting (#1263) 2022-06-21 12:18:16 -07:00
vaa.go node: processor: Make observation state generic 2022-07-19 10:51:15 +09:00