You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a mode for glados-monitor that looks at the database and finds missing historical blocks and backfills them.
My initial thoughts on how we model this in the CLI would be:
# normal mode that follows the head of the chain (this can be the default)
glados-monitor --mode follow-head
# backfill mode that fills until it reaches the head of the chain and then either exits or sleeps and the restarts it's search for missing information)
glados-monitor --mode backfill
The text was updated successfully, but these errors were encountered:
depends on: #35
We need a mode for
glados-monitor
that looks at the database and finds missing historical blocks and backfills them.My initial thoughts on how we model this in the CLI would be:
The text was updated successfully, but these errors were encountered: