David Nix

Results 6 issues of David Nix

## Problem I know we've sunk a lot of time into this already, but I still think configuration is confusing. See https://github.com/DavidNix/ibc-go/pull/1 as an example. I gave this PR to...

Feedback from ibc-go team: > I'm trying to add a test which creates an signs a transaction using a grpc client. In order to do this I need the private...

## Problem ibc-go team wants to use ibctest as part of their CICD. They primarily want to test IBC transfers. In other words, is the IBC module working? They are...

See https://github.com/cosmos/ibc-go/issues/396 for ibc-go's manual QA test plan. As of this writing, this story is likely blocked because: * Still in active development for ibc-go. * cosmos/relayer support

## Problem The test setup can take a long time (> 60s) to create clients, connections, channels, faucet accounts, test accounts, etc. ## Proposal Allow a developer (or perhaps an...

enhancement

## Problem To detect low balances, we have to join other metrics with `cosmos_relayer_wallet_balance` to get the exponent. If we forget to add the joined metrics, we may miss low...