When the solana watcher is restarted (due to network errors, for example) then the `lastSlot` state is lost. This means that any transactions in between the last processed slot and the most recent slot will be lost and require manual re-observation. Fix this by making the `lastSlot` state persistent across watcher restarts. |
||
---|---|---|
.. | ||
cmd | ||
hack | ||
pkg | ||
tools | ||
.golangci.yml | ||
Makefile | ||
go.mod | ||
go.sum | ||
main.go |