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

ServiceServer.TxsByEvents must accept an orderBy parameter #8686

Closed
4 tasks
alessio opened this issue Feb 24, 2021 · 0 comments · Fixed by #8815
Closed
4 tasks

ServiceServer.TxsByEvents must accept an orderBy parameter #8686

alessio opened this issue Feb 24, 2021 · 0 comments · Fixed by #8815
Assignees

Comments

@alessio
Copy link
Contributor

alessio commented Feb 24, 2021

Forked from: tendermint/tendermint#6155

In TxSearch() calls in server/rosetta/client_online.go and 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.

Thanks for considering.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@mergify mergify bot closed this as completed in #8815 Mar 15, 2021
alessio pushed a commit that referenced this issue Mar 17, 2021
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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants