Cian Hatton

Results 45 issues of Cian Hatton

poc [implmentation](https://github.com/cosmos/ibc-go/blob/0107475b51e644c5cb30a9e81545aad16035b858/modules/apps/transfer/ibc_module.go#L198)

20-transfer

When the `Transfer` rpc endpoint is hit, in order to maintain backwards compatibility we need to ensure that even though we support `ics20-2`, it is still possible to have an...

20-transfer

## Description closes: #5992 This PR Sets up scaffolding for a test which - deploys a celestia dev net - deploys a wasm simapp - deploys a rollkit app Note:...

icebox

The approach taken in the PoC is again to **only** handle the case where we have a slice of `sdk.Coin`, if we are receiving a message that has the old...

20-transfer

This issue contains misc. points that have come up and need to be addressed before this feature can be shipped. - [ ] GetEscrowAddress uses a hardcoded string with value...

20-transfer

## Description closes: #XXXX ### Commit Message / Changelog Entry ```text type: commit message ``` see the [guidelines](https://github.com/cosmos/ibc-go/blob/main/docs/dev/pull-requests.md#commit-messages) for commit messages. (view raw markdown for examples) --- Before we can...

## Summary Currently, the call to [`ConfigureRelayer`](https://github.com/cosmos/ibc-go/blob/5358ee240dab1d79e292d0203959611e3a2321b7/e2e/testsuite/testsuite.go#L98) does not propagate options to [here](https://github.com/cosmos/ibc-go/blob/5358ee240dab1d79e292d0203959611e3a2321b7/e2e/testsuite/testsuite.go#L134-L136) We need to decide the best way to pass configuration functions. If we were to continue with...

type: bug
e2e

## Summary It should be possible to move the ibc-core migration code into the internal package, as these are typically just called [internally](https://github.com/cosmos/ibc-go/blob/59ac9b25e7c1a7fd597ee82d1acf7799ecd25795/modules/core/module.go#L135-L166) ____ #### For Admin Use - [...

needs discussion
type: improvement

## Summary This Issue tracks future improvements for our E2E CI ## Improvements - [x] #1664 - [x] #1908 - [ ] Add tests for Interchain Accounts * These tests...

testing

## Summary Add scaffolding for E2E tests which should do the following - spin up wasm simapp - spin up rollkit app - spin up celestia testnet We can use...