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: verify consensus state integrity for queries #4694

Merged
merged 1 commit into from
Apr 26, 2022

Conversation

ptrus
Copy link
Member

@ptrus ptrus commented Apr 25, 2022

No description provided.

@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #4694 (e6536f9) into master (55d6d33) will decrease coverage by 0.05%.
The diff coverage is n/a.

❗ Current head e6536f9 differs from pull request most recent head bc99832. Consider uploading reports for the commit bc99832 to get more accurate results

@@            Coverage Diff             @@
##           master    #4694      +/-   ##
==========================================
- Coverage   66.83%   66.78%   -0.06%     
==========================================
  Files         436      436              
  Lines       48977    48977              
==========================================
- Hits        32736    32707      -29     
- Misses      12183    12216      +33     
+ Partials     4058     4054       -4     
Impacted Files Coverage Δ
go/runtime/host/sandbox/sandbox.go 59.85% <0.00%> (-6.70%) ⬇️
go/runtime/host/multi/multi.go 70.58% <0.00%> (-2.95%) ⬇️
go/oasis-node/cmd/ias/auth_registry.go 65.81% <0.00%> (-2.57%) ⬇️
go/common/grpc/grpc.go 79.88% <0.00%> (-2.37%) ⬇️
.../worker/compute/executor/committee/transactions.go 84.09% <0.00%> (-2.28%) ⬇️
...nsensus/tendermint/apps/beacon/backend_insecure.go 58.24% <0.00%> (-2.20%) ⬇️
go/consensus/tendermint/apps/beacon/state/state.go 66.66% <0.00%> (-2.16%) ⬇️
go/runtime/host/protocol/connection.go 69.92% <0.00%> (-1.51%) ⬇️
go/worker/compute/executor/committee/node.go 69.69% <0.00%> (-1.44%) ⬇️
go/worker/storage/committee/checkpoint_sync.go 66.10% <0.00%> (-0.43%) ⬇️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1d8665...bc99832. Read the comment docs.

@ptrus ptrus force-pushed the ptrus/feature/runtime-query-verify-state branch 2 times, most recently from 297f479 to 062fb70 Compare April 25, 2022 13:56
@ptrus ptrus added the s:ready-ci Status: ready for CI label Apr 25, 2022
@ptrus ptrus force-pushed the ptrus/feature/runtime-query-verify-state branch from 062fb70 to e6536f9 Compare April 25, 2022 13:57
@ptrus ptrus marked this pull request as ready for review April 25, 2022 13:57
@ptrus ptrus force-pushed the ptrus/feature/runtime-query-verify-state branch 2 times, most recently from 87a978f to 1b078c8 Compare April 26, 2022 07:09
@ptrus ptrus enabled auto-merge April 26, 2022 07:19
@ptrus ptrus force-pushed the ptrus/feature/runtime-query-verify-state branch from 1b078c8 to bc99832 Compare April 26, 2022 07:20
@ptrus ptrus merged commit 930ea29 into master Apr 26, 2022
@ptrus ptrus deleted the ptrus/feature/runtime-query-verify-state branch April 26, 2022 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:ready-ci Status: ready for CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants