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

bug: verification endpoint doesn't return compilation error details #289

Open
vasyl-ivanchuk opened this issue Sep 30, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@vasyl-ivanchuk
Copy link
Collaborator

🐛 Bug Report

📝 Description

According to this GH discussion block explorer verification API doesn't return compilation errors returned by the verification service. Instead it returns a generic error which is not really helpful:

{ status: '0', message: 'NOTOK', result: 'Compilation error' }

🔄 Reproduction Steps

Try to submit an invalid verification request which is supposed to fail with a compilation error.

🤔 Expected Behavior

Response contains information about the compilation error.

😯 Current Behavior

Response contains a generic compilation error message: Compilation error with no details.

🖥️ Environment

Reported for Sepolia Explorer, but most probably behaves the same on all envs.

@vasyl-ivanchuk vasyl-ivanchuk added the bug Something isn't working label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant