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 fungible keeper ability to lock/unlock ZRC20 tokens #2979

Merged
merged 11 commits into from
Oct 17, 2024

Merge branch 'develop' into feat/add-lock-zrc20-function-fungible

900da58
Select commit
Loading
Failed to load commit list.
Merged

feat: add fungible keeper ability to lock/unlock ZRC20 tokens #2979

Merge branch 'develop' into feat/add-lock-zrc20-function-fungible
900da58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 0s

66.38% (+0.12%) compared to 250b90e

View this Pull Request on Codecov

66.38% (+0.12%) compared to 250b90e

Details

Codecov Report

Attention: Patch coverage is 67.48971% with 79 lines in your changes missing coverage. Please review.

Project coverage is 66.38%. Comparing base (250b90e) to head (900da58).

Files with missing lines Patch % Lines
x/fungible/keeper/zrc20_methods.go 70.00% 24 Missing and 24 partials ⚠️
x/fungible/keeper/zrc20_cosmos_coins_mapping.go 71.01% 10 Missing and 10 partials ⚠️
precompiles/bank/method_withdraw.go 0.00% 6 Missing and 5 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2979      +/-   ##
===========================================
+ Coverage    66.25%   66.38%   +0.12%     
===========================================
  Files          406      408       +2     
  Lines        22772    22924     +152     
===========================================
+ Hits         15088    15217     +129     
- Misses        6907     6909       +2     
- Partials       777      798      +21     
Files with missing lines Coverage Δ
precompiles/bank/method_deposit.go 49.23% <100.00%> (+6.77%) ⬆️
precompiles/bank/method_withdraw.go 24.19% <0.00%> (-10.51%) ⬇️
x/fungible/keeper/zrc20_cosmos_coins_mapping.go 71.01% <71.01%> (ø)
x/fungible/keeper/zrc20_methods.go 70.00% <70.00%> (ø)