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

take lock around access to dirties cache #1835

Merged
merged 1 commit into from
Dec 4, 2023
Merged

take lock around access to dirties cache #1835

merged 1 commit into from
Dec 4, 2023

Conversation

ucwong
Copy link
Member

@ucwong ucwong commented Dec 4, 2023

No description provided.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

Merging #1835 (9db596d) into master (2b8db2f) will decrease coverage by 0.09%.
Report is 10 commits behind head on master.
The diff coverage is 32.58%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1835      +/-   ##
==========================================
- Coverage   52.72%   52.64%   -0.09%     
==========================================
  Files         485      484       -1     
  Lines       60556    60424     -132     
==========================================
- Hits        31931    31811     -120     
- Misses      26163    26173      +10     
+ Partials     2462     2440      -22     
Files Coverage Δ
core/state/state_object.go 70.06% <100.00%> (+0.41%) ⬆️
core/state/statedb.go 56.81% <ø> (-0.08%) ⬇️
cmd/cortex/cvm.go 3.26% <0.00%> (ø)
cmd/devp2p/discv5cmd.go 0.00% <0.00%> (ø)
core/state_prefetcher.go 36.36% <0.00%> (ø)
ctxc/api.go 4.89% <0.00%> (ø)
ctxc/state_accessor.go 0.00% <0.00%> (ø)
trie/database.go 47.80% <90.00%> (-0.27%) ⬇️
core/state_processor.go 70.58% <62.50%> (ø)
signer/core/auditlog.go 0.00% <0.00%> (ø)
... and 9 more

... and 13 files with indirect coverage changes

@ucwong ucwong marked this pull request as ready for review December 4, 2023 10:07
@ucwong ucwong merged commit cb1d97e into master Dec 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant