-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix(verification): Align automatic verifier list with plugin #6462
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
Conversation
✅ Deploy Preview for reliable-cocada-166884 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
279b0f0 to
042457c
Compare
7fb0543 to
8112e11
Compare
|
View your CI Pipeline Execution ↗ for commit cd9d306
☁️ Nx Cloud last updated this comment at |
|
✅ E2E tests passed (workflow: web) Last run: Tue, Nov 4, 2025, 11:03 AM UTC All tests are now passing! Previous failures have been resolved. |
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.
that old issue to show red cross for routescan even on successful verification came back
d12bb5a to
4437300
Compare
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.
Functionality wise looks fine
da0b50e to
b5419e3
Compare
b5419e3 to
cd9d306
Compare
This PR resolves the inconsistency where the list of verifiers used during automatic deployment did not match the list available in the Contract Verification Plugin.
To ensure consistency, the automatic verification process now uses the same list of verifiers as the plugin.
fixes #6461