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
Open question: Would it be helpful to list the dependencies for which a Smart Contract needs to be deployed? For example, if it depends on a ZkProgram to be compiled in the same project as well.
Some reasons I can see it being nice to have (mostly from a user-friendly perspective):
Transparency in what you are deploying. A compiled list of dependencies could be nice in the deployment output.
Has some educational value for newcomers seeing their dependencies as part of the deployment output
Some reasons not to have it:
Could lead to some clutter that isn't necessary and has some output overload
@MartinMinkov I think it is a good idea to list all the dependancies somewhere, but as @shimkiv mentioned it will necessitate more discussion and thought to do it well. We will have to think about how to display the dependancies in a intuitive way, whether or not we should store the dependency tree in the config, and what the best data structure to do so etc etc. All that said, I like the idea.
The text was updated successfully, but these errors were encountered:
During the work on #631
@MartinMinkov raised:
And @ymekuria replied:
The text was updated successfully, but these errors were encountered: