-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
add orderBy parameter to TxsByEvents #8815
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8815 +/- ##
=======================================
Coverage 59.17% 59.17%
=======================================
Files 571 571
Lines 31800 31800
=======================================
Hits 18817 18817
Misses 10780 10780
Partials 2203 2203
|
Good work - tests are still failing though |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=8dfd45bfcdb22b757e0a2790609a0610bc5d9908 |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=80cd4acacf6b4925a590631f1790eb33 |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=888034871a57a4484414c3d77ebcd1f71a25d57c |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=06bf0f1776134bf8a165b441bb0dc84c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending on #8815 (comment)
Co-authored-by: Amaury <[email protected]>
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=46e1f6534e524c06849afc5948f4f06d |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=d384dd10c27b8517ddf8fe2e7c3bc752ffed311e |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=b7b714ce7efc4f08b58eea3dcc3984c5 |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=dd424ed207b4e55bc23de2b1e988d02ce1b1777b |
I only see one little change, is this expected? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jgimeno, hmm you're right it's not expected, that's weird. @aleem1314 Can you double-check?
@AmauryM Looks like |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=3dcd332acc084ff2a295efded463abaa |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=47e3db08badfda43ff18cfd06135f359683992cd |
This is really weird |
Benchmark finished. See the result: https://github.orijtech.com/benchmark/result?id=9c06509465ea49448732fff857631da6 |
Benchmark beginning. Status page: https://github.orijtech.com/benchmark/status?commit=553aac50305b02e406cd51479b48a99ca34b4a4e |
* add orderBy parameter to grpc query * add orderby parameter * change orderBy param to enum * lint * proto lint * add changelog * Update x/auth/tx/service.go Co-authored-by: Amaury <[email protected]> Co-authored-by: Alessio Treglia <[email protected]> Co-authored-by: Jonathan Gimeno <[email protected]> Co-authored-by: Amaury <[email protected]> (cherry picked from commit 553aac5) # Conflicts: # x/auth/tx/service.go
Co-authored-by: Alessio Treglia <[email protected]> Co-authored-by: Jonathan Gimeno <[email protected]>
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]>
Description
closes: #8686
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes