multiversx / mx-sdk-py-cli

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

Merge feat/next into main #404

Closed popenta closed 8 months ago

popenta commented 8 months ago

A new command was implemented called mxpy config reset that can be used to remove the mxpy.json config file and use the default values. The default values should be enough anyway.

Also, the deprecated entries in the mxpy.json file are shown and the user is asked to remove them.

The mxpy deps check all and mxpy deps install all have been fixed and are now working properly. Keep in mind that after running mxpy deps install all a shell restart is required for the changes to occur.