Cian Hatton

Results 45 issues of Cian Hatton

## Summary Currently, the client test suite E2Es cannot be run in parallel due to the nature of some of the tests (as they modify chain wide params etc )...

e2e

## Summary In #6629 we moved some upgrade tests around which involved creating a new test suite in `upgradesv1_test.go`/`upgradesv2_test.go`. We may need to create additional compatibility matrices for these tests....

e2e

## Summary of Bug While it is possible to plug in arbitrary binaries into our E2Es, there are a few issues preventing tests from successfully passing when docker containers other...

testing
e2e
type: improvement

## Summary Ref https://github.com/cosmos/ibc-go/pull/6721/files#r1664149748 The initial configuration that is supposed to be applied in this test was not actually being applied correctly, when refactoring the `SetupSuite` functions to apply this...

e2e

## Summary Can be done after #6634 Once the above issue is done, we can update our CI workflows to specify a single test suite instead of a single test....

e2e

## Summary Currently we have a block of code in `TestMsgTransfer_Succeeds_Nonincentivized` which restarts the chain nodes and ensures begin blocker executes successfully. We can no longer run this check when...

e2e

## Summary In order to run E2Es in parallel, it is required to remove the checks for total escrow, as currently all of the tests are using the same denoms....

e2e

## Description Details can be discussed in the engineering call closes: #XXXX --- Before we can merge this PR, please make sure that all the following items have been checked...

## Summary Occasionally, errors occur during release workflows, or workflows that are designed to build docker images based on release tags (for use with compatibility tests) Compatibility tests can be...

e2e
type: productivity
type: improvement

## Summary applyReplayProtection is temporarily [commented out](https://github.com/cosmos/ibc-go/blob/7c52580b870af0b7564819c3eace79bf8705bf74/modules/core/04-channel/keeper/packet.go#L286-L288) in RecvPacketV2. This needs to be uncommented (which would require duplicate V2 functions to be added). Or we can wait until we fully...

feat: port-router