Andrew Gouin

Results 23 comments of Andrew Gouin

I agree with the common sentiment. We are using [heighliner](https://github.com/strangelove-ventures/heighliner) for running containerized chain nodes, similar to [omnibus](https://github.com/ovrclk/cosmos-omnibus). For just about everything else, we use [lens](https://github.com/strangelove-ventures/lens).

Great idea! There is the StartWithGenesisFile method that can be used in the tests. I think we could add a caching mechanism so that it does the ExportState method on...

From backend sprint planning: larger piece of work but would like to bring interchain accounts tests into conformance suite and add ChainCapability for interchain accounts, marking specific chains that support...

One thought here, we don't need to re-run for existing tags, assuming chains don't delete and re-create tags. It would be nice if the suite could use the `latest` tag...

You can pass `nil` for `timeout` to `SendIBCTransfer` to use the default timeout for cosmos chains. Do you see an additional need for this method?

@jtieri is this compatible with ibc-go v3? If so, can we update this one to `ibctest/v3` and merge so we have it in v3 also?

`failed to track blocks: migrate sqlite database /home/strangelove/.ibctest/databases/block.db; deleting file recommended: upsert schema_version with git sha unknown: database is locked (5) (SQLITE_BUSY)` https://github.com/strangelove-ventures/ibctest/actions/runs/3121482563/jobs/5065142331

@chillyvee yes, moving these types into a public package would be fine!

Oasis core uses tendermint, but it is a tendermint fork that uses a different ed25519 implementation: https://github.com/oasisprotocol/curve25519-voi. After first glance it is not clear to me whether this would be...

https://github.com/strangelove-ventures/ibctest/actions/runs/3595140069/jobs/6054262944 race detected around sqlite