dymension
dymension copied to clipboard
add e2e test including `packet-forward-middleware`
while PFM has it's own UT it's important to cover different scenarios of the integration between PFM and delayack middleware
We need to test the different interactions between the middleware (PFM
, delayedAck
, denomMetadata
, bridge_n_lock
)
Suggested tests:
-
tendermint -> hub(forward) -> rollapp
: happy flow -
rollapp -> hub(forward) -> tendermint
: happy flow -
rollapp -> hub(forward) -> rollapp
: happy flow -
rollapp -> hub
: test bridge and lock with delayed ack -
tendermint -> tendermint (forward) -> hub
: test PFM + bridge_and_lock
@omritoptix WDYT