Justin Tieri
Justin Tieri
@sunnya97 we have aggregated canonical path and chain data here https://github.com/cosmos/relayer/tree/master/interchain Most of this data came from https://mapofzones.com/zone?period=24&source=akashnet-2&tableOrderBy=success&tableOrderSort=desc&testnet=false, the Osmosis integrators TG group and the Notional config files previously linked...
Hmm looks like the `TestPacketForwardMiddleware` is failing and looks like it has to do with some contention in trying to start two relayer processes for the two paths required in...
> I would prefer to see this as a separate relayer implementation, for now. Otherwise this makes it impossible to test the legacy implementation, doesn't it? That is correct but...
This is the default behavior in the relayer now, so no need to explicitly set this after #295
Existing integration test for this exists in the relayer here https://github.com/cosmos/relayer/blob/3f4fb1369c586826c02850284546286eed77a5f1/_test/relayer_chain_test.go#L331-L473
I got a custom chain configured using a local docker image and the chains seem to spin up properly with no errors. I agree it's not the most straightforward setup...
AFAIK the fix for channel reinitialization is introduced in ibc-go v5 and due to it being an API breaking change, I'm not sure what the feasibility or plans for a...
One important aspect of PFM is the ability to compose more complex user experiences by integrating multiple middleware in the stack together, so that you can essentially receive an ICS-20...
i may be overlooking something but after looking at the changes i just see changes to the whitespace which has no effect on how the markup is rendered in the...
hey @7AC I was going to start reviewing this but i wanted to be sure that the changes here still reflect how multihop should work. I know it's been a...