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
Since #96 reduces the possible kwargs for the main compiler functions, this is now largely irrelevent. The wrapper might produce different outputs for different solc versions, but I think this can be considered expected when accessing the wrapper directly.
Overview
I should be able to call
compile_sources
orcompile_files
with:and get a consistent output format.
I should be able to look this output format up in the documentation.
Specification
Dependencies
Step one requires #53 .
Step three requres #52 .
The text was updated successfully, but these errors were encountered: