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

runtime: Simplify the LRU-backed consensus verifier light store #5149

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

kostko
Copy link
Member

@kostko kostko commented Jan 18, 2023

No description provided.

@kostko kostko force-pushed the kostko/feature/opt-lru-store branch from 10a5eca to 7759bda Compare January 18, 2023 17:35
@kostko kostko force-pushed the kostko/feature/opt-lru-store branch from 7759bda to 24d23b7 Compare January 19, 2023 09:41
@kostko kostko force-pushed the kostko/feature/opt-lru-store branch from 24d23b7 to 44cdffa Compare January 19, 2023 09:43
@kostko kostko requested a review from peternose January 19, 2023 09:45
@codecov
Copy link

codecov bot commented Jan 19, 2023

Codecov Report

Merging #5149 (44cdffa) into master (f107cf3) will increase coverage by 0.10%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #5149      +/-   ##
==========================================
+ Coverage   66.80%   66.91%   +0.10%     
==========================================
  Files         496      496              
  Lines       53275    53275              
==========================================
+ Hits        35589    35647      +58     
+ Misses      13338    13301      -37     
+ Partials     4348     4327      -21     
Impacted Files Coverage Δ
go/consensus/tendermint/apps/registry/query.go 80.00% <0.00%> (-4.00%) ⬇️
go/consensus/tendermint/light/p2p/p2p.go 67.32% <0.00%> (-2.62%) ⬇️
go/oasis-node/cmd/ias/auth_registry.go 65.81% <0.00%> (-2.57%) ⬇️
go/consensus/tendermint/apps/beacon/state/state.go 66.66% <0.00%> (-2.16%) ⬇️
go/worker/keymanager/worker.go 65.82% <0.00%> (-1.48%) ⬇️
go/runtime/host/multi/multi.go 72.05% <0.00%> (-1.48%) ⬇️
go/consensus/tendermint/full/full.go 62.43% <0.00%> (-0.93%) ⬇️
go/registry/api/runtime.go 51.25% <0.00%> (-0.84%) ⬇️
go/consensus/tendermint/abci/state.go 72.85% <0.00%> (-0.58%) ⬇️
go/worker/compute/executor/committee/node.go 70.03% <0.00%> (-0.54%) ⬇️
... and 25 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kostko kostko marked this pull request as ready for review January 19, 2023 10:12
@kostko kostko merged commit c1eba9c into master Jan 19, 2023
@kostko kostko deleted the kostko/feature/opt-lru-store branch January 19, 2023 11:23
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.

3 participants