Skip to content
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

rpc error: code = InvalidArgument desc = only 'match' predicate is supported by Dolos #413

Open
outermeasure opened this issue Dec 23, 2024 · 0 comments

Comments

@outermeasure
Copy link

outermeasure commented Dec 23, 2024

Consider supporting more predicates, any_of is the most useful to be able to query multiple addresses in a batch.

  repeated UtxoPredicate not = 2; // Predicate is true if tx doesn't exhibit pattern.
  repeated UtxoPredicate all_of = 3; // Predicate is true if utxo exhibits all of the patterns.
  repeated UtxoPredicate any_of = 4; // Predicate is true if utxo exhibits any of the patterns.

Currently only AnyUtxoPattern match = 1; // Predicate is true if tx exhibits pattern. is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant