Alex Popența
Alex Popența
There was an issue when signing transactions by hash (happened with a Ledger device). Now the signing is done based on the `options` field in the transaction. Also updated the...
Use `mxpy faucet request` to test the faucet functionality. It also requires a wallet and the chain id of the network you wish to receive funds on. ```bash mxpy faucet...
**mxpy** does not take care of `vmtools` anymore. The `vmtools` dependency has been removed. Now, **mxpy** simply forwards the arguments to `sc-meta`. When calling `mxpy contract test`, the `sc-meta test`...
`mxpy` is now able to interact with the `multisig` contract. **mxpy** has a new command group called `multisig` where operations such as signing a proposed action, performing an action, adding...
This new version of **mxpy(v9)** contains quite a few changes over the previous one. ### `mxpy deps` By using the `mxpy deps install rust` command **rust** will be installed **system-wide**....
Now, the abi file of the contract can be passed and arguments can be loaded from a json file that respects the format. The args should all be placed in...
The same arguments as for contract calls have been added. The args are `--abi` and `--arguments-file`. Keep in mind the args should be placed inside a `list` like such: ```json...
Added support for relayed V3 transactions. Added the `--relayer` argument for specifying the relayer of the transaction. Added the `--inner-transactions-outfile` argument for saving the created relayed transaction. If the file...