-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete the make transfer
command
#31
Comments
AFAIK this is blocked on #30 because the clients and channel need to be set up before we try to update the clients and use the connection. I can explore creating a mock client and channel if #30 isn't ready yet cc: @ninabarbakadze |
Yes you won't be able to test this flow until #30 is completed but I think you can already write most of the code |
I think you can get a lot of inspiration from: https://github.com/cosmos/solidity-ibc-eureka/blob/main/e2e/interchaintestv8/ibc_eureka_test.go |
Nina already wrote logic for broadcasting + confirming transactions inside #34. May need to generalize it.
Steps 2 - 5 use proofs. It will take a lot of time to generate those proofs. Instead use mock proofs from #40 |
For Tendermint chains:
For EVM chains:
|
Clarification: steps 2 - 5 are responsibilities of the relayer. See #63 for a more detailed breakdown of what each step entails. |
The last command in the demo should transfer tokens from simapp to the reth rollup. This requires the following steps:
MsgTransfer
to simapp commencing the process. See feat: submitMsgTransfer
#50The text was updated successfully, but these errors were encountered: