Andy Nogueira

Results 45 issues of Andy Nogueira

After broadcast a message there was an error, looks like something related to parsing the result which caused the files not to be deleted from S3

bug
multisig

One of the common multisig commands is the `[binary] tx bank send`. Implement a new command for multisig: `multisig tx send`

enhancement
multisig

When trying to sign a tx, if the user uses the wrong keys name (e.g the multisig key name), the tool might show an error that is not very intuitive...

enhancement
multisig

Have a command that you can undelegate from a validator and also with the option `--all` that generate multiple transactions each with around 5 messages (one message per validator).

enhancement
multisig

Currently there is no way to remove / delete all transactions in a particular path all at once. If you use the `delete` command you have to specify the index...

enhancement
multisig

multisig couldn't understand the axelar json response and it didn't delete the files

bug

Currently if a folder is empty e.g. `cosmos/ceph-cosmos` if you issue a command `multisig delete cosmos ceph-cosmos` the command doesn't delete the folder, in order to remove it you need...

bug
enhancement

When broadcasting a ```{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgDelegate"...``` on Akash got the error ``` Error: error unmarshalling result: unknown field "mempoolError" in types.ResponseCheckTx ```

bug

Executing the command: `axelard tx broadcast signed.json` Fails with error: `Error: couldn't find code in tx response`

bug

Re-evaluate the need to have the `chain-id` in the config. A better approach would be to retrieve it from the chain itself like the account number and sequence. Had an...

enhancement