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

Implement new "Validation step" classes and their unit tests #1821

Open
Tracked by #1665
marcocastignoli opened this issue Jan 6, 2025 · 0 comments
Open
Tracked by #1665
Assignees

Comments

@marcocastignoli
Copy link
Member

marcocastignoli commented Jan 6, 2025

Implement classes to validate a set of sources / setting before passing them to the compiler. For example in the case of Solidity, the class will use information in metadata.json to validate existing sources and check for missing sources. The Vyper validation class could run the integrity check on the existing files.

In general this classes can return an instance of the ️Compilation (#1822) objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Sprint - Up Next
Development

No branches or pull requests

2 participants