-
Notifications
You must be signed in to change notification settings - Fork 84
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
core/validatorapi: check proposal data against consensus one #3292
Conversation
Instead of blindly accepting VC proposal data, check it for integrity against what we have in DutyDB: if they differ, stop the process.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3292 +/- ##
==========================================
+ Coverage 57.63% 57.70% +0.06%
==========================================
Files 211 211
Lines 30480 30718 +238
==========================================
+ Hits 17568 17726 +158
- Misses 11016 11077 +61
- Partials 1896 1915 +19 ☔ View full report in Codecov by Sentry. |
Tested in kurtosis, seems to be working well. |
Alsop update beaconmock default block from Capella to Deneb.
…haron into gsora/vapi-check-prop-data
Quality Gate passedIssues Measures |
Instead of blindly accepting VC proposal data, check it for integrity against what we have in DutyDB: if they differ, stop the process. category: refactor ticket: none
Instead of blindly accepting VC proposal data, check it for integrity against what we have in DutyDB: if they differ, stop the process.
category: refactor
ticket: none