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

add orderBy parameter to TxsByEvents #8815

Merged
merged 18 commits into from
Mar 15, 2021
Merged

Conversation

aleem1314
Copy link
Contributor

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.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #8815 (c301dda) into master (42919c8) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8815   +/-   ##
=======================================
  Coverage   59.17%   59.17%           
=======================================
  Files         571      571           
  Lines       31800    31800           
=======================================
  Hits        18817    18817           
  Misses      10780    10780           
  Partials     2203     2203           
Impacted Files Coverage Δ
x/auth/tx/service.go 72.85% <100.00%> (ø)

@aleem1314 aleem1314 marked this pull request as ready for review March 10, 2021 05:50
@aleem1314 aleem1314 assigned anilcse and unassigned anilcse Mar 10, 2021
@aleem1314 aleem1314 requested a review from anilcse March 10, 2021 05:50
@alessio
Copy link
Contributor

alessio commented Mar 10, 2021

Good work - tests are still failing though

@orijbot
Copy link

orijbot commented Mar 12, 2021

@orijbot
Copy link

orijbot commented Mar 12, 2021

@orijbot
Copy link

orijbot commented Mar 12, 2021

@orijbot
Copy link

orijbot commented Mar 12, 2021

Copy link
Contributor

@amaury1093 amaury1093 left a 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 <1293565+amaurym@users.noreply.github.com>
@orijbot
Copy link

orijbot commented Mar 15, 2021

@orijbot
Copy link

orijbot commented Mar 15, 2021

@orijbot
Copy link

orijbot commented Mar 15, 2021

@orijbot
Copy link

orijbot commented Mar 15, 2021

@amaury1093 amaury1093 added the A:automerge Automatically merge PR once all prerequisites pass. label Mar 15, 2021
@jgimeno
Copy link
Contributor

jgimeno commented Mar 15, 2021

I only see one little change, is this expected?

Copy link
Contributor

@amaury1093 amaury1093 left a 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?

@aleem1314
Copy link
Contributor Author

@jgimeno, hmm you're right it's not expected, that's weird. @aleem1314 Can you double-check?

@AmauryM Looks like master branch is updated, maybe because of this commit.

@orijbot
Copy link

orijbot commented Mar 15, 2021

@orijbot
Copy link

orijbot commented Mar 15, 2021

@amaury1093
Copy link
Contributor

@AmauryM Looks like master branch is updated, maybe because of this commit.

This is super weird lol, how come adf5f62 is in master but this PR not merged!?

@alessio
Copy link
Contributor

alessio commented Mar 15, 2021

This is really weird

@mergify mergify bot merged commit 553aac5 into master Mar 15, 2021
@mergify mergify bot deleted the aleem/8686-txevents-orderby branch March 15, 2021 17:56
@orijbot
Copy link

orijbot commented Mar 15, 2021

@orijbot
Copy link

orijbot commented Mar 15, 2021

mergify bot pushed a commit that referenced this pull request Mar 15, 2021
* 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 <1293565+amaurym@users.noreply.github.com>

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
(cherry picked from commit 553aac5)

# Conflicts:
#	x/auth/tx/service.go
aleem1314 added a commit that referenced this pull request Mar 16, 2021
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
alessio pushed a commit that referenced this pull request Mar 17, 2021
Closes: #8686

(cherry picked from commit 553aac5)

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
Co-authored-by: aleem1314 <aleem@vitwit.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge Automatically merge PR once all prerequisites pass. C: gRPC Issues and PRs related to the gRPC service and HTTP gateway.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ServiceServer.TxsByEvents must accept an orderBy parameter
8 participants