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

go/consensus/tendermint: Handle LIGHT_CLIENT_ATTACK evidence #3671

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

kostko
Copy link
Member

@kostko kostko commented Feb 2, 2021

Fixes #3156

@codecov
Copy link

codecov bot commented Feb 2, 2021

Codecov Report

Merging #3671 (deb9d3f) into master (f1d17e9) will decrease coverage by 0.14%.
The diff coverage is 47.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3671      +/-   ##
==========================================
- Coverage   66.87%   66.73%   -0.15%     
==========================================
  Files         391      391              
  Lines       38126    38134       +8     
==========================================
- Hits        25497    25447      -50     
- Misses       8979     9034      +55     
- Partials     3650     3653       +3     
Impacted Files Coverage Δ
go/staking/api/slashing.go 54.28% <0.00%> (-7.01%) ⬇️
go/consensus/tendermint/apps/staking/staking.go 52.63% <28.57%> (+0.93%) ⬆️
go/consensus/tendermint/apps/staking/slashing.go 74.19% <100.00%> (+0.42%) ⬆️
...o/consensus/tendermint/apps/staking/state/state.go 58.79% <100.00%> (+0.53%) ⬆️
go/worker/storage/service_external.go 40.74% <0.00%> (-11.12%) ⬇️
go/keymanager/client/client.go 73.68% <0.00%> (-9.65%) ⬇️
go/storage/api/metrics.go 81.53% <0.00%> (-9.24%) ⬇️
go/consensus/tendermint/full/light.go 48.93% <0.00%> (-4.26%) ⬇️
go/consensus/tendermint/full/services.go 80.00% <0.00%> (-4.17%) ⬇️
go/storage/mkvs/prefetch.go 54.71% <0.00%> (-3.78%) ⬇️
... and 29 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 f1d17e9...be3eab0. Read the comment docs.

@kostko kostko force-pushed the kostko/feature/tm-add-evidence-types branch from deb9d3f to be3eab0 Compare February 2, 2021 17:01
@kostko kostko enabled auto-merge February 2, 2021 17:14
@kostko kostko merged commit 0036da8 into master Feb 2, 2021
@kostko kostko deleted the kostko/feature/tm-add-evidence-types branch February 2, 2021 17:38
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.

Handle additional Tendermint evidence types
2 participants