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: add MsgAddAuthorization to add or update and authorization and MsgRemoveAuthorization to remove a authorization #2305

Merged
merged 13 commits into from
Jun 4, 2024

Merge branch 'develop' into authorization-list-messages

e441631
Select commit
Loading
Failed to load commit list.
Merged

feat: add MsgAddAuthorization to add or update and authorization and MsgRemoveAuthorization to remove a authorization #2305

Merge branch 'develop' into authorization-list-messages
e441631
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 4, 2024 in 0s

69.44% (+0.16%) compared to c93d1c6

View this Pull Request on Codecov

69.44% (+0.16%) compared to c93d1c6

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.44%. Comparing base (c93d1c6) to head (e441631).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2305      +/-   ##
===========================================
+ Coverage    69.27%   69.44%   +0.16%     
===========================================
  Files          276      281       +5     
  Lines        16563    16654      +91     
===========================================
+ Hits         11474    11565      +91     
  Misses        4604     4604              
  Partials       485      485              
Files Coverage Δ
x/authority/keeper/msg_server_add_authorization.go 100.00% <100.00%> (ø)
...uthority/keeper/msg_server_remove_authorization.go 100.00% <100.00%> (ø)
x/authority/types/authorizations.go 100.00% <100.00%> (ø)
x/authority/types/message_add_authorization.go 100.00% <100.00%> (ø)
x/authority/types/message_remove_authorization.go 100.00% <100.00%> (ø)
x/authority/types/policies.go 100.00% <100.00%> (ø)
x/authority/types/policy_type.go 100.00% <100.00%> (ø)