-
Notifications
You must be signed in to change notification settings - Fork 204
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
Feat/trie sync optimizations #5291
Conversation
unit tests for state/syncer
Trie sync optimizations
…imizations Merge rc 1.6.0 trie sync optimizations
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## rc/v1.6.0 #5291 +/- ##
=============================================
+ Coverage 79.79% 79.91% +0.11%
=============================================
Files 691 695 +4
Lines 89197 90009 +812
=============================================
+ Hits 71179 71932 +753
+ Misses 12888 12872 -16
- Partials 5130 5205 +75
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
System test passed.
@@ Log scanner @@
trie-sync-optimizations
================================================================================
- Known Warnings 9
- New Warnings 2
- Known Errors 0
- New Errors 0
- Panics 0
================================================================================ - block hash does not match 8568
- wrong nonce in block 3494
- miniblocks does not match 0
- num miniblocks does not match 0
- miniblock hash does not match 0
- block bodies does not match 0
- receipts hash missmatch 0
================================================================================ - No jailed nodes on the testnet
================================================================================
…imizations Merge rc 1.6.0 trie sync optimizations
Reasoning behind the pull request
Proposed changes
Testing procedure
Pre-requisites
Based on the Contributing Guidelines the PR author and the reviewers must check the following requirements are met:
feat
branch created?feat
branch merging, do all satellite projects have a proper tag insidego.mod
?