wormhole/node/pkg/watchers
Chirantan Ekbote 8569d43ba4 node: solana: Store `lastSlot` more persistently
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.
2022-10-12 10:02:23 +09:00
..
algorand node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
cosmwasm node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
evm node: neon watcher fix (#1694) 2022-10-07 13:45:37 -05:00
near node: move watchers to dedicated package (#1647) 2022-09-28 15:27:13 +02:00
solana node: solana: Store `lastSlot` more persistently 2022-10-12 10:02:23 +09:00