Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testnet.snippets.sh #43

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Update testnet.snippets.sh #43

merged 2 commits into from
Dec 14, 2023

Conversation

ezra4
Copy link
Contributor

@ezra4 ezra4 commented Dec 12, 2023

Deleted --verbose argument out of mxpy commands, as it is indeed a good way of seeing what's happening behind the commands, but it is also filling the variables with logger information that is destructing the flow of the deployment.

example: --verbose on mxpy contract call is filling ${ADDRESS} with a logger.warning() message before filling it with the actual address.

2nd Commit: Added --bytecode instead of --project.

Deleted --verbose argument out of mxpy commands, as it is indeed a good way of seeing what's happening behind the commands, but it is also filling the variables with logger information that is destructing the flow of the deployment.

example: --verbose on mxpy contract call is filling ${ADDRESS} with a logger.warning() message before filling it with the actual address.
Arguement of mxpy contract deploy "--project" might be deprecated and it's not working with the current version of mxpy installed. Substituted with "--bytecode" instead, which works.
@andreibancioiu andreibancioiu merged commit a9a1b89 into multiversx:main Dec 14, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants