-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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: support EXISTS operator in /tx_search query #4979
Conversation
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been
Thank you for your contribution to Tendermint! 🚀 |
Codecov Report
@@ Coverage Diff @@
## master #4979 +/- ##
==========================================
- Coverage 62.77% 62.70% -0.07%
==========================================
Files 175 175
Lines 15926 15938 +12
==========================================
- Hits 9997 9994 -3
- Misses 5080 5091 +11
- Partials 849 853 +4
|
do we have somewhere in the docs explaining the indexer? if so we should add this there |
so we don't silently ignore errors, which would lead to clients getting incomplete results Refs https://github.com/tendermint/tendermint/pull/4979/files#r436511572
Closes #4763