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

*: support extra dBFT stage #118

Merged
merged 16 commits into from
Aug 1, 2024

dbft: make future message cache work properly, add a test

2fca051
Select commit
Loading
Failed to load commit list.
Merged

*: support extra dBFT stage #118

dbft: make future message cache work properly, add a test
2fca051
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 31, 2024 in 0s

59.35% (-3.96%) compared to de50c7b

View this Pull Request on Codecov

59.35% (-3.96%) compared to de50c7b

Details

Codecov Report

Attention: Patch coverage is 38.91892% with 226 lines in your changes missing coverage. Please review.

Project coverage is 59.35%. Comparing base (de50c7b) to head (2fca051).
Report is 4 commits behind head on master.

Files Patch % Lines
internal/consensus/amev_block.go 0.00% 49 Missing ⚠️
dbft.go 56.31% 36 Missing and 9 partials ⚠️
internal/consensus/amev_preBlock.go 0.00% 30 Missing ⚠️
config.go 45.45% 12 Missing and 6 partials ⚠️
internal/consensus/amev_preCommit.go 0.00% 14 Missing ⚠️
internal/consensus/amev_commit.go 0.00% 12 Missing ⚠️
internal/consensus/recovery_message.go 0.00% 12 Missing ⚠️
internal/consensus/transaction.go 0.00% 12 Missing ⚠️
internal/consensus/constructors.go 0.00% 8 Missing ⚠️
send.go 63.15% 5 Missing and 2 partials ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   63.31%   59.35%   -3.96%     
==========================================
  Files          27       32       +5     
  Lines        1510     1823     +313     
==========================================
+ Hits          956     1082     +126     
- Misses        489      661     +172     
- Partials       65       80      +15     

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