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
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
there's actually no support for setting the basePath in the compilerinput, instead we should be able to get the same behaviour by setting current dir when invoking solc to root and stripping the root from the compilerinput sources
or similar to how remappings are provided in standard-json input mode
currently, source files in the compilerinput are canonic, this can cause some issues with metadata/hashes.
in #1307 we already save the artifacts with relative files, this should be obsolete if we set base-path == root and strip the root from all sources
The text was updated successfully, but these errors were encountered: