multiversx / mx-sdk-py-cli

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

On reproducible builds, add support for packaging all source code of a Cargo workspace #382

Closed andreibancioiu closed 8 months ago

andreibancioiu commented 8 months ago

On mxpy contract reproducible-build, add new (optional) flag: --package-whole-project-src.

andreibancioiu commented 8 months ago

Will not be merged anymore. Docker images will package the source code in both ways - the "whole package" and the "partial package".