multiversx / mx-sdk-py-cli

Python Command Line Tools and SDK for interacting with the MultiversX blockchain and dApps.
Other
49 stars 36 forks source link

mxpy contract build improvement - use a smarter default for "cargo-target-directory" #273

Closed andreibancioiu closed 1 year ago

andreibancioiu commented 1 year ago

The default value of cargo-target-directory is unfortunate, and might lead to long build times - especially when working with and building more contracts (using a single default folder would have an impact on build caching).

andreibancioiu commented 1 year ago

Actually, in the near future, mxpy contract build will delegate all its functionality to sc-meta. This, in turn, would be responsible with setting an appropriate default value for targetdir.

popenta commented 1 year ago

This issue has been solved in this PR