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: implement MsgUpdateChainInfo #2287

Merged
merged 24 commits into from
May 30, 2024

add unit test for parse type in cli

14d06c3
Select commit
Loading
Failed to load commit list.
Merged

feat: implement MsgUpdateChainInfo #2287

add unit test for parse type in cli
14d06c3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 0s

69.14% (+0.06%) compared to 8eadf56

View this Pull Request on Codecov

69.14% (+0.06%) compared to 8eadf56

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.14%. Comparing base (8eadf56) to head (14d06c3).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2287      +/-   ##
===========================================
+ Coverage    69.07%   69.14%   +0.06%     
===========================================
  Files          269      272       +3     
  Lines        16436    16472      +36     
===========================================
+ Hits         11353    11389      +36     
  Misses        4599     4599              
  Partials       484      484              
Files Coverage Δ
x/authority/keeper/grpc_query_chain_info.go 100.00% <100.00%> (ø)
x/authority/keeper/msg_server_update_chain_info.go 100.00% <100.00%> (ø)
x/authority/keeper/msg_server_update_policies.go 100.00% <100.00%> (ø)
x/authority/types/message_update_chain_info.go 100.00% <100.00%> (ø)
x/authority/types/message_update_policies.go 100.00% <100.00%> (ø)