polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

Reconnect (& Re-Register Subscriptions / Filters) on Disconnect from geth #32

Closed mjkoo closed 5 years ago

mjkoo commented 5 years ago

Is your feature request related to a problem? Please describe. The main state that we carry with geth connections are subscriptions and filters, we should be able to recover from a geth outage, recreate these, and handle any missed events per #24

polyswarmd does something similar.

This is important for being able to fall back to another geth node in case of an outage.