Cian Hatton
Cian Hatton
To add some specifics, I was following [these docs](https://docs.cosmos.network/master/run-node/txs.html#signing-a-transaction-2) and was unable to sign the transaction on behalf of a created user as we cannot access the private keys (`priv`).
It looks like we should be able to [derive the private key from a mnemonic](https://github.com/cosmos/cosmos-sdk/blob/55054282d2df794d9a5fe2599ea25473379ebc3d/x/genutil/utils.go#L86). Maybe if we instead `--restore` users when adding them (by generating a mnemonic), we could...
We recently ran into some issues with our upgrade tests upgrading from ibc-go v6 to v7 and are seeing verify similar behaviour We noticed that if we restart hermes after...
Hi @romac, I understand your concerns about commands being inconsistent, maybe I can provide two other suggestions that you might prefer. 1. display a json list `[{log1Object}, {log2Object}, {resultObject}]` this...
@crodriguezvega I don't think we need to get this E2E merged into main until we have a working contract, I'll remove the priority tag, if you disagree feel free to...
Was just going to create an issue to make some of the functions in the internal package public, specifically the `FileRetriever` type and associated functions, fetching files (such as private...
Awesome work on this so far @Reecepbcups , it's looking good. While working on rollkit integration, we've been basing our work on the same gm-world tutorial (building a rollkit app,...
Hey @Reecepbcups, as a workaround I created the celestia dev net container directly in the test in this PR https://github.com/cosmos/ibc-go/pull/6029, all the containers seem to be working and talking to...
@vuong177 sure! It might be nice to try and PoC this on a single test suite, maybe [this one](https://github.com/cosmos/ibc-go/blob/08d36eb0735caa29ddf981a872d0a55d218be3f6/e2e/tests/transfer/base_test.go#L27)? Let me know if you need a hand with any of...
not quite, the simplification I'm referring to in this issue is about how the CI runs the tests (they still use a lot of env vars). Locally we can specify...