wormhole/node
Chirantan Ekbote 0552e2fe0c node: processor: Rate-limit reobservations
We currently run the cleanup loop every 30 seconds, which means that
once 5 minutes have passed for an observation without quorum we will
send out re-observation requests to the p2p network every 30 seconds.

This is a bit excessive so limit sending these requests out to once
every 5 minutes.
2022-09-22 15:22:51 -04:00
..
cmd near/timestamps: timestamp simplifcation 2022-09-19 12:10:53 -05:00
hack Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
pkg node: processor: Rate-limit reobservations 2022-09-22 15:22:51 -04:00
tools node: bump dlv for Go 1.17 compat and expose it via Tilt 2021-10-06 12:41:58 +02:00
.golangci.yml enable additional linters, including gosec (#1215) 2022-05-23 16:21:10 +02:00
Makefile Add new sections to SECURITY.md and CONTRIBUTING.md (#1408) 2022-08-11 15:33:24 -04:00
go.mod Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
go.sum Add a wormhole go sdk 2022-09-15 14:35:46 +01:00
main.go