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
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
When a predicate is deregistered, it is removed from the in-memory chainhook store that is used in streaming new blocks. However, because of this line, if a predicate is not in that store (for example, when it has an interrupted status it is removed from the store), it is not actually deleted from the redis store.
When a predicate is deregistered, it is removed from the in-memory chainhook store that is used in streaming new blocks. However, because of this line, if a predicate is not in that store (for example, when it has an
interruptedstatus it is removed from the store), it is not actually deleted from the redis store.Related: #404