You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before finalizing the Namada IBC integration, we need to have e2e tests with the Hermes relayer, as this is what validators & relayer operators will be using.
The text was updated successfully, but these errors were encountered:
ibc-rs' E2E test
It tests creating client/connection/channel and simple transfer (the balance changes are not checked) by Hermes commands. It also has passive tests (Hermes process monitors Namada and requests transactions).
E2E transfer test
It has transfer tests which are including transfer, transfer back(return a token to the source chain), relay transfer (transfer a token between 2 chains via the third chain), and relay transfer back. This script uses only the Namada CLI commands.
Before finalizing the Namada IBC integration, we need to have e2e tests with the Hermes relayer, as this is what validators & relayer operators will be using.
The text was updated successfully, but these errors were encountered: