Release#30
Merged
marcocastignoli merged 8 commits intomainfrom Mar 30, 2026
Merged
Conversation
Pin dependencies
Support verifying Fe smart contracts following the Fe language support added to the Sourcify server. Changes include: - Language selector button with Fe icon - Fe compiler versions fetched from GitHub releases (2025+ only, prereleases shown by default) - .fe file extension support in file upload with Fe icon - Contract identifier parsing for Fe (filename-based like Vyper, format: src/file.fe:Name) - Compiler settings panel hidden for Fe (no EVM version or optimizer) - EVM version not required in form validation for Fe - API request sends language as "Fe" to Sourcify server Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instead of deriving the contract name from the filename, scan the source content for `pub contract <Name>` declarations, consistent with how the Sourcify server compilers package identifies Fe contracts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Always show all Fe versions (including prereleases) and hide the toggle since all current Fe releases are alpha/prereleases - Filter Fe versions to only show releases after March 20, 2026 - Display server URL in the environment prefix for non-production envs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: add Fe language support for contract verification
✅ Deploy Preview for verify-sourcify-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
manuelwedler
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.