You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
🐛 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.
The text was updated successfully, but these errors were encountered: