-
Notifications
You must be signed in to change notification settings - Fork 1
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
test(e2e): submit ics20 packets to ibc-core contract on starknet #130
Conversation
@soareschen I am thinking to perform proper connection and channel handshakes at starknet using ibc-core cairo contract (#129 introduces ibc-core cairo contract in e2e tests). does this sound alright with you ? |
cca17f6
to
c50b1f9
Compare
@soareschen I changed the to-be-resolve issue for this PR as this doesn't really add the complete relay between cosmos to starknet. I will do that in my next PR modifiying |
closes #125
Requires proper connection, channel handshake at cosmos side of ics20. So, we need ibc-core contract deployed at Starknet (#129) for the handshakes.{Conn,Chan}Open{Init,Ack}
.on_recv
ics20 packet at ibc-core.