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

refactor: MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20 #2262

Merged
merged 17 commits into from
May 28, 2024

Merge branch 'develop' into refactor-MsgUpdateZRC20

1945878
Select commit
Loading
Failed to load commit list.
Merged

refactor: MsgUpdateZRC20 into MsgPauseZrc20 and MsgUnPauseZRC20 #2262

Merge branch 'develop' into refactor-MsgUpdateZRC20
1945878
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 28, 2024 in 0s

68.86% (+0.04%) compared to 8144a09

View this Pull Request on Codecov

68.86% (+0.04%) compared to 8144a09

Details

Codecov Report

Attention: Patch coverage is 86.36364% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 68.86%. Comparing base (8144a09) to head (1945878).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2262      +/-   ##
===========================================
+ Coverage    68.82%   68.86%   +0.04%     
===========================================
  Files          261      263       +2     
  Lines        16261    16302      +41     
===========================================
+ Hits         11191    11226      +35     
- Misses        4589     4594       +5     
- Partials       481      482       +1     
Files Coverage Δ
x/fungible/types/message_pause_zrc20.go 100.00% <100.00%> (ø)
x/fungible/types/message_unpause_zrc20.go 100.00% <100.00%> (ø)
x/fungible/keeper/msg_server_pause_zrc20.go 77.77% <77.77%> (ø)
x/fungible/keeper/msg_server_unpause_zrc20.go 77.77% <77.77%> (ø)