-
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: return 404 for propose block v3 #2868
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2868 +/- ##
==========================================
+ Coverage 53.39% 53.48% +0.09%
==========================================
Files 200 200
Lines 28059 28071 +12
==========================================
+ Hits 14982 15014 +32
+ Misses 11211 11191 -20
Partials 1866 1866 ☔ View full report in Codecov by Sentry. |
Should we merge #2866 first? |
@gsora yeah sure let's merge your PR first, I'll rebase mine after that. |
@dB2510 merged! |
e73989d
to
9bbc562
Compare
Quality Gate passedIssues Measures |
Returns 404 with message `endpoint not supported` for produce block v3 endpoint to signal VC it is not supported by charon yet. Otherwise charon will proxy this request to beacon node. category: feature ticket: #2749
Returns 404 with message `endpoint not supported` for produce block v3 endpoint to signal VC it is not supported by charon yet. Otherwise charon will proxy this request to beacon node. category: feature ticket: #2749
Returns 404 with message
endpoint not supported
for produce block v3 endpoint to signal VC it is not supported by charon yet. Otherwise charon will proxy this request to beacon node.category: feature
ticket: #2749