We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, predicates for transactions and blocks are stubs - they do not allow do any actual filtering.
To get rid of FindTransactionByHash and FindBlockHeaderByHash singular queries, we need to implement some predicates for these types.
FindTransactionByHash
FindBlockHeaderByHash
The text was updated successfully, but these errors were encountered:
DCNick3
Successfully merging a pull request may close this issue.
Currently, predicates for transactions and blocks are stubs - they do not allow do any actual filtering.
To get rid of
FindTransactionByHash
andFindBlockHeaderByHash
singular queries, we need to implement some predicates for these types.The text was updated successfully, but these errors were encountered: