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

fix: replace query errors on the original modules into gRPC ones #956

Merged
merged 8 commits into from
Apr 8, 2023

Conversation

0Tech
Copy link
Collaborator

@0Tech 0Tech commented Apr 7, 2023

Description

This patch would replace previous errors on queries into gRPC ones.

"Almost" all gRPC queries on x/token and x/collection would return NotFound, where

  • The relevant address does not exist
  • The relevant contract does not exist
  • The relevant token does not exist
  • The relevant token class does not exist

CAUTION: this will break the compatibility with Daphne on queries.

Motivation and context

Our client wants the errors on gRPC interface to have the right error code on NotFound.

Checklist:

  • I followed the contributing guidelines and code of conduct.
  • I have added a relevant changelog to CHANGELOG.md
  • I have added tests to cover my changes.
  • I have updated the documentation accordingly.
  • I have updated API documentation client/docs/swagger-ui/swagger.yaml

@codecov
Copy link

codecov bot commented Apr 8, 2023

Codecov Report

Merging #956 (36bebc1) into rc/v0.47.0-alpha1 (d562b43) will increase coverage by 0.06%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                  Coverage Diff                  @@
##           rc/v0.47.0-alpha1     #956      +/-   ##
=====================================================
+ Coverage              62.43%   62.49%   +0.06%     
=====================================================
  Files                    655      655              
  Lines                  79794    79921     +127     
=====================================================
+ Hits                   49820    49950     +130     
+ Misses                 27289    27287       -2     
+ Partials                2685     2684       -1     
Impacted Files Coverage Δ
simapp/app.go 81.93% <100.00%> (ø)
x/collection/client/testutil/query.go 100.00% <100.00%> (ø)
x/collection/keeper/grpc_query.go 94.92% <100.00%> (+1.87%) ⬆️
x/token/keeper/grpc_query.go 96.66% <100.00%> (+0.72%) ⬆️

@0Tech 0Tech requested a review from zemyblue April 8, 2023 02:21
@0Tech 0Tech marked this pull request as ready for review April 8, 2023 02:21
x/collection/keeper/grpc_query.go Outdated Show resolved Hide resolved
x/collection/keeper/grpc_query.go Show resolved Hide resolved
@0Tech 0Tech requested a review from zemyblue April 8, 2023 05:02
Copy link
Member

@zemyblue zemyblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add the description what is changed in this PR's description.

@0Tech 0Tech requested a review from zemyblue April 8, 2023 05:53
@0Tech 0Tech merged commit 0c74e6f into Finschia:rc/v0.47.0-alpha1 Apr 8, 2023
@0Tech 0Tech deleted the query-errors-grpc branch April 8, 2023 06:05
0Tech added a commit to 0Tech/finschia-sdk that referenced this pull request Apr 12, 2023
0Tech added a commit that referenced this pull request Apr 13, 2023
* Do not check existence of collection in Query/Balance

* Update CHANGELOG.md

* Revert "Update CHANGELOG.md"

This reverts commit 00b8bc2.

* Revert "Do not check existence of collection in Query/Balance"

This reverts commit 029c26a.

* Revert #956 on x/auth relevant checks

* Add asset check on Query/HoldersByOperator

* Wrap non stateful errors with InvalidArgument

* Revert gRPC errors on page error

* Update CHANGELOG.md

* Increase coverage
zemyblue added a commit to zemyblue/finschia-sdk that referenced this pull request Apr 21, 2023
* rc/v0.47.0-alpha1: (34 commits)
  ci: update docker action (Finschia#983)
  fix: revert Finschia#952 (Finschia#984)
  refactor: refactor x/token,collection query errors (Finschia#980)
  fix: not to throw error when no txs in block (Finschia#982)
  chore: change import path to `github.com/Finschia/finschia-sdk` (Finschia#970)
  fix: remove legacy events on x/collection and x/token (Finschia#966)
  chore: provide specific error messages on x/collection queries (Finschia#965)
  fix: check event determinism on original modules (Finschia#963)
  fix: refactor queries of x/collection and x/token (Finschia#957)
  chore: address generation of the empty coins in x/foundation (Finschia#952)
  fix: do not loop enum in x/collection (Finschia#961)
  fix: fix default next class ids of x/collection (Finschia#960)
  fix: revert Finschia#955 and add Query/HasParent into x/collection (Finschia#959)
  fix: replace query errors on the original modules into gRPC ones (Finschia#956)
  fix: return nil where the parent not exists in x/collection Query/Parent (Finschia#955)
  fix: remove duplicated events in x/collection Msg/Modify (Finschia#954)
  fix: allow zero amount of coin in x/collection Query/Balance (Finschia#953)
  fix: unpack proposals in x/foundation import-genesis (Finschia#947)
  fix: fix broken x/foundation invariant on treasury (Finschia#946)
  docs: update comments in the x/token,collection events proto (Finschia#944)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants