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

[BACKPORT/22.2.x] runtime/src/protocol: Deserialize unknown rhp messages as invalid #5096

Merged
merged 1 commit into from
Dec 10, 2022

Conversation

peternose
Copy link
Contributor

Backport 5094.

@peternose peternose added c:backport Category: backport to stable branch rust c:breaking/runtime Category: breaking runtime changes labels Dec 10, 2022
@peternose peternose force-pushed the peternose/stable/22.2.x/backport-5094 branch from fa8f30d to d5435d8 Compare December 10, 2022 16:53
@peternose peternose force-pushed the peternose/stable/22.2.x/backport-5094 branch from d5435d8 to bb49db7 Compare December 10, 2022 18:04
@codecov
Copy link

codecov bot commented Dec 10, 2022

Codecov Report

Merging #5096 (bb49db7) into stable/22.2.x (e79d32a) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@                Coverage Diff                @@
##           stable/22.2.x    #5096      +/-   ##
=================================================
- Coverage          66.66%   66.62%   -0.04%     
=================================================
  Files                471      471              
  Lines              51643    51643              
=================================================
- Hits               34427    34409      -18     
- Misses             12975    12994      +19     
+ Partials            4241     4240       -1     
Impacted Files Coverage Δ
go/roothash/api/sanity_check.go 40.00% <0.00%> (-20.00%) ⬇️
go/roothash/api/api.go 76.78% <0.00%> (-8.93%) ⬇️
go/consensus/tendermint/apps/staking/auth.go 62.96% <0.00%> (-7.41%) ⬇️
go/scheduler/api/api.go 53.26% <0.00%> (-6.53%) ⬇️
go/worker/common/p2p/dispatch.go 71.52% <0.00%> (-5.56%) ⬇️
go/common/grpc/auth/auth.go 94.73% <0.00%> (-5.27%) ⬇️
go/governance/api/api.go 75.20% <0.00%> (-4.96%) ⬇️
go/consensus/tendermint/apps/beacon/state/state.go 66.66% <0.00%> (-4.31%) ⬇️
go/storage/mkvs/insert.go 87.75% <0.00%> (-4.09%) ⬇️
go/consensus/tendermint/full/light.go 52.85% <0.00%> (-2.86%) ⬇️
... and 30 more

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

@peternose peternose marked this pull request as ready for review December 10, 2022 21:02
@peternose peternose merged commit fbac4f5 into stable/22.2.x Dec 10, 2022
@peternose peternose deleted the peternose/stable/22.2.x/backport-5094 branch December 10, 2022 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:backport Category: backport to stable branch c:breaking/runtime Category: breaking runtime changes rust
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants