Skip to content

v5.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 12:55
851669a

erdpy has a new name: mxpy 🚀

Moreover, it's recommended to use the parent package of mxpy - namely, multiversx-sdk-cli - only as a CLI tool; that is, it should not be referenced as a library. On that purpose, use the libraries described in the official cookbook, instead.

The installer script has been renamed from erdpy-up.py to mxpy-up, while the SDK path has changed from ~/elrondsdk to ~/multiversx-sdk. The installer attempts an automatic migration from ~/elrondsdk to ~/multiversx-sdk - however, pay attention to the log messages (especially the warnings, if they occur) emitted when running the installer, and follow their instructions. Let us know (e.g. via Discord) if you encounter any issues while migrating from erdpy to mxpy:

wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/main/mxpy-up.py
python3 mxpy-up.py

Along with the renaming and rebranding, this release includes a series of simplifications within the package: a lot of wallet-related features have been removed from the implementation - but kept in the CLI, of course; instead, these features are imported from multiversx-sdk-wallet library.

What's Changed

Full Changelog: v4.0.0...v5.0.1