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 Dec 4, 2023. It is now read-only.
Note that Compiling Builtins.sol... is output 3 times even though there is one contract. Also, note that only one contract artifact is actually created, which is correct.
I suspect this because the Builtins.sol file actually has 1 contract with two libraries.
Acceptance criteria: correctly compile the artifacts while output Compiling Builtins.sol... once.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building some of the runtime test contracts, oasis-compile outputs the following
Note that
Compiling Builtins.sol...
is output 3 times even though there is one contract. Also, note that only one contract artifact is actually created, which is correct.I suspect this because the
Builtins.sol
file actually has 1 contract with two libraries.Acceptance criteria: correctly compile the artifacts while output
Compiling Builtins.sol...
once.The text was updated successfully, but these errors were encountered: