-
Notifications
You must be signed in to change notification settings - Fork 45
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
make compile_contracts should also compile contract/services? #365
Comments
I answered here: #360 (comment), where a discussion on this was already started. The services contracts were left out because they were scoped out of Red Eyes and work on them was discontinued. |
OK. Sorry for the duplicate. |
Ah, it is not really a duplicate, as the discussion was on an unmerged PR. I would leave this issue open, because it describes the problem more clearly, thank you. |
#360 was merged. Service contracts were included in the compiled data, because this is what the |
Currently,
make compile_contracts
compile onlysol
files incontracts
andcontracts/test
. When I change a file incontracts/services
, I don't get any update incontracts.json
. Is this intended? Or shouldcontracts/services
be also compiled?The text was updated successfully, but these errors were encountered: