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

Feature block finalize #1324

Merged
merged 88 commits into from
May 31, 2024
Merged

Feature block finalize #1324

merged 88 commits into from
May 31, 2024

Conversation

bysomeone
Copy link
Collaborator

@bysomeone bysomeone commented Apr 25, 2024

区块最终化共识 avalanche snowman

fix #1284

Copy link

codecov bot commented May 19, 2024

Codecov Report

Attention: Patch coverage is 65.78108% with 322 lines in your changes are missing coverage. Please review.

Project coverage is 62.08%. Comparing base (5de6bc4) to head (2c1f280).
Report is 4 commits behind head on master.

Current head 2c1f280 differs from pull request most recent head cf859e9

Please upload reports for the commit cf859e9 to get more accurate results.

Files Patch % Lines
blockchain/blockfinalize.go 48.64% 70 Missing and 6 partials ⚠️
system/p2p/dht/protocol/snow/handler.go 52.99% 36 Missing and 19 partials ⚠️
system/consensus/snowman/snowman.go 62.50% 35 Missing and 19 partials ⚠️
system/consensus/snowman/vm.go 78.33% 16 Missing and 10 partials ⚠️
system/consensus/snowman/validator.go 74.39% 14 Missing and 7 partials ⚠️
blockchain/blocksyn.go 35.71% 18 Missing ⚠️
system/consensus/snowman/sender.go 78.94% 10 Missing and 6 partials ⚠️
blockchain/process.go 48.00% 13 Missing ⚠️
system/consensus/snowman/config.go 75.51% 6 Missing and 6 partials ⚠️
blockchain/proc.go 36.36% 7 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1324      +/-   ##
==========================================
+ Coverage   62.03%   62.08%   +0.04%     
==========================================
  Files         171      182      +11     
  Lines       23782    24669     +887     
==========================================
+ Hits        14754    15315     +561     
- Misses       7187     7443     +256     
- Partials     1841     1911      +70     

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

@bysomeone bysomeone changed the title WIP Feature block finalize Feature block finalize May 28, 2024
@vipwzw vipwzw merged commit a85e11c into 33cn:master May 31, 2024
12 of 13 checks passed
@33cn
Copy link
Owner

33cn commented May 31, 2024

🎉 This PR is included in version 1.69.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@33cn 33cn added the released label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

单元测试偶发失败
3 participants