Skip to content

Initial implementation of Tendermint #2185

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

Merged
merged 27 commits into from
Apr 1, 2025

fix: Avoid race condition when creating timer for timeout

3d533de
Select commit
Loading
Failed to load commit list.
Merged

Initial implementation of Tendermint #2185

fix: Avoid race condition when creating timer for timeout
3d533de
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 1, 2025 in 0s

75.06% (target 70.00%)

View this Pull Request on Codecov

75.06% (target 70.00%)

Details

Codecov Report

Attention: Patch coverage is 67.97274% with 188 lines in your changes missing coverage. Please review.

Project coverage is 75.06%. Comparing base (ce5866e) to head (3d533de).

Files with missing lines Patch % Lines
consensus/tendermint/prevote.go 33.98% 62 Missing and 6 partials ⚠️
consensus/tendermint/tendermint.go 79.64% 53 Missing and 5 partials ⚠️
consensus/tendermint/propose.go 52.54% 51 Missing and 5 partials ⚠️
consensus/tendermint/precommit.go 86.95% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2185      +/-   ##
==========================================
- Coverage   75.35%   75.06%   -0.29%     
==========================================
  Files         147      152       +5     
  Lines       17220    17807     +587     
==========================================
+ Hits        12976    13367     +391     
- Misses       3386     3566     +180     
- Partials      858      874      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.