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: use memstore instead of block wise transient store #117

Merged
merged 7 commits into from
Nov 19, 2024

fix to set key value with account address

baabf3d
Select commit
Loading
Failed to load commit list.
Merged

feat: use memstore instead of block wise transient store #117

fix to set key value with account address
baabf3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 19, 2024 in 0s

40.70% (+0.13%) compared to d4298cf

View this Pull Request on Codecov

40.70% (+0.13%) compared to d4298cf

Details

Codecov Report

Attention: Patch coverage is 81.25000% with 24 lines in your changes missing coverage. Please review.

Project coverage is 40.70%. Comparing base (d4298cf) to head (baabf3d).

Files with missing lines Patch % Lines
x/evm/state/statedb.go 76.36% 7 Missing and 6 partials ⚠️
x/evm/state/memstore.go 69.56% 6 Missing and 1 partial ⚠️
x/evm/keeper/context.go 86.95% 2 Missing and 1 partial ⚠️
x/evm/state/snapshot.go 66.66% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   40.56%   40.70%   +0.13%     
==========================================
  Files         106      108       +2     
  Lines        9923     9963      +40     
==========================================
+ Hits         4025     4055      +30     
- Misses       5322     5330       +8     
- Partials      576      578       +2     
Files with missing lines Coverage Δ
app/keepers/keepers.go 98.05% <ø> (-0.01%) ⬇️
app/keepers/keys.go 93.54% <100.00%> (ø)
x/evm/keeper/keeper.go 69.74% <ø> (-1.90%) ⬇️
x/evm/state/context.go 100.00% <100.00%> (ø)
x/evm/state/keys.go 100.00% <ø> (ø)
x/evm/state/snapshot.go 80.00% <66.66%> (-1.82%) ⬇️
x/evm/keeper/context.go 76.16% <86.95%> (-0.57%) ⬇️
x/evm/state/memstore.go 69.56% <69.56%> (ø)
x/evm/state/statedb.go 64.53% <76.36%> (+0.20%) ⬆️
---- 🚨 Try these New Features: