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
Forked from: tendermint/tendermint#6155
In TxSearch() calls in server/rosetta/client_online.go and x/auth/tx/service.go:
TxSearch()
server/rosetta/client_online.go
x/auth/tx/service.go
txList, err := c.clientCtx.Client.TxSearch(ctx, txQuery, true, nil, nil, "")
"" is always passed as a value for the orderBy parameter. That should be replaced by user values.
""
orderBy
Thanks for considering.
The text was updated successfully, but these errors were encountered:
add orderBy parameter to TxsByEvents (bp #8815) (#8883)
177672f
Closes: #8686 (cherry picked from commit 553aac5) Co-authored-by: Amaury <[email protected]> Co-authored-by: MD Aleem <[email protected]> Co-authored-by: Alessio Treglia <[email protected]> Co-authored-by: Jonathan Gimeno <[email protected]> Co-authored-by: aleem1314 <[email protected]>
aleem1314
Successfully merging a pull request may close this issue.
Forked from: tendermint/tendermint#6155
In
TxSearch()
calls inserver/rosetta/client_online.go
andx/auth/tx/service.go
:""
is always passed as a value for theorderBy
parameter. That should be replaced by user values.Thanks for considering.
For Admin Use
The text was updated successfully, but these errors were encountered: