Skip to content
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

Merged
merged 48 commits into from
Dec 11, 2024

Conversation

rnbguy
Copy link
Member

@rnbguy rnbguy commented Dec 10, 2024

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.

  • Add messages and events for {Conn,Chan}Open{Init,Ack}.
  • Submit a valid on_recv ics20 packet at ibc-core.

@rnbguy
Copy link
Member Author

rnbguy commented Dec 10, 2024

@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 ?

@rnbguy rnbguy changed the title test(e2e): relay ics20 packets between cosmos and starknet test(e2e): submit ics20 packets to ibc-core contract on starknet Dec 11, 2024
@rnbguy rnbguy marked this pull request as ready for review December 11, 2024 11:27
@rnbguy
Copy link
Member Author

rnbguy commented Dec 11, 2024

@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 test_starknet_light_client. That should also finish up the {Conn,Chan}Open{Try,Confirm} messages and events.

@rnbguy rnbguy requested a review from soareschen December 11, 2024 11:31
@rnbguy rnbguy merged commit e4a3adb into main Dec 11, 2024
6 checks passed
@rnbguy rnbguy deleted the rano/ics20-relay branch December 11, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modify integration tests to work with Cairo IBC core contract
2 participants