multiversx / mx-sdk-rust-contract-builder

Docker image (and wrappers) for reproducible contract builds (Rust).
MIT License
1 stars 2 forks source link

Always package whole Cargo project #50

Closed andreibancioiu closed 1 month ago

andreibancioiu commented 6 months ago

In https://github.com/multiversx/mx-sdk-rust-contract-builder/pull/44, we allow one to optionally package the whole Cargo project. In the near future, we should forbid the alternative.

Impact: the packaged source code would be larger (with respect to the size of the codebase), but the dependencyDepth hints can be used by downstream applications to filter out some files. E.g. MultiversX Explorer already leverages dependencyDepth to filter files on the Verified Contract / Code tab.

andreibancioiu commented 6 months ago

Fixed by:

andreibancioiu commented 1 month ago

Fixed by #61.