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

Make mxpy fully compatible with API (not only with Gateway) #400

Open
andreibancioiu opened this issue Jan 17, 2024 · 1 comment
Open

Make mxpy fully compatible with API (not only with Gateway) #400

andreibancioiu opened this issue Jan 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@andreibancioiu
Copy link
Contributor

andreibancioiu commented Jan 17, 2024

Problematic example:

mxpy contract deploy --bytecode adder.wasm --arguments 0x00 \
    --pem erd1testnlersh4z0wsv8kjx39me4rmnvjkwu8dsaea7ukdvvc9z396qykv7z7.pem \
    --recall-nonce  --gas-limit 5000000 \
    --proxy https://devnet-api.multiversx.com --send

This broadcasts the transaction, but the API's response cannot be parsed by ProxyNetworkProvider. An exception is raised.

@andreibancioiu andreibancioiu added the bug Something isn't working label Jan 17, 2024
@andreibancioiu
Copy link
Contributor Author

Temporary workaround: use --proxy https://devnet-gateway.multiversx.com instead of --proxy https://devnet-api.multiversx.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant