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
Describe the bug
The recent changes made to the predicate status (#396, #397) have broken the loading of existing predicates from redis on restart. Because Chainhook tries to parse the existing predicates with old types to the new types, those predicates fail.
We'll need to write a migration script to update the existing predicates to the new types.
The text was updated successfully, but these errors were encountered:
Describe the bug
The recent changes made to the predicate status (#396, #397) have broken the loading of existing predicates from redis on restart. Because Chainhook tries to parse the existing predicates with old types to the new types, those predicates fail.
We'll need to write a migration script to update the existing predicates to the new types.
The text was updated successfully, but these errors were encountered: