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
Tendermint version (use tendermint version or git rev-parse --verify HEAD if installed from source): 0.27
ABCI app (name for built-in, URL for self-written if it's publicly available):
Environment:
OS (e.g. from /etc/os-release):
Install tools:
Others:
What happened: If I try query a non existing transaction like so TxSearch(query, true, 1, 1) an error occours:
E[4016-01-04|13:19:43.226] Panic in RPC HTTP handler module=rpc-server err="runtime error: index out of range" stack="goroutine 16 [running]:\nruntime/debug.Stack(0xc000b87110, 0x18621c0, 0x21d3910)\n\t/usr/local/Cellar/go/1.11/libexec/src/runtime/debug/stack.go:24
I have identified the issue and opened a PR that fixes it.
What you expected to happen: I expect to get as a result an object with no transactions and totalCount=0
Have you tried the latest version: yes
How to reproduce it (as minimally and precisely as possible): Try to query a non existing transaction like so TxSearch(query, true, 1, 1)
Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):
Config (you can paste only the changes you've made):
node command runtime flags:
/dump_consensus_state output for consensus bugs
Anything else we need to know: #3053 - this is the PR I have opened to fix the issue. I am still updating it to conform with the guide line but the code is there with tests.
The text was updated successfully, but these errors were encountered:
Tendermint version (use
tendermint version
orgit rev-parse --verify HEAD
if installed from source): 0.27ABCI app (name for built-in, URL for self-written if it's publicly available):
Environment:
What happened: If I try query a non existing transaction like so
TxSearch(query, true, 1, 1)
an error occours:I have identified the issue and opened a PR that fixes it.
What you expected to happen: I expect to get as a result an object with no transactions and totalCount=0
Have you tried the latest version: yes
How to reproduce it (as minimally and precisely as possible): Try to query a non existing transaction like so
TxSearch(query, true, 1, 1)
Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):
Config (you can paste only the changes you've made):
node command runtime flags:
/dump_consensus_state
output for consensus bugsAnything else we need to know:
#3053 - this is the PR I have opened to fix the issue. I am still updating it to conform with the guide line but the code is there with tests.
The text was updated successfully, but these errors were encountered: