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

Handle discount in setup costs for in memory cache contracts #1987

Merged
merged 9 commits into from
Sep 26, 2024

Fix some tests

46d721c
Select commit
Loading
Failed to load commit list.
Merged

Handle discount in setup costs for in memory cache contracts #1987

Fix some tests
46d721c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2024 in 0s

48.66% (+0.02%) compared to 2345840

View this Pull Request on Codecov

48.66% (+0.02%) compared to 2345840

Details

Codecov Report

Attention: Patch coverage is 56.81818% with 19 lines in your changes missing coverage. Please review.

Project coverage is 48.66%. Comparing base (2345840) to head (46d721c).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
x/wasm/types/context.go 0.00% 7 Missing ⚠️
x/wasm/types/types.go 0.00% 7 Missing ⚠️
x/wasm/keeper/ante.go 0.00% 5 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1987      +/-   ##
==========================================
+ Coverage   48.63%   48.66%   +0.02%     
==========================================
  Files          65       65              
  Lines       10019    10073      +54     
==========================================
+ Hits         4873     4902      +29     
- Misses       4716     4737      +21     
- Partials      430      434       +4     
Files with missing lines Coverage Δ
app/ante.go 63.63% <100.00%> (+1.13%) ⬆️
x/wasm/keeper/keeper.go 77.75% <100.00%> (+0.47%) ⬆️
x/wasm/keeper/ante.go 80.85% <0.00%> (-9.63%) ⬇️
x/wasm/types/context.go 13.88% <0.00%> (-3.36%) ⬇️
x/wasm/types/types.go 55.94% <0.00%> (-1.79%) ⬇️