Andrei Băncioiu

Results 38 issues of Andrei Băncioiu

Currently, the instructions are long deprecated. E.g. `pip3 install --user --upgrade --no-cache-dir mxpy` - this is wrong, `mxpy` is not the package to be installed.

E.g. wallet creation etc. See sdk-py's cookbook.

task

E.g. drop `pretty table`, `requests cache` etc.

task

Currently, the node is compiled with amd64, thus `mxpy localnet` works fine on MacOS M1 / M2, as well (Rosetta / emulation). However, we can improve this, and use the...

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...

bug

``` /home/user/multiversx-sdk/mxpy-venv/lib/python3.11/site-packages/ledgercomm/interfaces/hid_device.py", line 137, in recv data_chunk: bytes = bytes(self.device.read(64 + 1)) ^^^^^^^^^^^^^^^^^^^^^^^^ File "hid.pyx", line 234, in hid.device.read OSError: read error ``` Signing works upon a few retries.

Debugging for https://github.com/multiversx/mx-sdk-py-cli/issues/396.

E.g. ``` $ mxpy wizard What do you want to do? 1. Transfer EGLD 2. Transfer ESDT 3. Call a contract ... ```

task

Existing transaction factories: - https://github.com/multiversx/mx-sdk-py-core/tree/v0.7.4/multiversx_sdk_core/transaction_factories If possible, it would be nice to add CLI support for creating transactions using the intent factories. **Dynamically** get functions of intents factory class, **dynamically**...

task