relayer icon indicating copy to clipboard operation
relayer copied to clipboard

Multihop support

Open 7AC opened this issue 2 years ago • 2 comments

Adds multihop support to the event based relay processor. Doesn't do the following:

  • channel close frozen
  • check for misbehavior, since the client update code in proof generation is unaware of path end runtime caching as it's part of the cosmos provider (chain-specific)

7AC avatar May 15 '23 18:05 7AC

The TestScenarioFeeMiddleware looks like an existing intermittent issue unrelated to this PR, happens on other PRs as well. For example: https://github.com/cosmos/relayer/actions/runs/5025760972/jobs/9013148394 on https://github.com/cosmos/relayer/pull/1185

7AC avatar May 30 '23 20:05 7AC

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 little while so not sure if there are any changes to the mechanisms involved. there are also quite a few conflicts that need to be resolved and not sure how resolving those will affect the implementation here.

jtieri avatar Oct 12 '23 18:10 jtieri