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
To implement #3671 we would need to add more predicate types like account predicates or asset predicates.
However our current API allows the clients to specify any predicate filter, without any regard to whether the predicate type would be compatible or not.
In the client-facing API we should restrict the types of predicates allowed for a less error-prone API
The text was updated successfully, but these errors were encountered:
DCNick3
changed the title
Restrict types of predicates applied to queries depending on the query output type
Restrict types of predicates applied to queries depending on the query output type (type-safe queries)
Jun 27, 2024
To implement #3671 we would need to add more predicate types like account predicates or asset predicates.
However our current API allows the clients to specify any predicate filter, without any regard to whether the predicate type would be compatible or not.
In the client-facing API we should restrict the types of predicates allowed for a less error-prone API
The text was updated successfully, but these errors were encountered: