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

feat(x/globalfee): Adding msg server and query server #769

Merged
merged 27 commits into from
Apr 24, 2023

Conversation

spoo-bar
Copy link
Collaborator

@spoo-bar spoo-bar commented Mar 31, 2023

  • Added msgServer
    • SetCodeAuthorization
    • RemoveCodeAuthorization
    • SetContractAuthorization
    • RemoveContractAuthorization
  • Added queryServer
    • CodeAuthorization
    • ContractAuthorization
    • Params
  • Relevant tests

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Patch coverage: 2.86% and project coverage change: -1.55 ⚠️

Comparison is base (661700f) 11.19% compared to head (ca3454c) 9.65%.

Additional details and impacted files
@@                 Coverage Diff                  @@
##           feature/globalfee    #769      +/-   ##
====================================================
- Coverage              11.19%   9.65%   -1.55%     
====================================================
  Files                     93      94       +1     
  Lines                  10340   12817    +2477     
====================================================
+ Hits                    1158    1237      +79     
- Misses                  9108   11505    +2397     
- Partials                  74      75       +1     
Impacted Files Coverage Δ
x/globalfee/keeper/grpc_keeper.go 0.00% <0.00%> (ø)
x/globalfee/types/query.pb.gw.go 0.00% <0.00%> (ø)
x/globalfee/types/tx.pb.go 0.91% <0.82%> (-19.09%) ⬇️
x/globalfee/types/query.pb.go 0.93% <0.84%> (-19.07%) ⬇️
x/globalfee/types/codec.go 55.55% <36.36%> (-30.16%) ⬇️
x/globalfee/keeper/msg_server.go 100.00% <100.00%> (+100.00%) ⬆️
x/globalfee/keeper/params.go 85.71% <100.00%> (+85.71%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@spoo-bar spoo-bar changed the title Adding msg server and query server feat(x/globalfee): Adding msg server and query server Apr 10, 2023
@spoo-bar spoo-bar marked this pull request as ready for review April 10, 2023 11:08
@jhernandezb jhernandezb merged commit 3bccb63 into feature/globalfee Apr 24, 2023
@spoo-bar spoo-bar deleted the adding-msgsrvr-and-query-srvr branch April 24, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants