Cian Hatton

Results 45 issues of Cian Hatton

When attempting to modify the hermes configuration file using [this](https://github.com/strangelove-ventures/interchaintest/blob/02878ba0929563f146ecb6fe9bccf91b6567a986/relayer/docker.go#L152-L154) function, I wanted to apply the following changes ```golang var channelIDs [][]string for _, c := range channels { channelIDs...

in the ibc-go E2Es, we are working on a refactor with a goal of reducing the number of runners we use in our CI, by re-using a pair of chains...

## Description This PR applies some PoC router changes to the feature branch. The main idea being introduced is the concept of a `ClassicIBCModule` which will be the same as...

priority
feat/port-router

## Description for after #7010 closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the...

## Description closes: #6977 This PR adds the underlying application version to the callback data and propagates it to the contract keeper interface fns. Added the backport label since it...

## Summary We currently have `BroadcastMessages` which returns an `sdk.Response` and also a `UnmarshalMsgResponses` function to unmarshal concrete types. It would be nice to have a function which returned a...

e2e
type: improvement

## Summary We should set up a code formatter for python code. A formatter I've used in the past is [black](https://black.readthedocs.io/en/stable/) which works well. Open to other options! ____ ####...

type: code hygiene

## Description closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are...

## Summary This is a tracker issue to keep track of which tests work out of the box by enabling t.Parallel() and which ones might need some refactoring or investigation...

e2e
type: improvement

## Summary Almost all the ICA tests assume `connection-0` and it is hard coded into the tests. Also, at the moment packet filtering is applying a generic `ica*` pattern, and...

27-interchain-accounts
e2e