-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCQ/Node/EVM: Backfill cache #3558
Conversation
40778e5
to
1d083e9
Compare
698d3cf
to
6d9204f
Compare
6859413
to
30a5c80
Compare
1289501
to
39d21ae
Compare
Should add a feature flag to enable this. Initially it can default to disabled, so we can ask a single guardian to enable it. Once it is working smoothly we would probably want to make it default to enabled. |
3de3465
to
4896d52
Compare
7cdf463
to
81e08ab
Compare
81e08ab
to
9d20f4e
Compare
9d20f4e
to
c79f803
Compare
c79f803
to
cb0f99a
Compare
There is a guardian flag to make back filling configurable. It defaults to true. This is okay because if the back fill fails, it does not kill the watcher, it just disables back filling and continues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the hard work!
No description provided.