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: upgrade + audit fixes #349

Merged
merged 10 commits into from
Feb 28, 2025

Merge branch 'main' into feat/upgrade

d5a5f04
Select commit
Loading
Failed to load commit list.
Merged

feat: upgrade + audit fixes #349

Merge branch 'main' into feat/upgrade
d5a5f04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 28, 2025 in 0s

41.21% (+0.02%) compared to 8188d3f

View this Pull Request on Codecov

41.21% (+0.02%) compared to 8188d3f

Details

Codecov Report

Attention: Patch coverage is 45.09804% with 28 lines in your changes missing coverage. Please review.

Project coverage is 41.21%. Comparing base (8188d3f) to head (d5a5f04).

Files with missing lines Patch % Lines
app/app.go 0.00% 9 Missing ⚠️
x/move/keeper/staking.go 55.55% 7 Missing and 1 partial ⚠️
x/ibc/nft-transfer/types/packet.go 46.15% 4 Missing and 3 partials ⚠️
x/mstaking/client/cli/query.go 0.00% 3 Missing ⚠️
app/upgrade.go 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #349      +/-   ##
==========================================
+ Coverage   41.18%   41.21%   +0.02%     
==========================================
  Files         269      269              
  Lines       25769    25761       -8     
==========================================
+ Hits        10613    10617       +4     
+ Misses      13507    13498       -9     
+ Partials     1649     1646       -3     
Files with missing lines Coverage Δ
app/keepers/keepers.go 98.47% <ø> (-0.01%) ⬇️
x/ibc-hooks/ibc_middleware.go 25.39% <100.00%> (ø)
x/intertx/keeper/msg_server.go 91.89% <100.00%> (-0.61%) ⬇️
x/move/keeper/balancer.go 46.91% <100.00%> (+0.25%) ⬆️
x/move/types/connector.go 19.35% <ø> (ø)
x/mstaking/keeper/query_utils.go 21.56% <ø> (+5.39%) ⬆️
app/upgrade.go 50.00% <0.00%> (ø)
x/mstaking/client/cli/query.go 0.00% <0.00%> (ø)
x/ibc/nft-transfer/types/packet.go 65.38% <46.15%> (-4.19%) ⬇️
x/move/keeper/staking.go 60.85% <55.55%> (+2.42%) ⬆️
... and 1 more