Andy Nogueira
Andy Nogueira
Add a `crawl` command in the tool to scan Cosmos SDK repositories from a pre-defines list. Gather information about Cosmos SDK version, Tendermint version, ibc-go, modules
When running the releases command, check if the repository is a Cosmos SDK project and if it is retrieve the commit for each tag and find the go.mod file to...
Looks like when microVM is running as guest the SIGINT (Ctrl+C) doesn't work. If Rust program is executed on host machine the SIGINT works.
## Crate * ibc-relayer * ibc-relayer-cli ## Summary Currently the key file for each chain is stored in plaintext mode on the host running the relayer ## Problem Definition When...
Issue to track the continuation of the refactoring of the client query logic Reference: #103 and #107
It would be great if `lens` could have multisig support for txs. Maybe incorporate some of the logic @ebuchman created in https://github.com/informalsystems/multisig into lens ?
When I clone the repository and try to run `npm install` using node version 12.5 I get the following error: ``` > [email protected] preinstall /home/andy/Development/js-abci/node_modules/tendermint-node > rm -f ./bin/tendermint &&...
Currently this repo has old information about previous chains. Doesn't show the information for the last hub. My suggestion is to revamp this repo with a structure that can accommodate...
Tried to run the command to create a new contract and after inputing the template location, got an error message that the $EDITOR environment variable needs to be set. Probably...
Currently when executing the `multisig list` command, the output only displays the folders and files uploaded to S3. A better output would be a table with some details about the...