dymension icon indicating copy to clipboard operation
dymension copied to clipboard

add e2e test including `packet-forward-middleware`

Open mtsitrin opened this issue 9 months ago • 1 comments

while PFM has it's own UT it's important to cover different scenarios of the integration between PFM and delayack middleware

mtsitrin avatar Nov 13 '23 10:11 mtsitrin

We need to test the different interactions between the middleware (PFM, delayedAck, denomMetadata, bridge_n_lock)

Suggested tests:

  1. tendermint -> hub(forward) -> rollapp: happy flow
  2. rollapp -> hub(forward) -> tendermint: happy flow
  3. rollapp -> hub(forward) -> rollapp: happy flow
  4. rollapp -> hub: test bridge and lock with delayed ack
  5. tendermint -> tendermint (forward) -> hub: test PFM + bridge_and_lock

@omritoptix WDYT

mtsitrin avatar Nov 28 '23 12:11 mtsitrin